Content deleted Content added
No edit summary |
No edit summary |
||
Line 182:
if args['wrapper'] then
unicodeChar = expandTemplate(args['wrapper'], {unicodeChar})
elseif args['font'] then
cell:css("font-family", args['font'])
end
cell:wikitext(unicodeChar)
end
name = string.match(name, "<([a-z]+)-%w+>") or name
|