Module:number list/show: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 134: Line 134:
check_string(numeral)
check_string(numeral)
numeral = tag(numeral)
numeral = tag(numeral)
output:insert("! " .. numeral)
cell(numeral or "")
end
end
end
end