Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 15:
for colIndex=0, 15 do
labelRow:tag("th")
:cssTextcss("width:", "20pt")
:wikitext(string.format("%X", colIndex))
end
Line 31:
if isReserved(hexStr) then
cell:addClass("reserved")
:cssTextcss("background-color:","#CCCCCC;")
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")