Related changes
Jump to navigation
Jump to search
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
21 April 2026
|
|
12:35 | Module:pages 2 changes history −137 [Sware (2×)] | |||
|
|
12:35 (cur | prev) −39 Sware talk contribs | ||||
|
|
12:34 (cur | prev) −98 Sware talk contribs | ||||
|
|
11:22 | (Import log) [Sware (7×)] | |||
|
|
11:22 Sware talk contribs imported Module:code by file upload (1 revision) | ||||
|
|
11:22 Sware talk contribs imported Module:yesno by file upload (1 revision) | ||||
|
|
11:22 Sware talk contribs imported Module:string utilities by file upload (1 revision) | ||||
|
|
11:21 Sware talk contribs imported Module:documentation by file upload (1 revision) | ||||
|
|
11:21 Sware talk contribs imported Module:pages by file upload (1 revision) | ||||
|
|
11:21 Sware talk contribs imported Module:title/exists by file upload (1 revision) | ||||
|
|
11:21 Sware talk contribs imported Module:parameters by file upload (1 revision) | ||||
16 April 2026
| N 15:47 | Module:code diffhist +2,506 Sware talk contribs (Created page with "local decode_entities = require("Module:string utilities").decode_entities local gsub = string.gsub local insert = table.insert local match = string.match local process_params = require("Module:parameters").process local tonumber = tonumber local unstripNoWiki = mw.text.unstripNoWiki local yesno = require("Module:yesno") local export = {} local function get_args(frame) local params = { [1] = {required = true, default = "code"}, [""] = {alias_of = 1}, ["line"] =...") | ||||