Content deleted Content added
No edit summary |
No edit summary |
||
Line 248:
:addClass("footer")
:attr("colspan", "100%")
:wikitext("
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
|