Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 248:
:addClass("footer")
:attr("colspan", "100%")
:wikitext("'''<b>Notes'''</b>")
local list = th:tag("ol")
list:tag("li"):wikitext(
Line 262:
list:tag("li"):wikitext(value.note)
end
end
--Manual note
if note then
list:tag("li"):wikitext(note)
end
end