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
- wikiNonStop edit
- 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
23 April 2026
| N 20:12 | Module:Pagelist/doc diffhist +186 Majestix talk contribs (Created page with "Implements {{tl|pagelist}}, see its documentation. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>") | ||||
| N 20:11 | Module:Pagelist diffhist +2,857 Majestix talk contribs (Created page with "local p = {} local separators = { dot = true, pipe = true, comma = true, ['tpt-languages'] = true } local function getMessage(msg) return mw.message.new(msg):plain() end local function getSeparator(sep) if type(sep) ~= 'string' then return nil end if separators[sep] then return getMessage(sep .. '-separator') else return sep end end local function generateLink(page, nspace, delim, endDelim) if not page then return nil end local pagename = mw.titl...") | ||||