Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 151:
local function abbrCell(abbr)
cell:addClass("abbr-box")
return cell:tag("div"):wikitext(abbr)
end
Line 167:
abbrCell(abbr)
elseif category == "control" or category == "format" then
cellabbrCell(abbrFromString(name)):addClass("red")
abbrCell(abbrFromString(name))
else
local unicodeChar = '&#x'.. codepoint.hex .. ';'