Related changes
More actions
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
26 May 2026
|
|
N 17:56 | Template:Checkip/doc 2 changes history +825 [DarkMatterMan4500 (2×)] | |||
| m |
|
17:56 (cur | prev) −1 DarkMatterMan4500 talk contribs | |||
| N |
|
17:53 (cur | prev) +826 DarkMatterMan4500 talk contribs (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} {{Lua|Module:Checkuser}} *{{tlx|checkip|127.0.0.1}} → {{checkip|127.0.0.1}} *{{tlx|checkip|127.0.0.1|master name{{=}}example}} → {{checkip|127.0.0.1|master name=example}} It should be noted that the 'tag' link will not work if the IP's userpage already exists. T...") | |||
15 May 2026
| N 16:01 | Template:Doc diffhist +36 DarkMatterMan4500 talk contribs (Redirected page to Template:Documentation) | ||||
6 May 2026
|
|
N 16:38 | Module:Checkuser 2 changes history +6,518 [DarkMatterMan4500 (2×)] | |||
| m |
|
16:38 (cur | prev) 0 DarkMatterMan4500 talk contribs | |||
| N |
|
16:36 (cur | prev) +6,518 DarkMatterMan4500 talk contribs (Created page with "local p = {} local getArgs = function(fr) return require('Module:Arguments').getArgs(fr, { trim = true, removeBlanks = true }) end local noping = function(name) return require('Module:No ping')._main({name}) end local middot = ' <b>·</b> ' local spi = 'Steward requests' local extlink = function(url, text) return '[' .. tostring(url) .. (text and ' ' .. text or '') .. ']' end local link = function(page, param, text) return extlink(mw.uri.fullUrl...") | |||
| N 16:37 | Module:No ping diffhist +1,093 DarkMatterMan4500 talk contribs (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local ret = {} local fullUrl = mw.uri.fullUrl local format = string.format for i, username in ipairs(args) do local label = args['label' .. tostring(i)] local url = "" local targetUser = username if (username:sub(1, (mw.site.namespaces.User.name .. ':'):len()) == (mw.site.namespaces.User.name .. ':')) then targetUser = username:sub((m...") | ||||