Content deleted Content added
No edit summary |
No edit summary |
||
Line 141:
local function getAliasAbbr(codepoint)
local tbl = getAliasValues(codepoint.int, "abbreviation")
end
Line 210 ⟶ 209:
cell:addClass(category)
local abbr = getCellAbbr(codepoint, category, args)
if category == "reserved" or category == "noncharacter" then
Line 222 ⟶ 217:
local unicodeChar = '&#x'.. codepoint.hex .. ';'
unicodeChar = linkChar(unicodeChar, codepoint, args) or unicodeChar
if args['wrapper'] then
unicodeChar = expandTemplate(args['wrapper'], {unicodeChar})
|