Content deleted Content added
No edit summary |
No edit summary |
||
Line 15:
for colIndex=0, 15 do
labelRow:tag("th")
:
:wikitext(string.format("%X", colIndex))
end
Line 31:
if isReserved(hexStr) then
cell:addClass("reserved")
:
else
cell:wikitext('&#x'.. hexStr .. ';')
:css("font-size","large")
:css("text-align","center")
end
end
Line 45 ⟶ 47:
:addClass("unicode-block")
tableHTML:tag("thead")
:colspan("100%") :wikitext("name")
|