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
6 March 2026
| 04:13 | Module:Citation/CS1/Configuration diffhist +16,120 Mob talk contribs | ||||
| 04:11 | Module:Citation/CS1 diffhist +17,096 Mob talk contribs | ||||
|
|
N 04:10 | Module:Cite tweet 2 changes history +4,240 [Mob (2×)] | |||
|
|
04:10 (cur | prev) −4,082 Mob talk contribs | ||||
| N |
|
04:06 (cur | prev) +8,322 Mob talk contribs (Created page with "local TwitterSnowflake = require('Module:TwitterSnowflake') local err_msgs_t = { -- a sequence of snowflake date error messages; all must be terminated with a semicolon (;) ' <kbd>|date=</kbd> / <kbd>|number=</kbd> mismatch;', -- [1] ' <kbd>|date=</kbd> required;', -- [2] ' Invalid <kbd>|number=</kbd>;', -- [3] ' Missing or empty <kbd>|number=</kbd>;', -- [4] ' Missing or empty <kbd>|user=</kbd...") | |||
| N 04:07 | Module:TwitterSnowflake diffhist +2,868 Mob talk contribs (Created page with "local p = {} local Date = require('Module:Date')._Date function p.snowflakeToDate(frame) local format = frame.args.format or "%B %e, %Y" local epoch = tonumber(frame.args.epoch) or 1288834974 local id_str = frame.args.id_str if type(id_str) ~= "string" then error("bad argument #1 (expected string, got " .. type(id_str) .. ")", 2) end if type(format) ~= "string" then error("bad argument #2 (expected string, got " .. type(format) .. ")", 2) end if type(epoch) ~= "n...") | ||||