Wiki is in the process of importing stuff
Please be patient
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
18 June 2026
| 15:16 | Module:Mbox/data diffhist +3 DualPlay talk contribs (Created page with "local localStyle = { ['mbox'] = { ['display'] = 'flex', ['position'] = 'relative', ['background-color'] = 'rgba(255, 255, 255, 0.7)', ['border'] = '1px solid #d6d6d6', ['border-left-width'] = '8px', ['border-left-color'] = '#d6d6d6', ['border-radius'] = '3px', ['margin-bottom'] = '5px', ['min-height'] = '32px' }, ['mbox__content'] = { ['display'] = 'table', ['box-sizing']...") | ||||
| 15:15 | Module:Mbox/i18n diffhist 0 DualPlay talk contribs (Created page with "return { ["en"] = { ["aside"] = "aside", ["bgcolor"] = "bgcolor", ["bordercolor"] = "bordercolor", ["class"] = "class", ["collapsed"] = "collapsed", ["comment"] = "comment", ["dismiss"] = "Dismiss", ["header"] = "header", ["id"] = "id", ["image"] = "image", ["imagelink"] = "imagelink", ["imagewidth"] = "imagewidth", ["style"] = "style", ["text"] = "text",...") | ||||
| 15:14 | Module:Entrypoint diffhist 0 DualPlay talk contribs (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...") | ||||
| 15:14 | Module:Fallbacklist diffhist 0 DualPlay talk contribs (Created page with "-- Language fallback rules for other Lua modules. -- @see https://commons.wikimedia.org/wiki/Module:Fallbacklist -- @release 2017-01-01T20:33:00.000Z -- @submodule return { -- crh (Crimean Tatar) cluster: crh-cyrl , crh-latn -> crh (Crimean Tatar) ['crh'] = {'crh-latn'}, ['crh-cyrl'] = {'crh', 'ru'}, ['crh-latn'] = {'crh'}, -- de (German) cluster: ['als'] = {'gsw', 'de'}, -- Alemannisch...") | ||||
| 15:09 | Module:I18n diffhist 0 DualPlay talk contribs (Created 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. -- -- @module i18n -- @version 1.4.0 -- @require Module:Entrypoint -- @require Module:Fallbacklist -- @author KockaAdmiralac -- @author Speedit -...") | ||||
| 15:08 | Module:Arguments diffhist −10,802 DualPlay talk contribs (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...") | ||||
| 15:08 | Module:Mbox/Mbox diffhist 0 DualPlay talk contribs (Created page with "-- <nowiki> local Mbox = {} local getArgs = require('Module:Arguments').getArgs local i18n = require('Module:I18n').loadMessages('Mbox') function Mbox.main(frame) local args = getArgs(frame) -- styles local styles = {} styles['border-left-color'] = i18n:parameter('bordercolor', args) styles['background-color'] = i18n:parameter('bgcolor', args) -- images local image = i18n:parameter('image', args) or '' local imageadjust = '' if args...") | ||||
| 15:07 | Module:Mbox diffhist 0 DualPlay talk contribs (Created page with "-- This Module is used for making templates based in the Lua language. -- See more details about Lua in Help:Lua. -- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden. -- The next line imports the Mbox module from the w:c:dev:Global Lua Modules. local Mbox = require('Module:Mbox/Mbox') -- See more details about this module at w:c:dev:Global_Lua_Modules/Mbox -- The imported Module is overwritten locally to includ...") | ||||
