User contributions for Admin coral island
Jump to navigation
Jump to search
9 August 2023
- 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
- 14:2814:28, 9 August 2023 diff hist +577 N Abandoned Villa Created page with "{{Infobox location |name = Abandoned Villa |image = |caption = |type = Residence |address = |resident = Nina |hours = |closed = }} The '''Abandoned Villa''' is a villa owned by former residents of ''Coral Island''. Nobody really knows why the family left, but they left abruptly many years ago. Their only daughter, now in her 20s, still visits the villa in the summer. She is a good fri..." current
- 14:2414:24, 9 August 2023 diff hist +48 Aaliyah →Love
- 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>"
- 07:2107:21, 9 August 2023 diff hist +794 N Template:Transclude Created page with "<includeonly><!-- -->{{#if:<!-- -->{{#if:{{{section|}}}<!-- -->|YES<!-- -->|{{Exists|{{{page|{{{1|}}}}}}|YES}}<!-- -->}}<!-- -->|{{#ifeq:{{{main|}}}|1<!-- -->|{{#if:{{{heading|{{{2|}}}}}}<!-- -->|{{#ifeq:{{{top|}}}|1<!-- -->|{{Main|{{{page|{{{1|}}}}}}|l1={{{label|}}}}}<!-- -->|{{Main|{{{page|{{{1|}}}}}}#{{{heading|{{{2|}}}}}}|l1={{{label|}}}}}<!-- -->}}<!-- -->|{{Main|{{{page|{{{1|}}}}}}|l1={{{label|}}}}}<!-- -->}}<!-- -->}} <!-- -->{{..."
- 07:2107:21, 9 August 2023 diff hist +111 N Template:Topic Created page with "<includeonly>{{#sub:{{#replace:{{SITENAME}}| Wiki}}|-{{#len:{{#replace:{{SITENAME}}| Wiki}}}}-1}}</includeonly>" current
- 07:2007:20, 9 August 2023 diff hist +178 N Template:Tocright Created page with "<includeonly><div style="float:right; clear:{{{clear|right}}}; margin-bottom:.5em; padding:.5em 0 .8em 1.4em; background:transparent; max-width:20em;">__TOC__</div></includeonly>" current
- 07:1907:19, 9 August 2023 diff hist +444 N Template:Time Created page with "<includeonly><!-- -->{{#if:{{{1|}}}|<!-- -->{{padleft:{{#explode:{{{1|}}}|:|0}}|2}}<!-- -->:<!-- -->{{padleft:{{#if:{{#explode:{{{1|}}}|:|1}}|{{#explode:{{{1|}}}|:|1}}|00}}|2}}<!-- -->{{#if:{{{2|}}}|<!-- -->–<wbr><!-- -->{{padleft:{{#explode:{{{2|}}}|:|0}}|2}}<!-- -->:<!-- -->{{padleft:{{#if:{{#explode:{{{2|}}}|:|1}}|{{#explode:{{{2|}}}|:|1}}|00}}|2}}<!-- -->}}<!-- -->}}</includeonly>" current
- 07:1807:18, 9 August 2023 diff hist +50 N Template:Tabber Created page with "<includeonly>{{#invoke:Tabber|main}}</includeonly>"
- 07:1807:18, 9 August 2023 diff hist +65 N Template:T Created page with "<includeonly>{{#invoke:Formatting|main|template=1}}</includeonly>" current
- 07:1707:17, 9 August 2023 diff hist +303 N File:Header marker left.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 07:1607:16, 9 August 2023 diff hist +303 N File:Header marker right.png Uploaded own work with UploadWizard current Tag: Upload Wizard
- 07:1307:13, 9 August 2023 diff hist +906 N Template:System requirements Created page with "{| |- ! style="text-align:center;" |30px|link= Minimum 30px|link= |- | style="text-align:left;" |<nowiki/> Requires a 64-bit processor and operating system<br/> '''OS''': Windows 10<br/> '''Processor''': Intel i3 Processor<br/> '''Memory''': 6 GB RAM<br/> '''Graphics''': Nvidia GeForce GTX 660 2GB<br/> '''DirectX''': Version 10<br/> '''Storage''': 8 GB available space |- ! style="text-align:center..." current
- 07:1207:12, 9 August 2023 diff hist −52 Template:Stub No edit summary Tag: Reverted
- 07:1207:12, 9 August 2023 diff hist +32 N Template:Space Created page with "<includeonly> </includeonly>" current
- 07:1007:10, 9 August 2023 diff hist +288 N Template:Shop usage Created page with "<includeonly>{{#invoke:Shop usage|main|pages={{#DPL: |namespace= |uses=Template:Shop |category={{#if:{{{1|}}}|{{Array|{{lc:{{{1|}}}}}|;|Shop with {item} as currency|¦}}|Shop with {{lc:{{#titleparts:{{PAGENAME}}}}}} as currency}} |ordermethod=title |format=,%PAGE%$$$,, }}}}</includeonly>" current
- 07:1007:10, 9 August 2023 diff hist −40 Template:Shop availability No edit summary current
- 07:0907:09, 9 August 2023 diff hist +48 N Template:Shop Created page with "<includeonly>{{#invoke:Shop|main}}</includeonly>" current
- 07:0707:07, 9 August 2023 diff hist +695 N Template:Sell prices Created page with "<includeonly>{{#switch:{{{type|}}} |#default = {{#switch:{{{1|}}}<!-- -->|Bronze|B = {{formatnum:{{#expr:{{{2|}}}*1.15round0}}}}<!-- -->|Silver|S = {{formatnum:{{#expr:{{{2|}}}*1.3round0}}}}<!-- -->|Gold|G = {{formatnum:{{#expr:{{{2|}}}*1.5round0}}}}<!-- -->|Osmium|O = {{formatnum:{{#expr:{{{2|}}}*2.0round0}}}}<!-- -->}} |Artisan products|Artisan = {{#switch:{{{1|}}}<!-- -->|Bronze|B = {{formatnum:{{#expr:(((({{{2|}}}*1.15)/5))round0)*5}}}}<!-- -->|Silver|S = {{formatn..."