Content deleted Content added
No edit summary |
No edit summary |
||
Line 267:
local cell = row:tag("td")
createCell(cell,
newCodepoint(rowIndex*16 + colIndex),
args
)
Line 274:
for colIndex=0, 15 do
subrow:tag("td"):addClass("codepoint")
:wikitext(string.format("%04X", rowIndex*16 + colIndex))
end
end
|