User contributions for Admin coral island
Jump to navigation
Jump to search
3 August 2023
- 05:4405:44, 3 August 2023 diff hist +914 Template:Cost No edit summary
- 05:3505:35, 3 August 2023 diff hist −15 Template:Letter No edit summary Tag: Reverted
- 05:3205:32, 3 August 2023 diff hist 0 Template:Letter No edit summary Tag: Reverted
- 05:2805:28, 3 August 2023 diff hist 0 Template:Letter No edit summary Tag: Reverted
- 05:2605:26, 3 August 2023 diff hist +5 Template:G No edit summary
- 05:2605:26, 3 August 2023 diff hist +7 Template:G No edit summary
- 05:2605:26, 3 August 2023 diff hist +303 N File:Coin.png Uploaded own work with UploadWizard Tag: Upload Wizard
- 05:2305:23, 3 August 2023 diff hist +62 Template:Cost No edit summary
- 05:1305:13, 3 August 2023 diff hist −3 Template:IconNew No edit summary
- 05:1005:10, 3 August 2023 diff hist +856 Template:Cost No edit summary
- 05:0805:08, 3 August 2023 diff hist −25 Template:Cost No edit summary
- 05:0405:04, 3 August 2023 diff hist −858 Template:Cost No edit summary
- 04:5304:53, 3 August 2023 diff hist +26 Template:Cost No edit summary
- 04:5204:52, 3 August 2023 diff hist +26 Template:Cost No edit summary
- 04:5104:51, 3 August 2023 diff hist −52 Template:Cost No edit summary
- 04:4604:46, 3 August 2023 diff hist +858 Template:Cost No edit summary
- 04:4304:43, 3 August 2023 diff hist +234 Template:Cost No edit summary
- 04:4104:41, 3 August 2023 diff hist −620 Template:Cost No edit summary
- 04:3804:38, 3 August 2023 diff hist −1 Template:Cost No edit summary
- 04:2304:23, 3 August 2023 diff hist 0 Template:Cost No edit summary
- 04:2104:21, 3 August 2023 diff hist −1 Template:Cost No edit summary
- 04:2004:20, 3 August 2023 diff hist +72 Template:Cost No edit summary
- 04:1504:15, 3 August 2023 diff hist +2,684 N Template:Cost Created page with "<div class="cost-template"> <includeonly> {{#if:{{{coin|}}}|<div class="cost-detail">{{{amount}}} {{g}}</div>}} {{#if:{{{stone|}}}|<div class="cost-detail">16px|none {{{amount}}}</div>}} {{#if:{{{wood|}}}|<div class="cost-detail">16px|none {{{amount}}}</div>}} {{#if:{{{hardwood|}}}|<div class="cost-detail">16px|none {{{amount}}}</div>}} {{#if:{{{bronzebar|}}}|<div class="cost-detail">File: 235Copper Ba..."
- 02:1302:13, 3 August 2023 diff hist +63 Main Page No edit summary
2 August 2023
- 13:4013:40, 2 August 2023 diff hist +3 Main Page →Welcome to the Official Coral Island Wiki
- 10:5610:56, 2 August 2023 diff hist +303 N File:StarBronze.png Uploaded own work with UploadWizard Tag: Upload Wizard
- 10:5610:56, 2 August 2023 diff hist +303 N File:StarGold.png Uploaded own work with UploadWizard Tag: Upload Wizard
- 10:5610:56, 2 August 2023 diff hist +303 N File:StarOsmium.png Uploaded own work with UploadWizard Tag: Upload Wizard
- 10:5610:56, 2 August 2023 diff hist +303 N File:StarSilver.png Uploaded own work with UploadWizard Tag: Upload Wizard
- 10:4810:48, 2 August 2023 diff hist +8 Template:Letter No edit summary Tag: Reverted
- 10:4710:47, 2 August 2023 diff hist −51 Template:Letter No edit summary Tag: Reverted
- 10:4210:42, 2 August 2023 diff hist −4 Template:Letter No edit summary Tag: Manual revert
- 10:1510:15, 2 August 2023 diff hist +117 N Template:Replace Created page with "<includeonly>{{#invoke:Replace|main}}</includeonly><noinclude>{{Documentation}}Category:Lua templates</noinclude>"
- 10:1210:12, 2 August 2023 diff hist −244 Module:Arguments No edit summary
- 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: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>"