Content deleted Content added
No edit summary |
No edit summary |
||
Line 58:
end
local function createTableFooter(foot, latest, id)
local th = foot:tag("th")
:attr("colspan", "100%")
:wikitext("'''Notes'''")
local list = th:tag("ol")
list:tag("li"):wikitext(
expandTemplate('note', {id .. '_as_of_Unicode_version'}),
list:tag("li"):wikitext("{{note|U0370_grey}}Grey areas indicate non-assigned code points")▼
expandTemplate('Unicode version', {prefix= 'Asof', version= '15.1'})
)
list:tag("li"):wikitext(
expandTemplate('note', {id .. '_grey'}),
)
end
|