Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for ReisuDesign

A user with 516 edits. Account created on 9 November 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

9 November 2025

  • 13:2413:24, 9 November 2025 diff hist +90 N Template:Exists Created page with "<includeonly>{{#invoke:Exists|main}}</includeonly><noinclude>{{Documentation}}</noinclude>" current
  • 13:2413:24, 9 November 2025 diff hist +2,131 N Template:Change History Created page with "<includeonly><!-- --><div class="change-history"><!-- --><div class="change-history-header"><!-- --><div><!-- -->{{#if:{{{introduced|}}}|<!-- -->{{#ifeq:{{{introduced|}}}|Pre-Release|Introduced Pre-Release|{{#ifeq:{{{introduced|}}}|{{{1|}}}||Introduced in '''[[Version/{{{introduced}}}|{{#if:{{#pos:{{{introduced}}}|.}}|Version {{{introduced}}}|Version "{{{introduced}}}"}}]]'''}}<!-- -->{{#if:{{{1|}}}| • }}}}<!--..."
  • 13:2213:22, 9 November 2025 diff hist +5 N User:ReisuDesign Created page with "Halo!"
  • 13:1813:18, 9 November 2025 diff hist +484 N Module:Quote Created page with "-- This Module is used for making templates based in the Lua language. -- See more details about Lua in w:Help:Lua. -- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden. -- The next line imports the Quote module from the w:c:dev:Global Lua Modules. local Quote = require('Dev:Quote') -- See more details about this module at w:c:dev:Global_Lua_Modules/Quote -- The last line produces the output for the template ret..."
  • 13:1813:18, 9 November 2025 diff hist +192 N Template:Quote Created page with "{{#invoke:Quote|quote}}<noinclude>{{Documentation}}<!-- For a more traditional wikitext version of this template, see https://starter.fandom.com/wiki/Template:Quote?oldid=4277 --></noinclude>" current
  • 13:1713:17, 9 November 2025 diff hist +660 N Template:Neighbor Infobox Created page with "<includeonly><infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <header>{{{title}}}</header> <image source="image"> <caption source="caption-image"/> </image> <data source="birthday"> <label>Birthday</label> </data> <data source="role"> <label>Role</label> </data> <data source="planet"> <label>Planet</label> </data> </infobox><!-- -->{{Namespace|main=<!-- -->Category:Neighbors<!-- -->{{#if:{{{role|}}}|[..."
  • 13:1613:16, 9 November 2025 diff hist +6,811 N User:ReisuDesign/common.js Created page with "// Customization const config = mw.config.values; const dev = window.dev = window.dev || {}; dev.BD_FullFilePatrol = true; dev.betterFandom = { patrolOnDelete: true, // sysop only, as it reads on the tin noThanks: true, // remove Extension:Thanks bloat customInsert: true, // add a dropdown on the source editor toolbar for on-demand preloads and simple inserts originalPreview: true, // display original img in image overlay instead of webm categoryMedia: true,..." current
  • 13:1413:14, 9 November 2025 diff hist +32 Template:Upcoming No edit summary current
  • 13:1413:14, 9 November 2025 diff hist +512 N Template:Stub Created page with "<includeonly>{{MessageBox |class = stub |image = Sticker Pack 001 Mobai 04.gif |imagewidth = 65px |header = This page is in need of information. |text = Can you help out? [{{fullurl:{{FULLPAGENAMEE}}|action=edit}} Click here to add more.] |comment = {{{1|Unspecified reason}}} |id = {{{id|stub}}} }}{{Namespace|main=Category:Article Stubs{{#if:{{{1|}}}|Category:Article Stubs with Reason}}}}</includeonly><no..." current
  • 13:1213:12, 9 November 2025 diff hist +226 N Template:Namespace Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude>{{Documentation}}<!-- For a more traditional wikitext version of this template, see https://templates.fandom.com/wiki/Template:Namespace_detect --></noinclude>" current
  • 13:1013:10, 9 November 2025 diff hist +208 N Template:MessageBox Created page with "<includeonly>{{#invoke:Mbox|main}}</includeonly><noinclude>{{Documentation}}<!-- For a more traditional wikitext version of this template, see https://templates.fandom.com/wiki/Template:Ambox --></noinclude>" current
  • 13:1013:10, 9 November 2025 diff hist +600 N Template:Upcoming Created page with "<includeonly>{{MessageBox |class = upcoming |image = |imagewidth = 65px |header = Upcoming Content |text = This page is about upcoming content, which may be subject to change. Not representative of the final product. {{color|old|Information sourced from leaked beta game versions is <u>strictly banned</u> on the wiki. Prohibited content will be deleted and may result in a block.}} |id = {{{id|upcoming}}} }}{{Namespace|main=Category:Upcoming..."
  • 13:0813:08, 9 November 2025 diff hist +1,854 N Module:Tt Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrappers = { 'Template:Tt' } }) args[1] = args[1] or '<i>Missing text</i>' if args.clean then return p.CleanTT(args[1]) -- Return plain text if tooltip return given elseif lib.isEmpty(args[2]) then return args[1] -- Return plain text if no tooltip given else return p._main(args) end end function p._m..." current
  • 13:0813:08, 9 November 2025 diff hist +24,348 N Module:Ko-rm/data Created page with "return { FSC = { --final syllable conversion [""] = "Ø", ["X"] = "" }, VV = { --vowel variation [1] = 112, -- 개→게 [3] = 112, -- 걔→계 [10] = 140, -- 괘→궤 [7] = -56, -- 계→게 [11] = 112, -- 괴→궤 [16] = 0, -- 귀→귀 }, AVS = { --allowed vowel scheme ["1-1"] = 1, ["1-6"] = 1, ["3-1"] = 1, ["3-6"] = 1, ["10-1"] = 1, ["10-6"] = 1, ["7-1"] = 1, ["7-6"] = 1, ["11-1"] = 1, ["11-6"] = 1, ["16-6"]..." current
  • 13:0713:07, 9 November 2025 diff hist +18,498 N Module:Ko-rm Created page with "-- based on Wiktionary wikt:Module:ko-translit wikt:Module:ko-pron wikt:Module:ko-pron/data wikt:Module:ko local p = {} local Ugsub = mw.ustring.gsub local Umatch = mw.ustring.match local Ufind = mw.ustring.find local Usub = mw.ustring.sub local Uchar = mw.ustring.char local codepoint = mw.ustring.codepoint local data = mw.loadData('Module:Ko-rm/data') local lib = require('Module:Feature') local CleanTT = require('Module:Tt').CleanTT local IPCvals = { ['..." current
  • 13:0713:07, 9 November 2025 diff hist +1,059 N Module:Other Languages/i18n Created page with "return { ['en'] = { --language row labels ['en'] = '<b>English</b>', ['zhs'] = '<b>Chinese<br><small>(Simplified)</small></b>', ['zht'] = '<b>Chinese<br><small>(Traditional)</small></b>', ['ja'] = '<b>Japanese</b>', ['ko'] = '<b>Korean</b>', ['es'] = '<b>Spanish</b>', ['fr'] = '<b>French</b>', ['ru'] = '<b>Russian</b>', ['th'] = '<b>Thai</b>', ['vi'] = '<b>Vietnamese</b>', ['de'] = '<b>German</b>', ['id'] = '<b>Indonesian</b>', ['pt..." current
  • 13:0413:04, 9 November 2025 diff hist +21,187 N Module:Other Languages Created page with "local p = {} local lib = require('Module:Feature') local KOrm = require('Module:Ko-rm') local i18n = require('Module:I18n').loadMessages('Other Languages') local SelectiveSpan = require('Module:Lang').SelectiveSpan local search = lib.inArray local ne = lib.isNotEmpty local ie = lib.isEmpty local langOrder = {'en', 'zhs', 'zht', 'ja', 'ko', 'es', 'fr', 'ru', 'th', 'vi', 'de', 'id', 'pt', 'tr', 'it'} local categories = mw.html.create() local noCat = {} loc..."
  • 13:0413:04, 9 November 2025 diff hist +109 N Template:Other Languages Created page with "<includeonly>{{#invoke:Other Languages|main}}</includeonly><noinclude>{{Documentation|type=Data}}</noinclude>" current
  • 13:0313:03, 9 November 2025 diff hist +532 N Mors Created page with "{{Upcoming}} {{Stub}} {{Neighbor Infobox |name = Mors |image = Mors Render.png |birthday = Dec 8 |role = Curator of the Omni-Gallery |planet = }} {{Quote|My memory fails me when it comes to that rainfall which lasted for over two million years without end...<br>but this reunion with you all, I shan't forget.}} '''Mors''' is a Neighbor in ''Petit Planet.'' ==Other Languages== {{Other Languages |en = Mors }} ==Change History== {{Change History|intro..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)