Module:Team appearances list: Difference between revisions

Content deleted Content added
update from sandbox - more dynamic ability to handle competition renames
add support for Asian Indoor and Martial Arts Games
Line 207:
else
return "Southeast Asian Games"
end
elseif inputName=="Asian Indoor Games" or inputName=="Asian Indoor and Martial Arts Games" then
if year <= 2009 then
return "Asian Indoor Games"
else
return "Asian Indoor and Martial Arts Games"
end
end