Related changes
Jump to navigation
Jump to search
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.
CollapseList 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
20 March 2025
N 12:17 | Category:Hidden categories diffhist +1,432 Shia.k talk contribs (Created page with "{{Commons category}} {{pp|small=yes}} {{Maintenance category |container=yes |hidden=yes |tracking=yes |description=The subcategories of this category are hidden categories. To add a category to this category, add {{tlx|Hidden category}}, {{tlx|Maintenance category|hidden{{=}}yes}}, or <nowiki>__HIDDENCAT__</nowiki>. A subcategory of a hidden category may or may not itself be hidden, depending on a template or a Help:Magic words for beginners#Categories and Indexing|mag...") |
N 09:04 | Template:Cmbox diffhist +146 Shia.k talk contribs (Created page with "{{#invoke:Message box|cmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") |
08:47 | Module:Message box diffhist 0 Shia.k talk contribs |
19 March 2025
|
N 17:25 | Module:Documentation/config 2 changes history +17,747 [Shia.k (2×)] |
N 15:58 | Module:Documentation diffhist +35,178 Shia.k talk contribs (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...") |
15:58 | Template:Documentation diffhist −620 Shia.k talk contribs |
18 March 2025
18:51 | Protection log Shia.k talk contribs protected Module:Message box/configuration [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) |
N 18:50 | Module:Message box/configuration diffhist +6,546 Shia.k talk contribs (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...") |
N 18:47 | Module:Yesno diffhist +745 Shia.k talk contribs (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 =...") |
N 18:47 | Module:Message box diffhist +18,963 Shia.k talk contribs (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...") |