Module:Country links: Difference between revisions

Content deleted Content added
m Removed countries where donations are not accepted
add wrapper function for get_country_name that we can #invoke with parameters
Line 125:
return 'en'
end
end
 
-- version we can #invoke with parameters
function get_country_name_wrapper( frame )
return p.get_country_name( frame.args[1], frame.args[2] )
end