Content deleted Content added
update from sandbox with logic to switch to the current name if an "old name" is used |
alt names for independent athletes |
||
Line 252:
else
return "Democratic Republic of the Congo"
end
elseif (inputName=="Individual Olympic Athletes"
or inputName=="Independent Olympic Athletes"
or inputName=="Independent Olympic Participants"
or inputName=="Olympic Athletes from Russia") then
if year == 1992 then
return "Independent Olympic Participants"
elseif year == 2000 then
return "Individual Olympic Athletes"
elseif year == 2012 or year==2016 then
return "Independent Olympic Athletes"
elseif year == 2020 then
return "Russian athletes"
else
return inputName
end
else
|