Jump to content

Related changes

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.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide unregistered users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 15:21, 29 April 2026
 
Page name:
List of abbreviations (help):
N
New page
m
Minor edit
b
Bot edit]]
(±123)
Page byte size change

29 April 2026

N    08:05  Module:Ustring/doc diffhist +4,594 Peter Harrison talk contribs (Created page with '{{used in system}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This module directly imports all functions from the {{luaref|Ustring library|mw.ustring}} library. Documentation for each function can be found there. The module takes an indefinite number of arguments. Arguments given as {{para|s1}}, {{para|s2}}, etc, are read first, and are use...')
N    08:04  Template:Script error diffhist +128 Peter Harrison talk contribs (Created page with '<strong class="error"><span class="scribunto-error">{{{1|Script error}}}</span></strong><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...')