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:
- 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
5 June 2026
| N 04:14 | Module:CommaLink diffhist +348 Mr.Dungeon talk contribs (Created page with "local p = {} function p.link(frame) local input = frame.args[1] or "" if input == "" then return "" end local result = {} for item in string.gmatch(input, "([^,]+)") do item = item:match("^%s*(.-)%s*$") table.insert(result, "" .. item .. "") end return table.concat(result, ", ") end return p") | ||||