Content deleted Content added
No edit summary |
No edit summary |
||
Line 15:
-- General settings
-------------------
local charForm = '&#x%s;'
local pdfLink = "[https://www.unicode.org/charts/PDF/%s.pdf"
.. " Official Unicode Consortium code chart] (PDF)"
Line 196 ⟶ 197:
elseif args['font'] then
cell:css("font-family", "'" .. args['font'] .. "'")
end
if args['suffix'] then
unicodeChar = unicodeChar .. string.format(charForm, args['suffix'][codepoint.int])
end
cell:wikitext(unicodeChar)
|