Module:ISO 3166: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 252: Line 252:
function p.numeric(frame)
function p.numeric(frame)


local args = getArgs(frame)
args["codetype"]="numeric"
args["codetype"]="numeric"
return p.luacode(getArgs(frame)) or ""
return p.luacode(args) or ""


end
end