Modul:Country alias/sandbox: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
k test edit |
Tag: Pembatalan |
||
Baris 67:
local games = stripToNil(args.games)
local fullName = stripToNil(args.fullName)
-- if fullName then
-- end
if alias == 'ANG' then
if games == 'Commonwealth Games' then
Baris 204:
local games = stripToNil(args[2])
local athletes = stripToNil(args[3])
games = games and (
local parms = {
alias = code,
fullName = games,
year = games:
games = games:
}
local fullName = countryAlias(parms)
Baris 217:
fullName = 'Russian Olympic Committee athletes'
end
return (('[[File:{flag}|22x20px|border|alt=|link=]] [[{name} pada {games}|{dispName}]]{athletes}')
:gsub('{(%w+)}', {
|