Module:Sandbox: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 46:
return output
end
country_names_data = mw.loadJsonData( 'User:Pcoombe/sandbox.json' )
function p.get_country_name( language_code, country_code )
local name = country_names_data[language_code][country_code]
return name
end
|