Related changes
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
- m Module:Shortcut/doc 19:48 −1 FaeriMagic talk contribs
- m Module:Shortcut/doc 19:48 +231 FaeriMagic talk contribs
- m Module:Shortcut/doc 19:39 +11 FaeriMagic talk contribs
- m Module:Shortcut/doc 19:38 +81 FaeriMagic talk contribs
- diffhistN Module:Shortcut/doc 19:30 +1,701 FaeriMagic talk contribs (Created page with "{{Lua|Module:Shortcut/config|Module:List|Module:Yesno|Module:Arguments}} {{Uses TemplateStyles|Module:Shortcut/styles.css}} {{Lua sidebar}} This module makes a box showing the shortcut links to a page. == Usage == === From wikitext === From wikitext, this module should be called from a template, usually {{tl|shortcut}}. Please see the template page for documentation. However, it can also be called using the syntax <code><nowiki>{{#invoke:shortcut|main|</nowiki>''argum...")
- m Module:TableTools/doc 19:08 +17 FaeriMagic talk contribs
- m Module:TableTools/doc 19:05 +202 FaeriMagic talk contribs
- m Module:TableTools/doc 19:03 −596 FaeriMagic talk contribs
- m Module:Exponential search/doc 18:48 +113 FaeriMagic talk contribs
- m Module:TableTools/doc 18:47 −140 FaeriMagic talk contribs
- m Module:Exponential search/doc 18:44 +45 FaeriMagic talk contribs
- m Module:Exponential search/doc 18:44 +3 FaeriMagic talk contribs
- diffhistN Module:Exponential search/doc 18:37 +4,122 FaeriMagic talk contribs (Created page with "This module provides a generic exponential search algorithm. This kind of search can be useful when you want to find a key in some kind of sorted array, and you want to do it by checking as few array elements as possible. This could include situations like: * Finding the highest archive number in a set of archives without checking whether they all exist. * Finding the number of positional arguments in frame.args without having to expand t...")
- m Module:TableTools/doc 18:28 −82 FaeriMagic talk contribs
- diffhistN Module:TableTools/doc 18:28 +12,161 FaeriMagic talk contribs (Created page with "{{used in system}} {{module rating|p}} {{cascade-protected template|page=module}} {{lua|Module:Exponential search|noprotcat=yes}} This module includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke. == Loading the module == To use any of the functions, first you must load the module. <syntaxhighlight lang="lua"> local TableTools = require('Module:TableToo...")