Content deleted Content added
Implement Template:Graph:Chart for mobile and accessibility purposes |
Write U.S. with periods, but write UK without periods (full stops) as per WP:NCA |
||
Line 120:
if args.country ~= nil and args.country ~= '' then
if args.country == "U.S." or args.country == "US" or args.country == "United States" then countryDisplayUS = 'U.S.'
elseif args.country == "U.K." or args.country == "UK" or args.country == "United Kingdom" then countryDisplayUK = '
else countryDisplayOther = args.country
end
|