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
13 May 2026
|
|
23:03 | Module:languages/data/exceptional 5 changes history +178 [Sware (5×)] | |||
|
|
23:03 (cur | prev) −49 Sware talk contribs | ||||
|
|
22:58 (cur | prev) +52 Sware talk contribs | ||||
|
|
22:56 (cur | prev) +40 Sware talk contribs | ||||
|
|
11:05 (cur | prev) +37 Sware talk contribs | ||||
|
|
06:38 (cur | prev) +98 Sware talk contribs | ||||
11 May 2026
|
|
17:03 | Module:languages/data/exceptional 4 changes history +106 [Sware (4×)] | |||
|
|
17:03 (cur | prev) −76 Sware talk contribs | ||||
|
|
16:51 (cur | prev) +17 Sware talk contribs | ||||
|
|
16:35 (cur | prev) +89 Sware talk contribs | ||||
|
|
15:24 (cur | prev) +76 Sware talk contribs | ||||
10 May 2026
|
|
18:35 | Module:languages/data/exceptional 2 changes history +188 [Dillon (2×)] | |||
|
|
18:35 (cur | prev) +66 Dillon talk contribs | ||||
|
|
11:54 (cur | prev) +122 Dillon talk contribs | ||||
9 May 2026
|
|
19:08 | (Protection log) [Sware (2×)] | |||
|
|
19:08 Sware talk contribs removed protection from Module:languages/data/exceptional (hist) | ||||
|
|
19:06 Sware talk contribs protected Module:languages/data/exceptional [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page: Please add a topic on sware's talkpage or ask in the Discord server if you want to add a language) (hist) | ||||
|
|
19:04 | Module:languages/data/exceptional 5 changes history +739 [Sware (5×)] | |||
|
|
19:04 (cur | prev) +16 Sware talk contribs | ||||
|
|
18:06 (cur | prev) +28 Sware talk contribs | ||||
|
|
15:48 (cur | prev) +97 Sware talk contribs | ||||
|
|
15:40 (cur | prev) +164 Sware talk contribs | ||||
|
|
15:33 (cur | prev) +434 Sware talk contribs | ||||
|
|
15:54 | Module:languages/data/3/q 3 changes history +1,950 [Sware (3×)] | |||
|
|
15:54 (cur | prev) +9 Sware talk contribs | ||||
|
|
15:49 (cur | prev) −7 Sware talk contribs | ||||
|
|
15:32 (cur | prev) +1,948 Sware talk contribs | ||||
8 May 2026
| 23:08 | Module:languages/data/exceptional diffhist +362 Jukethatbox talk contribs | ||||
|
|
17:32 | Module:debug/track 2 changes history 0 [Sware (2×)] | |||
|
|
17:32 (cur | prev) −2 Sware talk contribs (Undo revision 519306 by Sware (talk)) Tag: Undo | ||||
|
|
17:32 (cur | prev) +2 Sware talk contribs Tag: Reverted | ||||
| 13:39 | Deletion log Sware talk contribs deleted page Module:pine-translit/doc (content was: "{{module documentation}}{{documentation subpage}}<includeonly>Category:ModulestCategory:Modules by sware</includeonly>", and the only contributor was "Sware" (talk)) | ||||
| N 12:50 | Module:languages/byTranslitModule diffhist +548 Sware talk contribs (Created page with "return function(translitModule) local langs = {} for code, data in pairs(require("Module:languages/data/all")) do if data.translit == translitModule then langs[code] = data elseif type(data.translit) == "table" then for script, translit_data in pairs(data.translit) do if translit_data == translitModule then langs[code] = data end end end end local result = {} local i = 0 for code, data in pairs(langs) do i = i + 1 result[i] = req...") | ||||
|
|
12:45 | Module:documentation 2 changes history +147 [Sware (2×)] | |||
|
|
12:45 (cur | prev) −10 Sware talk contribs | ||||
|
|
12:24 (cur | prev) +157 Sware talk contribs | ||||
| N 12:30 | Module:documentation/translit diffhist +4,315 Sware talk contribs (Created page with "local export = {} local function fake_frame(args, parent_args) return { args = args, getParent = function() return { args = parent_args, } end } end function get_by_code(code) return require("Module:languages").getByCode(code, nil, true, true) or require("Module:scripts").getByCode(code) end local function get_code_from_title_without_namespace(title_without_namespace) local prefix = title_without_namespace:match("^(.+)%-translit%f[/%z]") if not pr...") | ||||
| N 12:30 | Module:documentation/functions/translit diffhist +107 Sware talk contribs (Created page with "return function (title, cats) return require "Module:documentation/translit".documentation(title.text) end") | ||||