Related changes
More actions
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
22 May 2026
|
|
N 15:05 | Template:Anchor/doc 2 changes history +12,660 [DarkMatterMan4500 (2×)] | |||
| m |
|
15:05 (cur | prev) +4 DarkMatterMan4500 talk contribs (→See also) | |||
| N |
|
15:00 (cur | prev) +12,656 DarkMatterMan4500 talk contribs (Created page with "{{Documentation subpage}} {{lua|Module:Anchor}} <!-- PLEASE ADD CATEGORIES AT THE END OF THIS PAGE, ND INTERWIKIS LINKS TO WIKIDATA --> The template <nowiki>{{</nowiki>[[{{ns:Template}}:{{BASEPAGENAME}}|{{lc:{{BASEPAGENAME}}}}]]<nowiki>}}</nowiki> inserts one or more invisible HTML fragment identifiers (anchor names) in a page. Those locations can then be linked to using <code><nowiki>...</nowiki></code> syntax {{#ifeq:{{BASEPAGENAM...") | |||
| N 14:59 | Module:Anchor diffhist +632 DarkMatterMan4500 talk contribs (Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {....") | ||||