Module:Currency: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary Tag: Manual revert |
No edit summary |
||
Line 23: | Line 23: | ||
val = val - (silver * 1000) |
val = val - (silver * 1000) |
||
end |
end |
||
if (val > 0) then |
|||
output = output .. val .. ' [[File:Copper coin.png|link=]]' |
|||
end |
|||
return output |
return output |
||
end |
end |