Module:Currency: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
function p.main(frame) |
function p.main(frame) |
||
local args = frame:getParent().args |
|||
⚫ | |||
mw.logObject(frame.args[1]) |
|||
⚫ | |||
val = tonumber(a) |
val = tonumber(a) |
||
if val == nil then |
if val == nil then |