User contributions for Admin coral island
Jump to navigation
Jump to search
9 August 2023
- 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 Coral Island 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 Coral Island 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..."
- 07:0707:07, 9 August 2023 diff hist +198 N Template:Self Created page with "{{LicenseBox|text=''This file was uploaded by the photographer or author.''}}{{#ifeq: {{NAMESPACENUMBER}} | 0 | <includeonly>Category:Files uploaded by the photographer or author</includeonly>}}" current
- 07:0607:06, 9 August 2023 diff hist +562 N Template:See group Created page with "<includeonly><!-- -->{{#invoke:Hatnote|about<!-- -->|uses that specifically need this item<!-- -->|uses that need {{{1|}}}<!-- -->|{{{2|}}}<!-- -->|{{#if:{{{3|}}}|{{#if:{{{4|}}}|uses that need {{{3|}}}}}}}<!-- -->|{{#if:{{{3|}}}|{{#if:{{{4|}}}|{{{4|}}}}}}}<!-- -->|{{#if:{{{5|}}}|{{#if:{{{6|}}}|uses that need {{{5|}}}}}}}<!-- -->|{{#if:{{{5|}}}|{{#if:{{{6|}}}|{{{6|}}}}}}}<!-- -->|{{#if:{{{7|}}}|{{#if:{{{8|}}}|uses that need {{{7|}}}}}}}<!-- -->|..." current
- 07:0307:03, 9 August 2023 diff hist +54 N Template:See also Created page with "<includeonly>{{#invoke:Hatnote|seeAlso}}</includeonly>" current
- 07:0307:03, 9 August 2023 diff hist +52 N Template:Schedule Created page with "<includeonly>{{#invoke:Schedule|main}}</includeonly>"
- 07:0207:02, 9 August 2023 diff hist +863 N Template:Scavengeables by category table Created page with "<includeonly>{{#dpl: |namespace = |category = {{{1|}}} |notcategory = Removed |notcategory = Candidates for deletion |notcategory = {{{not|}}} |notcategory = {{{not1|}}} |notcategory = {{{not2|}}} |notcategory = {{{not3|}}} |ordermethod = title |uses = Template:Infobox scavenge |include = {Infobox scavenge}:image:time:item_group:season:sell:energy:health |table = class="sortable article-table",-<!-- -->,Item,Item group,Season,data-sort-value="number..." current
- 06:5906:59, 9 August 2023 diff hist +430 N Template:Scavengeables by category list Created page with "<includeonly>{{#dpl: |name = |category = {{{1|}}} |notcategory = {{{not|}}} |notcategory = {{{not1|}}} |notcategory = {{{not2|}}} |uses = Template:Infobox scavenge |format = ²{Column¦{{{2|1}}}¦,\n*²{i¦%PAGE%}²,,}² |noresultsfooter = <br/>There are no {{lc:{{{1|}}}}} available. |allowcachedresults = true |ordermethod = title }}</includeonly>" current
- 06:3906:39, 9 August 2023 diff hist +1,023 N Template:Restores Created page with "<includeonly>{{#switch:{{{type|}}} |#default = {{#switch:{{{2|}}}<!-- -->|Bronze|B = {{{{{1|}}}|{{#expr:{{{3|}}}*1.15round0}}}}<!-- -->|Silver|S = {{{{{1|}}}|{{#expr:{{{3|}}}*1.25round0}}}}<!-- -->|Gold|G = {{{{{1|}}}|{{#expr:{{{3|}}}*1.5round0}}}}<!-- -->|Osmium|O = {{{{{1|}}}|{{#expr:{{{3|}}}*2.0round0}}}}<!-- -->}} |Artisan products|Artisan = {{#switch:{{{2|}}}<!-- -->|Bronze|B = {{{{{1|}}}|{{#expr:(((({{{3|}}}*1.15)/5))round0)*5}}}}<!-- -->|Silver|S = {{{{{1|}}}|{{..." current
- 06:3906:39, 9 August 2023 diff hist −66 Template:Replace No edit summary current
- 06:3806:38, 9 August 2023 diff hist +327 N Template:Removed Created page with "<includeonly>{{MessageBox |header = Removed |class = red |image = Remove.svg |imagewidth = 24px |text = This page contains information about content that was removed from the game. |id = removed |comment = {{{1|}}} }}{{Namespace|file=Category:Removed|main=Category:Removed}}</includeonly>"
- 06:3806:38, 9 August 2023 diff hist +637 N Template:Reflist Created page with "<includeonly><!-- -->{{#vardefine:columns|{{#if:{{{note|}}}{{{ol|}}}|1|{{{1|1}}}}}}}<!-- --><div class="references-small" style="<!-- -->{{#if:{{{colwidth|}}}|-moz-column-width: {{{colwidth}}}; -webkit-column-width: {{{colwidth}}}; column-width: {{{colwidth}}}; }}<!-- -->-moz-column-count: {{#var:columns}}; -webkit-column-count: {{#var:columns}}; column-count: {{#var:columns}};<!-- -->font-size: {{#if:{{{note|}}}{{{ol|}}}{{{group|}}}|{{{fontsize|inherit}}}|{{{fontsize|sm..." current
- 06:3706:37, 9 August 2023 diff hist −55 Template:Recipes by category table No edit summary current
- 06:3606:36, 9 August 2023 diff hist +50 N Template:Recipe Created page with "<includeonly>{{#invoke:Recipe|main}}</includeonly>"