Jump to content

User contributions for Dotclub

A user with 205 edits. Account created on 25 May 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

25 May 2025

  • 23:5923:59, 25 May 2025 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
  • 23:5823:58, 25 May 2025 diff hist +13,898 N Module:Track listing Created page with "local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local cfg = mw.loadData('Module:Track listing/configuration') -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- -- Add a mixin to a class. local function addMixin(class, mixin) for k, v in pairs(mixin) do if k ~= 'init' then class[k] = v end e..." current
  • 23:1923:19, 25 May 2025 diff hist +35,178 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in..." current
  • 22:4722:47, 25 May 2025 diff hist −43 Red Krayola Wiki:About Redirected page to FAQ current Tag: New redirect
  • 22:3722:37, 25 May 2025 diff hist +3,498 m Main Page Reverted edit by MediaWiki default (talk) to last revision by Dotclub Tag: Rollback

22 March 2025

21 March 2025

18 March 2025

17 March 2025

24 February 2025

30 January 2025

17 January 2025

11 January 2025

10 January 2025

9 January 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)