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
29 April 2026
| N 08:05 | Template:Str rightc diffhist +265 Peter Harrison talk contribs (←Created page with '<includeonly>{{safesubst:#switch:{{safesubst:#if:{{{1|}}}|a}}{{safesubst:#iferror:{{safesubst:#ifexpr:{{{2|}}}>0|b}}|c}} |ab={{safesubst:#invoke:ustring|sub|s1={{{1|}}}|-{{{2|}}}}} |ac={{{1|}}} |a= |{{{3|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>') | ||||
| N 08:01 | Module:Ustring diffhist +882 Peter Harrison talk contribs (←Created page with 'require('strict') return setmetatable({}, { __index = function(t, k) local what = mw.ustring[k] if type(what) ~= "function" then return what end return function(frame) local fargs = frame.args local fargsused = { tag = true } local args = {} local str_i = 1 while fargs['s' .. str_i] do fargsused['s' .. str_i] = true args[str_i] = fargs['s' .. str_i] str_i = str_i + 1 end for i, v in i...') | ||||