Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 272:
end
local subrow = body:tag("tr")
for colIndex=0rowIndex, (rowIndex+15) do
local cell = subrow:tag("td"):addClass("codepoint")
:wikitext(rowHex .. string.format("%X", colIndex))
end
end