Module:Currency: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
function p.main(frame) |
function p.main(frame) |
||
mw.logObject(frame.args) |
mw.logObject(frame.args) |
||
mw.logObject(frame.args[1]) |
|||
local a = frame.args[1] or frame.args.Amount or frame.args.amount or '0' |
local a = frame.args[1] or frame.args.Amount or frame.args.amount or '0' |