Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 214:
elseif abbr then
abbrCell(abbr)
cell:tag('div'):addClass("codepoint"):wikitext(codepoint.hex)
else
local unicodeChar = '&#x'.. codepoint.hex .. ';'
Line 228 ⟶ 229:
end
cell:wikitext(unicodeChar)
cell:tag('div'):addClass("codepoint"):wikitext(codepoint.hex)
end
local name = mUnicode.lookup_name(codepoint.int)
Line 236 ⟶ 238:
.. aliasesStr(codepoint)
)
cell:tag('div'):addClass("codepoint"):wikitext(codepoint.hex)
end