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.
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
31 July 2025
|
N 20:12 | Module:TableTools 2 changes history +16,577 [FaeriMagic (2×)] | |||
m |
|
20:12 (cur | prev) +8,521 FaeriMagic talk contribs | |||
N |
|
18:27 (cur | prev) +8,056 FaeriMagic talk contribs (Imported from Wikipedia.) |
N 19:41 | Template:Tl diffhist +69 FaeriMagic talk contribs (Redirected page to Template:Template link) |
N 18:25 | Module:List diffhist +5,643 FaeriMagic talk contribs (Imported from Wikipedia.) |
N 18:23 | Template:Lua diffhist +122 FaeriMagic talk contribs (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{Documentation}} </noinclude>") |
N 18:22 | Module:Lua banner/doc diffhist +1,102 FaeriMagic talk contribs (Created page with "{{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lua banner') </...") |
N 18:22 | Module:Lua banner diffhist +3,908 FaeriMagic talk contribs (Imported from Wikipedia.) |
N 18:00 | Module:Yesno diffhist +745 FaeriMagic 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 17:53 | Module:Message box diffhist +18,961 FaeriMagic 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 ---------------------------------------------------------------------------...") |
30 July 2025
N 14:59 | Template:Template link diffhist +220 FaeriMagic talk contribs (Created page with "<span class="nowrap">{{</span>[[Template:{{{1}}}|{{{1}}}]]<span class="nowrap">}}</span><noinclude> {{documentation}} Category:Templates Category:Templates imported from Wikipedia </noinclude>") |