User contributions for Admin coral island

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500 | 1,000)

4 August 2023

  • 06:0006:00, 4 August 2023 diff hist +21 Template:Heart eventNo edit summary
  • 05:5805:58, 4 August 2023 diff hist +17 Template:Heart eventNo edit summary
  • 05:5605:56, 4 August 2023 diff hist −1 Template:Heart eventNo edit summary
  • 05:5605:56, 4 August 2023 diff hist +6 Alice→‎Dislikes
  • 05:5505:55, 4 August 2023 diff hist +12 Alice→‎Hate
  • 05:5505:55, 4 August 2023 diff hist +6 Alice→‎Neutral
  • 05:5405:54, 4 August 2023 diff hist +30 Alice→‎Like
  • 05:5305:53, 4 August 2023 diff hist +1 Alice→‎Dislikes
  • 05:5305:53, 4 August 2023 diff hist −20 Alice→‎Hate
  • 05:5305:53, 4 August 2023 diff hist +1 Alice→‎Neutral
  • 05:5305:53, 4 August 2023 diff hist +1 Alice→‎Like
  • 05:5305:53, 4 August 2023 diff hist −33 Alice→‎Love
  • 05:5205:52, 4 August 2023 diff hist −54 Template:TableGiftNo edit summary
  • 05:4905:49, 4 August 2023 diff hist +3 Template:TableGiftNo edit summary
  • 05:4905:49, 4 August 2023 diff hist +1 Template:TableGiftNo edit summary
  • 05:4205:42, 4 August 2023 diff hist +96 N Template:TableGiftCreated page with "{| class="wikitable mw-collapsible" !Image !Name !Description !Source !Ingredients {{{data}}} |}"
  • 04:0604:06, 4 August 2023 diff hist +168 AliceNo edit summary
  • 03:5803:58, 4 August 2023 diff hist +2 N Template:(Created page with "{{" current
  • 03:4503:45, 4 August 2023 diff hist +2 N Template:!)Created page with "|}" current
  • 03:4203:42, 4 August 2023 diff hist +2 N Template:!!Created page with "||" current
  • 03:3903:39, 4 August 2023 diff hist −90 Template:Artisan goodsNo edit summary current
  • 03:3803:38, 4 August 2023 diff hist +43,819 N Module:DocumentationCreated page with "-- <pre> -------------------------------------------------------------------------------- -- This module implements {{T|Documentation}}. -- -- @module documentation -- @alias p -- @release stable -- @require Dev:Arguments -- @require Dev:Config -- @require Dev:I18n -- @require Dev:Languages -- @require [[Global Lua Modules/Message box|Dev:Message bo..."
  • 03:3703:37, 4 August 2023 diff hist +116 N Template:DocumentationCreated page with "<includeonly>{{#invoke:Documentation|main}}</includeonly><noinclude>{{Documentation|type=Documentation}}</noinclude>"
  • 03:3603:36, 4 August 2023 diff hist +8,081 N Template:Artisan goodsCreated page with "<includeonly>{{{comment|{{PAGENAME}} can be processed into the following artisan products:}}} {|class="wikitable" style="text-align:center;" |- !Icon !Product !Equipment !Time !Sell prices !Restores{{#if:{{{beer|}}}|<nowiki /> {{!}}- !{{icon|{{#switch:{{PAGENAME}}| |Wheat = Beer |Barley = Barley beer}}|50|}} {{!}}{{#switch:{{PAGENAME}}| |Wheat = Beer |Barley = Barley beer}} {{!}}{{i|Keg}} {{!}}{{#switch:{{PAGENAME}}| |Wheat = 72 hours |Barley = 25 hours}} {{!..."
  • 03:2803:28, 4 August 2023 diff hist +1,618 N Template:AnimalsCreated page with "<infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption"/> </image> <group layout="horizontal"> <data source="description"><format><center>''{{{description|}}}''</center></format></data> </group> <group> <header>Information</header> <data source="growth"> <label>Growth</label> </data> <data source="housing"> <label>Housing</label><format>{{i|{{{housing..." current
  • 03:1603:16, 4 August 2023 diff hist +1,293 N Module:TabberCreated page with "-- Written by bitomic ---- Inspired by IZ*ONE Wiki w:c:iz-one:Template:Lyrics local p = {} function p.main( frame ) local args = frame:getParent().args return p.buildTabber( args ) end function p.buildTabber( args ) local frame = mw.getCurrentFrame() local infobox = mw.html.create( 'infobox' ):attr( 'theme', 'tabber' ) local panel = mw.html.create( 'panel' ) -- Because, apparently, you can't count args through `#args` local flag = true..."
  • 03:1203:12, 4 August 2023 diff hist +3,704 N Module:YesnoCreated page with "-- <nowiki> --- Yesno module for processing of boolean-like wikitext input. -- -- It works similarly to the Yesno Wikipedia -- template. This module is a consistent Lua interface for wikitext -- input from templates. -- -- Wikitext markup used by MediaWiki templates only permit -- string parameters like `"0"`, `"yes"`, `"no"` etc. As Lua -- has a boolean primitive type, Yesno converts this -- wikitext into boolean output for Lua t..." current
  • 03:1103:11, 4 August 2023 diff hist +3,346 N Module:QuoteCreated page with "-- <nowiki> local Quote = {} local getArgs = require('Dev:Arguments').getArgs local i18n = require('Dev:I18n').loadMessages('Quote') local function build(quote_contents, quote_source, options) local quote_container = mw.html.create('blockquote') :addClass('pull-quote') :addClass(options.align) :addClass(options.extraclasses) :css(options.styles) :cssText(options.extrastyles) quote_container:node(quote_contents)..."
  • 03:1103:11, 4 August 2023 diff hist +22,047 N Module:RefCreated page with "-- <nowiki> local ref = {} local getArgs = require('Dev:Arguments').getArgs local lang = mw.language.getContentLanguage() --sourcedata used for autofill functions ref.sourcedata = {} --[[--------------------------< A U T O F I L L D A T A >------------------------------------------------- looks for a module containing data that autofills a reference, aby finding its entry on a table using a shorthand for example, "|game=FFVII" to autofill a reference for "Final Fant..." current
  • 03:1003:10, 4 August 2023 diff hist +552 N Module:Pretty-preCreated page with "-- <nowiki> -------------------------------------------------------------------------------- -- Automatically adds a space before each line. Like the <pre> tag, but allows -- markup (e.g. bold or italics), transclusions, etc. -------------------------------------------------------------------------------- local p = {} function p._main(s) return ' ' .. s:gsub('\n$', ''):gsub('\n', '\n ') end function p.main(frame) return p._main(frame:getParent().args[1] or fram..." current
  • 03:0903:09, 4 August 2023 diff hist +22,087 N Module:NavboxBuilderCreated page with "-- <nowiki> local NBB = {} -- Constants local EXPANDED, COLLAPSED = 1, 2 -- Easy access to all arguments local arguments = {} -- Invokable - Navbox creation function NBB.create(frame) if frame then arguments = getArguments(frame) end if type(NBB.hlist) == 'boolean' then NBB.hlist = NBB.hlist and 'hlist' or '' end if type(NBB.vlist) == 'boolean' then NBB.vlist = NBB.vlist and 'vlist' or '' end local main = prepMain() local sections = prepSections(m..." current
  • 03:0803:08, 4 August 2023 diff hist +13,228 N Module:NavboxCreated page with "------------------------------------------------------------------- --<pre> Navbox Module -- -- * Fully CSS styled (inline styles possible but not default) -- * Supports unlimited rows -- -- By User:Tjcool007 from layton.fandom.com -------------------------------------------------------------------- local p = {} local args = {} -- Arguments passed to template local navbox -- Actual navbox --local working = {} local rownums, skiprows = {}, {} local hasrows, alt, hasDat..." current
  • 03:0803:08, 4 August 2023 diff hist +6,096 N Module:Namespace detectCreated page with "-- <nowiki> --[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace..."
  • 03:0603:06, 4 August 2023 diff hist +3,171 Module:MboxNo edit summary
  • 02:5702:57, 4 August 2023 diff hist +21,973 N Module:Calendar widgetCreated page with "--Module to create Calendar widget -- require('Dev:No globals'); local getArgs = require ('Dev:Arguments').getArgs; local lang_obj = mw.language.getContentLanguage(); local daysinmonth = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} local dayname = {'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'} local dayabbr = {} for i, v in ipairs(dayname) do dayabbr[i] = v:sub(1, 2) end local iso_dayname = {'Monday', 'Tuesday', 'Wednesday',..." current
  • 02:5302:53, 4 August 2023 diff hist +2,231 N Module:DevmoduleCreated page with "-- <nowiki> -------------------------------------------------------------------------------- -- Invokes global modules from dev.wikia.com. -- -- Syntax: -- {{Devmodule|#mod = <module name>|#fun = <function name>|<parameters>}} -------------------------------------------------------------------------------- local p = {} local getArgs = require("Dev:Arguments").getArgs local normalize = require("Dev:NormalizeModuleName") local userError = require("Dev:User error") local r..." current
  • 02:5202:52, 4 August 2023 diff hist +9 N Module:Icons/dataCreated page with "return {}" current
  • 02:5102:51, 4 August 2023 diff hist +9 N Module:Icons/configCreated page with "return {}" current
  • 02:5002:50, 4 August 2023 diff hist +11,372 N Module:I18n/dateCreated page with "local p = {} --[[ Different languages use different date formats, and many formats are shared among whole families of languages. "DateLang" picks a cluster of languages associated with a single date format, based on the language to be used. All unlisted languages default to English form. Languages like "de-formal" follows regular language fallback chain and would default to German, and only if that does not exist then to English. ]] -- <nowiki> p.DateLang = { ['be'..." current
  • 02:5002:50, 4 August 2023 diff hist +11,086 N Module:I18n/consolefriendlyCreated page with "-- <nowiki> -- I18n storage module for FANDOM. -- @module i18n -- @version 1.3.3 -- @usage require("Dev:I18n") -- @author Speedit -- @author KockaAdmiralac -- @release alpha; untested -- @todo Fallbacks and unit testing. local i18n = {} -- local keeper of locality -- keeps local functions local and defends them against nasty globals local _i18n = {} -- Module variables & dependencies. local title = mw.title.getCurrentTitle() local fa..." current
  • 02:4902:49, 4 August 2023 diff hist +14,993 N Module:I18nCreated page with "-- I18n library for message storage in Lua datastores. -- The module is designed to enable message separation from modules & -- templates. It has support for handling language fallbacks. This -- module is a Lua port of I18n-js and i18n modules that can be loaded -- by it are editable through I18nEdit. -- -- @module i18n -- @version 1.4.0 -- @require Module:Entrypoint -- @require Module:Fallbacklist -- @author [[User..."
  • 02:4902:49, 4 August 2023 diff hist +13,205 N Module:IconsCreated page with "local p = {} local iconData = mw.loadData('Module:Icons/data') local iconConfig = require('Module:Icons/config') --[[ Does both checks as a function rather than writing longform each time and also checks a table value's existence ]] --% Completes a null or empty check on a variable. local function exists(object, child) if object ~= nil and object ~= '' then if child ~= nil then if object[child] ~= nil and object[child] ~= '' then return true else re..." current
  • 02:4702:47, 4 August 2023 diff hist +26,559 Module:HatnoteNo edit summary
  • 02:4502:45, 4 August 2023 diff hist +3,700 N Module:DialogueCreated page with "--| Creates dialogue definition lists --- For whatever reason, refuses to make blockquotes --- <nowiki> local Dialogue = {} ---- -- Libraries and Globals ---- -- Parses invocation and template parameters, trims whitespace, and removes blanks. local getArgs = require('Dev:Arguments').getArgs ---- -- Local Functions ---- local function makeInvokeFunc(funcName) return function (frame) local args = getArgs(frame, {removeBlanks = false}) return Dialogue[funcName](..." current
  • 02:4302:43, 4 August 2023 diff hist +6,414 N Module:FormatnumCreated page with "-- <pre>This module formats numbers local p = {} local digit = { -- substitution of decimal digits for languages not supported by mw.language:formatNum() in core Lua libraries for MediaWiki ["ml-old"] = { '൦', '൧', '൨', '൩', '൪', '൫', '൬', '൭', '൮', '൯' }, ["mn"] = { '᠐', '᠑', '᠒', '᠓', '᠔', '᠕', '᠖', '᠗', '᠘', '᠙'}, ["ta"] = { '௦', '௧', '௨', '௩', '௪', '௫', '௬', '௭', '௮', '௯'}, ["te"]..." current
  • 02:4202:42, 4 August 2023 diff hist +2,584 N Module:File linkCreated page with "-- <nowiki>This module provides a library for formatting file wikilinks. -- Credits Wikipedia:Module:File link local yesno = require('Dev:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' t..." current
  • 02:2802:28, 4 August 2023 diff hist +2,970 N Module:CsvCreated page with "local p = {} local getArgs = require("Dev:Arguments").getArgs local str_find = string.find local str_sub = string.sub local str_gsub = string.gsub local tbl_insert = table.insert local function escapeMagicCharacters(s) -- Lua pattern magic chars are ^$()%.[]*+-? return str_gsub(s, '[%^%$%(%)%%%.%[%]%*%+%-%?]', '%%%1') end function p.main(frame) local args = getArgs(frame) local sPageName = args.page local fmtparams = { delimiter = args.delimiter, quotechar =..." current
  • 02:2602:26, 4 August 2023 diff hist +2,052 N Module:Context-linkCreated page with "-- <nowiki> -- This module implements context-link templates. local p = {} local getArgs = require('Dev:Arguments').getArgs -- Helper functions local function findNamespace(link) local namespace = link:match('^(.-):') if namespace then local namespaces = mw.site.namespaces[namespace] if namespaces then return namespaces.id end end return 0 end local function formatLink(link, display) local namespace = findName..." current
  • 02:2602:26, 4 August 2023 diff hist +31,997 N Module:ColorsCreated page with "--- Colors library for embedded color processing in the FANDOM environment. -- It ports and extends functionality in the Colors JS library written by -- Pecoes. The module supports HSL, RGB and hexadecimal web -- colors. -- -- The module offers numerous features: -- * Color parameter support in Lua modules. -- * Color parameter insertion in wiki templates. -- * Color variable parsing for style templating. -- * Color item creation and convers..." current
  • 02:2502:25, 4 August 2023 diff hist +6,172 N Module:CodedocCreated page with "-- <nowiki> --| Reads a file and outputs its comments. --b Pedro M. Rabinovitch <miller@inf.puc-rio.br> --$Id: dofile.lua,v 1.2 2003/10/20 03:35:08 miller Exp $ --TODO Check if multiline syntax is working properly -- Wikifying by Dessamator local p = {} local ProcLua = require ('Dev:Codedoc/Procsrc') local args = require ("Dev:Arguments").getArgs local opt = { complete = true, proc_private = true, hideHeader = true } --% Creates docs for a module..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500 | 1,000)