User contributions for DarkMatterMan4500
11 January 2023
- 20:4220:42, 11 January 2023 diff hist −1 m Module:Documentation/config No edit summary current
- 20:41, 11 January 2023 (diff | hist) . . +237 . . New Idea: Introducing ReceptionCon on Talk:Main Page
2 November 2022
- 20:18, 2 November 2022 (diff | hist) . . +112 . . A thing on User talk:DarkMatterMan4500
- 20:1220:12, 2 November 2022 diff hist +119 N User:DarkMatterMan4500/sandbox Created page with "TBA. --~~~~"
- 20:05, 2 November 2022 (diff | hist) . . +90 . . A thing on User talk:DarkMatterMan4500
- 10:22, 2 November 2022 (diff | hist) . . +102 . . A thing on User talk:DarkMatterMan4500
- 10:17, 2 November 2022 (diff | hist) . . +131 . . A thing on User talk:DarkMatterMan4500
- 10:16, 2 November 2022 (diff | hist) . . +52 . . A thing on User talk:DarkMatterMan4500
1 November 2022
- 22:2922:29, 1 November 2022 diff hist −37 m Blubabluba9990 Undo revision 896 by Blubabluba9990 (talk) No it fucking wasn't. Tag: Undo
- 22:2522:25, 1 November 2022 diff hist −37 m Blubabluba9990 →History: It wasn't even fabrication.
- 22:1022:10, 1 November 2022 diff hist +15 m Blubabluba9990 →History: You weren't globally blocked.
24 October 2022
- 21:3721:37, 24 October 2022 diff hist +312 Reception Wikis Wiki:Requests for comment/Revocation of Blubabluba9990's administrator rights →Support
- 21:3621:36, 24 October 2022 diff hist +6,141 N Module:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee..." current
- 21:3521:35, 24 October 2022 diff hist +18,662 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------------..."
- 21:3421:34, 24 October 2022 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
- 21:3421:34, 24 October 2022 diff hist +307 N Module:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)" current
- 21:3321:33, 24 October 2022 diff hist +18,026 N Module:Message box Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') local getArgs local yesno = require('Module:Yesno') local templatestyles = 'Module:Message box/styles.css' -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Messag..." current
- 21:3221:32, 24 October 2022 diff hist +10,054 N Module:Arguments 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'..." current
- 21:3221:32, 24 October 2022 diff hist +36,778 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are ma..." current
- 21:3121:31, 24 October 2022 diff hist +128 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude>Category:Templates</noinclude>" current
- 21:3021:30, 24 October 2022 diff hist +1,382 N Template:Support Created page with "{{ #switch: {{{4|{{{1|}}}}}} | Regular= 18px|link= | Normal= 18px|link= | Strongly= 18px|link= | Strongest= 22px|link= | Strong= 18px|link= | Weak= 18px|link= | Weakly= 18px|link= | strongly= File:Sy..." current