Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 18:22, 19 April 2024 Eievie talk contribs created page Module:Unicode chart/sandbox (Created page with 'local p = {} local getArgs = require('Module:Arguments').getArgs local function cells(startHex, endHex) local startInt = tonumber(startHex, 16) local endInt = tonumber(endHex, 16) local div = mw.html.create("div"):addClass("test") for var=startInt, endInt do div:tag("p"):wikitext('&#x'.. string.format("%x", var) .. ';') end return tostring(div) end function p.main(frameArg) frame = frameArg local args = getArgs(frame) local html = "" if ar...')