User contributions for Sware

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (  | ) (20 | 50 | 100 | 250 | 500)

31 July 2024

26 July 2024

25 July 2024

20 July 2024

19 July 2024

18 July 2024

11 July 2024

9 July 2024

8 July 2024

6 July 2024

2 July 2024

  • 22:3422:34, 2 July 2024 diff hist −2 Contionary:ðorskerNo edit summary current
  • 22:3322:33, 2 July 2024 diff hist +1,019 N Module:string/charCreated 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..." current
  • 22:3222:32, 2 July 2024 diff hist +944 N User talk:Parsinic ManCreated page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current

1 July 2024

(newest | oldest) View (  | ) (20 | 50 | 100 | 250 | 500)