User contributions for Admin coral island
Jump to navigation
Jump to search
9 August 2023
- 16:1716:17, 9 August 2023 diff hist −2,646 Module:Fallback No edit summary current
- 16:1516:15, 9 August 2023 diff hist −4 Module:I18n No edit summary Tag: Reverted
- 16:1516:15, 9 August 2023 diff hist +6 Module:I18n No edit summary
- 16:1416:14, 9 August 2023 diff hist +3,863 N Module:Entrypoint Created page with "--- Entrypoint templating wrapper for Scribunto packages. -- The module generates an entrypoint function that can execute Scribunto -- package calls in the template context. This allows a package to support -- both direct and template invocations. -- -- @script entrypoint -- @release stable -- @author 8nml -- @param {table} package Scribunto package. -- @error[85] {string} 'you must specify..." current
- 16:1416:14, 9 August 2023 diff hist +5,045 N Module:Fallback Created page with "-- <nowiki> local p = {} local langlist = require('Dev:Fallbacklist') function p.fblist(lang) -- list the full fallback chain from a language to en local fbtable = p.fallbackloop{ lang:lower() } table.insert(fbtable, 'default') table.insert(fbtable, 'en') return fbtable end function _inArray(x, t) for i, v in ipairs(t) do if v == x then return i end end return -1 end function p.fallbackloop(fbtable) --list of fallback languages in string format (more conven..."
- 16:1316:13, 9 August 2023 diff hist +3 Module:Mbox No edit summary
- 16:1216:12, 9 August 2023 diff hist +3 Module:Mbox No edit summary
- 16:0716:07, 9 August 2023 diff hist +70 N Category:Coral Island Wiki Created page with "This category consists of all top-tier categories and main wiki pages." current
- 16:0716:07, 9 August 2023 diff hist +76 N Category:Coral Island Created page with "This category contains content from the game. Category:Coral Island Wiki" current
- 16:0616:06, 9 August 2023 diff hist +25 N Category:Items Created page with "Category:Coral Island" current
- 16:0616:06, 9 August 2023 diff hist +18 N Category:Artisan products Created page with "Category:Items" current
- 16:0116:01, 9 August 2023 diff hist +60 File:652Aging Barrel.png No edit summary current Tag: Visual edit
- 15:1615:16, 9 August 2023 diff hist +2,760 Module:Namespace detect/config No edit summary current
- 15:1615:16, 9 August 2023 diff hist −61 Module:Namespace detect No edit summary current
- 15:1515:15, 9 August 2023 diff hist +1,806 Module:Namespace detect/data No edit summary current
- 15:1415:14, 9 August 2023 diff hist +34 Module:Namespace detect/data No edit summary Tag: Manual revert
- 15:1215:12, 9 August 2023 diff hist −43 Module:Namespace detect No edit summary
- 15:1015:10, 9 August 2023 diff hist −34 Module:Namespace detect/data No edit summary Tag: Reverted
- 15:0215:02, 9 August 2023 diff hist +31 N Category:Aging barrel Created page with "Category:Artisan equipments" current
- 14:3014:30, 9 August 2023 diff hist −24 Template:Navbox locations No edit summary
- 10:4310:43, 9 August 2023 diff hist +14,589 N Module:TemplateData Created page with "--- Module copied from Genshin Impact wiki. --- A library used to process other modules' arguments and to output matching -- template data. -- @script TemplateData local p = {} -- general helper functions local function quote(s) return string.format('"%s"', s) end local function ensureTable(v) if type(v) == "table" then return v end return {v} end -- metatable helper functions --- Try getting from nonDefaults, then from defaults..." current
- 10:4310:43, 9 August 2023 diff hist +32 N Module:TableTools Created page with "return require('Dev:TableTools')"
- 10:4210:42, 9 August 2023 diff hist +4,353 N Module:Shop usage Created page with "local p = {} local Parse = require('Module:Parser').getTemplateArgs local Slib = require('Module:Shop') local lib = require('Module:Feature') local Icon = require('Module:Icon')._main local Icon_list = require('Module:Icon list')._main local Pages = {} local display = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst=true, wrappers = {'Template:Shop usage'} }) if lib.isNotEmpty(frame.args.pages) then local item = a..." current
- 10:4110:41, 9 August 2023 diff hist +1,528 N Module:Schedule Created page with "local p = {} local lib = require('Module:Feature') local Tabber = require('Module:Tabber')._main function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrappers = { 'Template:Schedule' } }) args.character = args.character or mw.title.getCurrentTitle().rootText return p._main(args) end function p._main(args) local out = mw.html.create() local tabs = {} local i = '1' while lib.isNotEmpty(args[i .. '_name']) and lib.isNotEmpty(args..."
- 10:4110:41, 9 August 2023 diff hist +3,407 N Module:Recipe Created page with "local p = {} local lib = require('Module:Feature') local Icon = require('Module:Icon')._main local category = mw.html.create() function p.main(frame) local args = require('Module:Arguments').getArgs(frame) return p._main(args) end function p._main(args) local items = args.items or args[1] assert(items, 'No ingredients given') local yield_item = args.product or mw.title.getCurrentTitle().rootText local yield_amount = args['yield'] or '1' local medium = args.medi..." current
- 10:4010:40, 9 August 2023 diff hist +2,875 N Module:Offering need Created page with "local p = {} local lib = require('Module:Feature') local Offering = require('Module:Offering') local Parse = require('Module:Parser').getTemplateArgs local verifyQuality = require('Module:Icon').verifyQuality function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentOnly = false, wrapper = { 'Template:Offering need' } }) return p._main(frame.args) end function p._main(args) local data = Parse('Lake Temple', { only = 'Offering' }) l..." current
- 10:3910:39, 9 August 2023 diff hist +2,852 N Module:Offering Created page with "local p = {} local lib = require('Module:Feature') local Icon = require('Module:Icon')._main local category = mw.html.create() function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false, wrapper = { 'Template:Offering' } }) return p._main(args) end function p._main(args) local _table = mw.html.create('table'):addClass('article-table fandom-table tdc2 tdc1 thc1 thc2 thc3 thc4 tdbg1') local options..." current
- 10:3910:39, 9 August 2023 diff hist +918 N Module:Newarticletext/data Created page with "return { { header = "Item", sections = { { text = "Crops", link = "Template:Crop/Preload" }, { text = "Artisan products", link = { { text = "Normal", link = "Template:Artisan product/Preload" }, { text = "Juice", link = "Template:Artisan product/Juice/Preload"..." current
- 10:3910:39, 9 August 2023 diff hist +2,451 N Module:Newarticletext Created page with "local p = {} function p.main(frame) local td_attr = { valign='top' } local td_css = { width='50%' } local title = frame:getParent():getTitle() local sections = mw.loadData('Module:Newarticletext/data') local output = {} -- For Each Section for i,section_data in ipairs(sections) do if section_data['header'] and section_data['sections'] then local evenTest local section = page_layout(..." current
- 10:3810:38, 9 August 2023 diff hist +763 N Module:Namespace detect/data 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 from the w:c:dev:Global Lua Modules. local nsData = require('Dev:Namespace_detect/data') -- See more details about this module at w:c:dev:Global_Lua_Modules/Namespace_detect -- The imported Module is overwritten locally..."
- 10:3810:38, 9 August 2023 diff hist +785 N Module:Namespace detect/config 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 from the w:c:dev:Global Lua Modules. local nsConfiguration = require('Dev:Namespace_detect/config') -- See more details about this module at w:c:dev:Global_Lua_Modules/Namespace_detect -- The imported Module is overwrit..."
- 10:2910:29, 9 August 2023 diff hist +731 N Module:If match Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame) if lib.isEmpty(args[1]) then return '' end return p._main(args) end function p._main(args) local str = tostring(args[1]) local truthy = args['true'] or '' local falsey = args['false'] or lib.ternary(lib.isNotEmpty(args['index']), 0, '') for I,regex in ipairs(args) do if I == 1 then elseif args[I] and string.match(str, tostring..." current
- 08:5508:55, 9 August 2023 diff hist +604 N Module:Gifted item/data Created page with "return { 'Aaliyah', 'Alice', 'Anne', 'Antonio', 'Archie', 'Ben', 'Betty', 'Bree', 'Chaem', 'Charles', 'Chieftain', 'Connor', 'Dinda', 'Dippa', 'Eleanor', 'Emily', 'Emma', 'Erika', 'Eva', 'Frank', 'Giu', 'Gong', 'Grog', 'Groo', 'Jack', 'Jim', 'Joko', 'Judge Ross', 'Kenny', 'Kira', 'Leah', 'Lily', 'Ling', 'Luke', 'Macy', 'Mark', 'Millie', 'Nina', 'Noah', 'Oliver', 'Pablo', 'Paul', 'Rafael', 'Raj', 'Randy', 'Ratih', 'Sam', 'Sc..."
- 08:5408:54, 9 August 2023 diff hist +3,190 N Module:Gifted item Created page with "local p = {} local lib = require('Module:Feature') local Icon_list = require('Module:Icon list').buildList local characters = mw.loadData('Module:Gifted item/data') local order = { 'love', 'like', 'neutral', 'dislike', 'hate' } local categories = mw.html.create() local noDupe = {} local blankReturn = { love = 'No character loves this item.', like = 'No character likes this item.', neutral = 'No character is neutral towards this item.', dislike = 'No character dislike..."
- 08:5308:53, 9 August 2023 diff hist +9,431 N Module:Formatting Created page with "local p = {} local lib = require('Module:Feature') local search = lib.inArray function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false }) local main = args['text'] or args[1] local label = args['label'] or args[2] or '' local r_s,r_e,b,i,u_s,u_e,v_s,v_e = '','','','','','','','' if main == nil then error('A value must be given') end local nw = mw.text.nowiki local out = mw.html.create(lib.terna..." current
- 08:5208:52, 9 August 2023 diff hist −69 Module:Calendar crops/doc Blanked the page current Tag: Blanking
- 08:5208:52, 9 August 2023 diff hist +69 N Module:Calendar crops/doc Created page with "{{Documentation/Header}} This module implements {{T|Calendar crops}}."
- 08:5208:52, 9 August 2023 diff hist +3,454 N Module:Calendar crops Created page with "local p = {} local lib = require('Module:Feature') local Exists = require('Module:Exists').checkExists function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = {'Template:Calendar crops'} }) return p._main(args) end function p._main(args) local crop = args.crop or mw.title.getCurrentTitle().rootText local category = mw.html.create() assert(args[1], 'Missing stage information') local s..." current
- 08:4408:44, 9 August 2023 diff hist +2,832 N Module:Array Created page with "--- Module copied from Genshin Impact wiki local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Array' } }) --mw.logObject(args,'args') --debug return p._main(args, frame) end function p._main(args, frame) local arrayString = args[1] or nil local separator = args[2] or nil local format = args[3] or nil local join = args[4] or '' local d..." current
- 08:0708:07, 9 August 2023 diff hist +3,536 N MB Wiki:Contributing Created page with "==Manual of Style== For any questions on recommended article styles or formatting, check out the wiki's Manual of Style. == Make an affiliated wiki for other languages == {{Ci}} is available in multiple languages. A wiki for [https://coralisland.fandom.com/id/wiki/Beranda Bahasa Indonesia] and [https://coralisland.fandom.com/es/wiki/ Spanish] language has already been created! When creating a wiki for other languages, the same url..." current
- 08:0708:07, 9 August 2023 diff hist +64 N MB Wiki:AutoWikiBrowser/Script Created page with "This page intentionally left blank for users of JS Wiki Browser." current
- 07:5807:58, 9 August 2023 diff hist +114 Template:Cost No edit summary
- 07:2907:29, 9 August 2023 diff hist +1,116 N MediaWiki:Infobox.css Created page with "→Background: .portable-infobox { background-color: var(--theme-infobox-bg); border-radius: 6px; } →Title: .page-content .portable-infobox .pi-title { font-size: 20px; background-color:var(--theme-accent-color); color: #383533; border-radius: 5px 5px 0 0; } →Caption: .pi-caption { color: rgba(var(--theme-page-text-color--rgb),.9); } →Border: .portable-infobox, .portable-infobox .pi-border-color { border-color: var(--theme-border-color); border-..."
- 07:2607:26, 9 August 2023 diff hist +766 N MediaWiki:Collapsible.css Created page with "→For custom Coral Island Wiki Collapsible: .ci-collapsible.mw-collapsible, .ci-collapsible .mw-collapsible { padding: 3px 0; } .ci-collapsible .mw-collapsible-toggle { padding: 3px; border: solid 1px var(--theme-link-color); border-radius: 5px; float: none; } .ci-collapsible .mw-collapsible-toggle-default::before, .ci-collapsible .mw-collapsible-toggle-default::after, .ci-collapsible .mw-collapsible-toggle-expanded::before, .ci-collapsible .mw-c..." current
- 07:2507:25, 9 August 2023 diff hist +1,896 N MediaWiki:Cards.css Created page with ".custom-card { display: inline-block; position: relative; width: fit-content; align-self: baseline; } .custom-card-body { display: inline-block; position: relative; width: fit-content; align-self: baseline; background: var(--card-bg-main); border-radius: 12px; text-align: center; overflow: hidden; } .custom-card-image { width: 60px; height: 60px; padding: 4px; } .custom-card-amount { background: var(--card-bg-sub); text-align: center; border-radius: 0 0..."
- 07:2407:24, 9 August 2023 diff hist +349 N Template:Vdelinks Created page with "<includeonly><small><nowiki>[</nowiki>[[Template:{{{1}}}|<span title="View this {{{type|}}} template">v</span>]] · [{{fullurl:Template talk:{{{1}}}}} <span title="Discuss this {{{type|}}} template">d</span>] · [{{fullurl:Template:{{{1}}}|action=edit}} <span title="Edit this {{{type|}}} template">e</span>]<nowiki>] </nowiki></small></includeonly>" current
- 07:2307:23, 9 August 2023 diff hist +214 N Template:Uploadlink Created page with "<includeonly><span class="plainlinks">[{{fullurl:Special:Upload|wpDestFile={{urlencode:{{{1|}}}}}{{#ifeq:{{lc:{{{reupload|}}}}}|yes|&wpForReUpload=1|}}}} {{#if:{{{2|}}}|{{{2}}}|File:{{{1}}} }}]</span></includeonly>" current
- 07:2307:23, 9 August 2023 diff hist +383 N Template:Upcoming Created page with "<includeonly>{{MessageBox |header = Upcoming |class = blue |image = Upcoming.svg |imagewidth = 40px |text = This page is about upcoming content, which may be subject to change. Not representative of the final product. |id = upcoming |comment = {{{1|}}} }}{{Namespace|file=Category:Upcoming content|main=Category:Upcoming content}}</includeonly>" current
- 07:2207:22, 9 August 2023 diff hist +166 N Template:Tx Created page with "<includeonly><!-- --><span class="text-error">{{{1|Transcription missing}}}</span><!-- -->{{Namespace|main=Category:Missing transcriptions}}<!-- --></includeonly>" current
- 07:2207:22, 9 August 2023 diff hist +52 N Template:Trim Created page with "<includeonly>{{#if:{{{1|}}}|{{{1}}}|}}</includeonly>"