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.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Show my edits | Hide bots | Hide minor edits
Show new changes starting from 19:20, 3 July 2024
   
Page name:
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

2 July 2024

N    22:33  Module:string/char diffhist +1,019 Sware talk contribs (Created page with "local char = string.char local concat = table.concat local tonumber = tonumber local function err(cp) error("Codepoint " .. cp .. " is out of range: codepoints must be between 0x0 and 0x10FFFF.", 2) end local function utf8_char(cp) cp = tonumber(cp) if cp < 0 then err("-0x" .. ("%X"):format(-cp + 1)) elseif cp < 0x80 then return char(cp) elseif cp < 0x800 then return char( 0xC0 + cp / 0x40, 0x80 + cp % 0x40 ) elseif cp < 0x10000 then if cp >= 0xD8...")

1 July 2024

     21:28  Module:languages/data diffhist +1,116 Sware talk contribs
     20:06  Module:languages/datax‎‎ 2 changes history +164 [Sware‎ (2×)]
     
20:06 (cur | prev) +112 Sware talk contribs
     
20:02 (cur | prev) +52 Sware talk contribs

30 June 2024

     23:23  Module:languages/datax diffhist +60 Sware talk contribs

15 June 2024

     08:03  Contionary:hazen diffhist +10 Dillon talk contribs