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 in bold.
List of abbreviations:
- D
- Wikidata edit
- r
- This edit may have problems and should be reviewed (more info)
- 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
- Temporarily watched page
22 November 2025
21 November 2025
- diffhist N Module:Link if exists 17:53 +2,342 ~2025-35258-09 talk changes (Created page with "require('strict') local p = {} local function titleExistsUnprotected(titleObject) return titleObject.exists end -- test for title existing -- if we get an error accessing titleObject.exists, assume it doesn't exist local function titleExists(titleObject) local success, exists = pcall(titleExistsUnprotected, titleObject) return success and exists end function p._main(args) local title = args[1] if not title then return title end loc...")
- diffhist N Template:Category link if exists/doc 17:53 +1,834 ~2025-35258-09 talk changes (Created page with "{{Documentation subpage}} {{Lua|Module:Link if exists}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This is a simple helper template, to be used in other templates. It displays a link to a category if that category exists; otherwise it just displays greyed-out plaintext. Optional display text may be added as a second parameter. == Usage == {{Tlx|Category link if exists|CategoryName...")