Module:Currency: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
output = output .. val .. '[[File:Copper coin.png|link=]]' |
output = output .. val .. '[[File:Copper coin.png|link=]]' |
||
return output |
return output |
||
end |
|||
-- |
|||
-- Module access point |
|||
-- |
|||
function p._main(a) |
|||
a = tostring(a) or '0' |
|||
return amount(a) |
|||
end |
end |
||