Module:number list/show: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 130: Line 130:
if numeral then
if numeral then
if numeral:match("¹") or numeral:match("²") then
if numeral:match("¹") or numeral:match("²") then
cell(numeral)
output:insert("! " .. numeral)
else
else
check_string(numeral)
check_string(numeral)
numeral = tag(numeral)
numeral = tag(numeral)
cell(numeral or "")
output:insert("! " .. numeral)
end
end
end
end