Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 267:
local cell = row:tag("td")
createCell(cell,
newCodepoint(rowHexrowIndex .. string.format("%X",+ colIndex)),
args
)
end
local subrow = body:tag("tr")
for colIndex=rowIndex0, (rowIndex+15) do
subrow:tag("td"):addClass("codepoint")
:wikitext(string.format("%X04X", rowIndex + colIndex))
end
end