Related changes
Appearance
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 shown in bold with a green bullet.
List of abbreviations (help):
- N
- New page
- m
- Minor edit
- b
- Bot edit]]
- (±123)
- Page byte size change
10 July 2026
| 12:03 | Module:List diffhist +87 Peter Harrison talk contribs (Update to latest version) | ||||
9 July 2026
| 22:45 | Module:String diffhist +1,333 Peter Harrison talk contribs | ||||
| N 22:42 | Module:Format link/doc diffhist +6,199 Peter Harrison talk contribs (←Created page with '<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{used in system|in MediaWiki:Perfcachedts}} {{Lua|Module:Arguments|Module:Error|Module:Yesno}} This module, migrated from origins in Module:Hatnote, provides functionality for formatting links for display, including that powering the {{tl|format link}} template. It can pretty-format section links with the section symbol ("§")...') | ||||
| N 22:40 | Module:Urldecode diffhist +452 Peter Harrison talk contribs (←Created page with 'local p = {} function p.urlDecode( frame ) local enctype = frame.args[2] local ret = nil; if (frame.args[2] ~= nil) then enctype = mw.ustring.upper(enctype) if ((enctype == "QUERY") or (enctype == "PATH") or (enctype == "WIKI")) then ret = mw.uri.decode(frame.args[1],frame.args[2]) end else ret = mw.uri.decode(frame.args[1]) end ret = string.gsub(ret, "{", "{") ret = string.gsub(ret, "}", "}") retu...') | ||||
| 22:39 | Template:Format link diffhist +216 Peter Harrison talk contribs (Update to latest version) | ||||
| N 22:31 | Module:Format link diffhist +6,484 Peter Harrison talk contribs (←Created page with '-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. ------------------------------------------------------------------...') | ||||