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
else
local unicodeChar = '&#x'.. codepoint.hex .. ';'
|