User contributions for Admin coral island
Jump to navigation
Jump to search
2 August 2023
- 10:0910:09, 2 August 2023 diff hist +26 N Module:Mbox Created page with "return require('Dev:Mbox')"
- 10:0710:07, 2 August 2023 diff hist +20,963 N Module:Arguments Created page with "-- based on https://dev.fandom.com/wiki/Module:Arguments?oldid=160378 --- Arguments invocation argument extractor for Scribunto modules. -- It is intended for use by other Lua modules, and should not be -- called from an invocation (`#invoke`) directly. -- -- This module supports the following features: -- * Trimming and blank argument removal. -- * Argument inheritance between child and parent frames. -- * Argument extraction for external modules and console..."
- 10:0610:06, 2 August 2023 diff hist +4,059 N Module:Icon list Created page with "local p = {} local lib = require('Module:Feature') local Icon = require('Module:Icon')._main function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false, wrapper = { 'Template:Icon list' } }) return p._main(args) end function p._main(args) local input = args[1] or '' local itemDelim = args.delim or ';' local items = lib.split(input, itemDelim) if next(items) == nil then return mw.html.create()..." current
- 10:0410:04, 2 August 2023 diff hist +3,438 N Module:Icon Created page with "local p = {} local lib = require('Module:Feature') local LL = require('Module:Link label')._main function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false, wrapper = { 'Template:Icon' } }) return p._main(args) end function p._main(args) local item = args.name or args[1] if not item then return mw.html.create() end -- if no input then return blank local nolink = lib.isNotEmpty(args.nolink) or fa..."
- 10:0310:03, 2 August 2023 diff hist +1,174 N Module:Link label Created page with "local p = {} local TERMS = { ' %(flower%)', ' %(group%)', ' %(character%)', ' %(game%)', ' %(item%)', ' %(artisan product%)', ' %(cooked dish%)', } function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Link label' } }) return p._main(args) end function p.getTerms() local result = mw.html.create() for _, term in ipairs(TERMS) do local replacedTerm, _ = term:gsub('%%', '') result:ne..." current
- 10:0210:02, 2 August 2023 diff hist +2,288 N Module:Card Created page with "local p = {} local lib = require('Module:Feature') local LL = require('Module:Link label')._main local Ilib = require('Module:Icon') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false, wrapper = { 'Template:Card' } }) return p._main(args) end function p._main(args) local item = args.name or args[1] if not item then return mw.html.create() end -- if no input then return blank local link =..."
- 09:5309:53, 2 August 2023 diff hist +11,458 N Module:Feature Created page with "--- Miscellaneous useful functions. local lib = {} local util = require('libraryUtil') local checkType = util.checkType local checkTypeMulti = util.checkTypeMulti local NIL_OK = true --- Choose one of two values to return. -- @param {boolean} cond Determines which value to return. -- @param T The value to return if `cond` is true (or truthy). -- @param F The value to return if `cond` is false (or falsey). function lib.ternary(cond, T, F) if cond then ret..." current
- 09:5009:50, 2 August 2023 diff hist +2,688 N Module:Card list Created page with "local p = {} local lib = require('Module:Feature') local Card = require('Module:Card')._main local Ilib = require('Module:Icon list') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false, wrapper = { 'Template:Card list' } }) return p._main(args) end function p._main(args) local input = args[1] or '' local itemDelim = args.delim or ';' local items = lib.split(input, itemDelim) if next(ite..."
- 09:4909:49, 2 August 2023 diff hist −241 Template:Card list No edit summary current Tag: Manual revert
- 09:4809:48, 2 August 2023 diff hist +1,061 N Module:Replace Created page with "--- Module copied from Genshin Impact wiki. local p = {} local ie = require('Module:Feature').isEmpty function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Replace' } }) return p._main(args) end function p._main(args) local inputString = args[1] or nil local search = args[2] or args.s1 or nil local replace = args[3] or args.r1 or '' -- argument validation if ie(inputString) then return..." current
- 09:4009:40, 2 August 2023 diff hist +6 Template:Card list No edit summary Tag: Reverted
- 09:3909:39, 2 August 2023 diff hist +4 Template:Letter No edit summary Tag: Reverted
- 09:3709:37, 2 August 2023 diff hist +235 Template:Card list No edit summary Tag: Reverted
- 09:2809:28, 2 August 2023 diff hist +103 N Template:Card list Created page with "<includeonly>{{#invoke:Card list|main}}</includeonly><noinclude>{{Documentation|type=Card}}</noinclude>"
- 09:2709:27, 2 August 2023 diff hist +221 N Template:Color Created page with "<includeonly><!-- --><span class="<!-- -->{{#if:{{{bg|}}}|bg|text}}-{{{1|player}}}<!-- color class -->"><!-- -->{{{2|text}}}<!-- text to color --></span><!-- --></includeonly><noinclude>{{Documentation}}</noinclude>"
- 09:2609:26, 2 August 2023 diff hist −10 Mail No edit summary
- 09:2409:24, 2 August 2023 diff hist +181 N Template:MessageBox Created page with "{{#invoke:Mbox|main}}<noinclude>{{Documentation}}<!-- For a more traditional wikitext version of this template, see https://templates.fandom.com/wiki/Template:Ambox --></noinclude>"
- 09:2309:23, 2 August 2023 diff hist +171 Template:Namespace No edit summary Tag: Reverted
- 09:2209:22, 2 August 2023 diff hist +56 N Template:Namespace Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}"
- 09:2109:21, 2 August 2023 diff hist +1,082 N Template:Letter Created page with "<includeonly><!-- --><div class="ci-letter-wrapper"><!-- Header --><div class="ci-letter-header"><!-- Title -->{{#if:{{{title|}}}|<div class="ci-letter-title"><!-- -->{{{title|}}}<!-- --></div><hr />}}<!-- Opening --><div class="ci-letter-opening"><!-- -->{{#replace:{{{opening|''Player'',}}}|''Player''|{{Color|player|''Player''}}}}<!-- --></div><!-- --></div><!-- Content --><div class="ci-lette..."
- 09:2009:20, 2 August 2023 diff hist +513 N Template:Stub Created page with "<includeonly>{{MessageBox |class = yellow |image = Journal menu.png |imagewidth = 40px |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><noinclude>{{D..."
- 09:1809:18, 2 August 2023 diff hist +10,195 Mail No edit summary
- 09:0009:00, 2 August 2023 diff hist +303 N File:767Pre Historic Chest.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 09:0009:00, 2 August 2023 diff hist +303 N File:779Sunken Ship Treasure Chest.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 09:0009:00, 2 August 2023 diff hist +303 N File:755Mystery Random Chest.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 09:0009:00, 2 August 2023 diff hist +303 N File:740Merfolk Chest.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 09:0009:00, 2 August 2023 diff hist +303 N File:727Coral Island Chest.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:356Winter Offerings.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:271Upgrade Resource.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:422Rare Cooked Dish.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:188Rare Artisan Offerings.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:23Rare Animals Offerings.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:942Quality Crops Offering.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:922Precious Gems Collection.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:348Ocean Scavangeables Offerings.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:328Ocean Critters Offering.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:311Night Insects Offerings.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:295Monster Drop Offerings.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:278Barn Animals Offerings 256.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:260Resin.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:238Osmium Ore.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:225Osmium Bar.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:214Silky fur.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:179Sandcastle.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:190Sprinkle lvl 1.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5808:58, 2 August 2023 diff hist +303 N File:202Bone.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5108:51, 2 August 2023 diff hist +303 N File:868Sus sword.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5108:51, 2 August 2023 diff hist +303 N File:785Sus Spear.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5108:51, 2 August 2023 diff hist +303 N File:0Sus hammer.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 08:5108:51, 2 August 2023 diff hist +303 N File:335Sus shield.png Uploaded own work with UploadWizard current Tag: Upload Wizard