User contributions for Wuffesan
Jump to navigation
Jump to search
9 June 2025
- 18:2918:29, 9 June 2025 diff hist +199 N Template:Namespace Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<!-- For a more traditional wikitext version of this template, see https://templates.fandom.com/wiki/Template:Namespace_detect --></noinclude>"
- 18:2318:23, 9 June 2025 diff hist +11 Template:Version No edit summary
- 18:2018:20, 9 June 2025 diff hist +4,005 N Template:Countdown Created page with "<includeonly><div class="gi-countdown{{#if:{{{Region|}}}|-{{{Region|}}}}}"><!-- -->{{#vardefine:time_start_offset|{{#replace:{{{TimeStartOffset|}}}|UTC|GMT}}}}<!-- -->{{#vardefine:time_end_offset|{{#replace:{{{TimeEndOffset|}}}|UTC|GMT}}}}<!-- --><div><!-- -->{{#if:{{{TimeStart|}}}{{{TimeEnd|}}}<!-- -->|{{#iferror:{{#ifexpr: {{#time:U|{{{TimeStart|}}} {{#var: time_start_offset}}}}<{{#time:U|{{{TimeEnd|}}} {{#var: time_end_offset}}}}}}<!-- -->||{{#ifexpr:{{#time:U|{{#time..." current
- 18:1818:18, 9 June 2025 diff hist +218 N Version/ZombiePanic/0.91a Created page with "{{Version |game = ZombiePanic |title = Initial Public Release |version = 0.91a |image1 = ZombieTest.png |date = 2004-10-30 10:00 |prev = |next = 0.91c |details = }} summary here." Tag: Visual edit: Switched
- 18:1318:13, 9 June 2025 diff hist +6,360 N Template:Version Created page with "<includeonly><!-- --><div style="display: none"><infobox> <title data="title"> <default>Version {{{version}}}</default> <format></format> </title> <header name="secondary_title">{{{title|}}}</header> <panel> <section> <label>{{#if:{{{image2|}}}|First}}</label> <image source="image1" /> </section> <section> <label>Second</label> <image source="image2" /> </section> <section> <label>Third</label> <image source="image3" />..."
- 17:5617:56, 9 June 2025 diff hist −306 Module:Config No edit summary
- 17:5517:55, 9 June 2025 diff hist +12 Module:Config No edit summary
- 17:5317:53, 9 June 2025 diff hist +8 N Module:Dev:Documentation/config Created page with "-- empty" current
- 17:5017:50, 9 June 2025 diff hist +25 Module:Documentation No edit summary current
- 17:4917:49, 9 June 2025 diff hist +20,341 N Module:Languages Created page with "-- <nowiki> -------------------------------------------------------------------------------- -- Lua templating and link generation for language subpages. -- -- @module languages -- @alias l -- @release stable -- @require Module:Arguments -- @require Module:I18n -- @require Module:Fallbacklist -- @require Module:Common/i18n -- @author..." current
- 17:4917:49, 9 June 2025 diff hist +3,203 N Module:Mbox 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..." current
- 17:4817:48, 9 June 2025 diff hist +6,004 N Module:Namespace detect Created page with "-- <nowiki> --[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace..." current
- 17:4817:48, 9 June 2025 diff hist +3,539 N Module:Namespace detect/config Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." current
- 17:4817:48, 9 June 2025 diff hist +2,569 N Module:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function..." current
- 17:4717:47, 9 June 2025 diff hist +13,075 N Module:TableTools Created page with "-- <nowiki> -------------------------------------------------------------------------------- -- This module includes a number of functions for dealing with Lua tables. -- -- @script TableTools -- @alias p -- @release stable -- @require libraryUtil -- @attribution Module:TableTools (Wikipedia) -- @see Wikipedia:Module:TableTools for a similar module. ---------------------------..." current
- 17:4617:46, 9 June 2025 diff hist +3,704 N Module:Yesno Created 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
- 17:4617:46, 9 June 2025 diff hist +8,688 N Module:Formatting Created page with "-- Module copied from the Genshin Impact wiki local p = {} local lib = require('Module:Feature') local search = lib.inArray local nw = mw.text.nowiki function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false }) -- helper function to parse params function FP(arr, val, def, noBlk) local param = nil for _, v in ipairs(arr) do if param == nil and args[v]~=nil then param = val and args[v] or..." current
- 17:4517:45, 9 June 2025 diff hist +58,400 N Module:Documentation/i18n Created page with "-- <nowiki> return { ["_metadata"] = { ["order"] = { "add-categories-blurb", "configuration", "configuration-text", "dependencies", "description", "documentation-heading", "documentation-visibility", "example", "examples", "experiment-blurb-module", "experiment-blurb-module-nosandbox", "experiment-blurb-template",..." current
- 17:4517:45, 9 June 2025 diff hist +14,668 N Module:Documentation/config Created page with "--<pre> ---------------------------------------------------------------------------------------------------- -- -- '''Configuration for Module:Documentation''' -- -- Here you can set the values of the parameters and messages used in Module:Documentation -- to localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. -- -- @submodule documentation.config -- @alias cfg -------------..."
- 17:4417:44, 9 June 2025 diff hist +3,948 N Module:Config Created page with "-- <pre> -------------------------------------------------------------------------------- -- Allows wikis to locally override `/config` subpages of modules. -- -- @script config -- @alias p -- @release experimental -- @require Module:No globals -- @require Module:TableTools -- @author User:ExE Boss -- @see Module:I18n - Inspired the way in which the @{Config} class works. -------------------------------------------------------------------------------- lo..."
- 17:4417:44, 9 June 2025 diff hist +21,007 N Module:Common/i18n Created page with "-- <nowiki> return { ["_metadata"] = { ["order"] = { "application", "custom-languages-notice", "global", "local", "module", "personal", "reason", "recommended", "script", "sitewide", "stylesheet", "template", "unknown", "vanilla-mw" } }, ["en"] = { ["application"] = "{{p..." current
- 17:4317:43, 9 June 2025 diff hist +743 N Module:Exists Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = {'Template:Exists'} }) return p._main(args) end function p._main(args) local page = args[1] or '' local trueResult = args[2] or args['then'] or '' local falseResult = args[3] or args['else'] or '' if (p.checkExists(page)) then return trueResult else return falseResult end end function p.checkExists(page) p..." current
- 17:4117:41, 9 June 2025 diff hist +4,216 N Module:Arguments/i18n Created page with "-- <nowiki> return { ["en"] = { ["error-value-func"] = "bad value assigned to option \"valueFunc\" (function expected, got $1)", ["error-overwrite-permission"] = "could not write to argument table key \"$1\"; overwriting existing arguments is not permitted", ["error-write-permission"] = "could not write to argument table key \"$1\"; the table is read-only" }, ["qqq"] = { ["error-value-func"] = "Error thrown when options.valueFu..." current
- 17:4017:40, 9 June 2025 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
- 17:4017:40, 9 June 2025 diff hist +17,074 N Module:Fallbacklist 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..." current
- 17:3917:39, 9 June 2025 diff hist +14,977 N Module:I18n 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 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 [[Use..."
- 17:3917:39, 9 June 2025 diff hist +20,966 N Module:Arguments Created page with "-- based on https://dev.fandom.com/wiki/Module:Arguments?oldid=160378 --- Arguments invocation argument extractor for Scribunto modules. -- It is intended for use by other Lua modules, and should not be -- called from an invocation (`#invoke`) directly. -- -- This module supports the following features: -- * Trimming and blank argument removal. -- * Argument inheritance between child and parent frames. -- * Argument extraction for external modules and console..." current
- 17:3817:38, 9 June 2025 diff hist +11,888 N Module:Feature Created page with "--- Miscellaneous useful functions. local lib = {} local util = require('libraryUtil') local checkType = util.checkType local checkTypeMulti = util.checkTypeMulti local NIL_OK = true --- Choose one of two values to return. -- @param {boolean} cond Determines which value to return. -- @param T The value to return if `cond` is true (or truthy). -- @param F The value to return if `cond` is false (or falsey). function lib.ternary(cond, T, F) if cond then ret..." current
- 17:3717:37, 9 June 2025 diff hist +124 N Template:Documentation Created page with "<includeonly>{{#invoke:Documentation|main}}</includeonly><!-- --><noinclude>{{Documentation|type=Documentation}}</noinclude>" current
- 17:3717:37, 9 June 2025 diff hist +47,410 N Module:Documentation Created page with "-------------------------------------------------------------------------------- -- This module implements {{T|Documentation}}. -- -- @module documentation -- @alias p -- @release stable -- @require Dev:Arguments -- @require Dev:Config -- @require Dev:I18n -- @require Dev:Languages -- @require Dev:Message box -- @..."
- 17:2817:28, 9 June 2025 diff hist +69 Main Page No edit summary Tag: Visual edit