11.314
suntingan
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| Baris 88: | Baris 88: | ||
if out_type == 'warna' then | if out_type == 'warna' then | ||
return args.error or create_error("Value not in template. Please request that it be added.") | return args.error or create_error("Value not in template. Please request that it be added.") | ||
elseif out_type == ' | elseif out_type == 'singkatan' then | ||
if party_info.shortname ~= "" then | if party_info.shortname ~= "" then | ||
return party_info.shortname | return party_info.shortname | ||
| Baris 95: | Baris 95: | ||
end | end | ||
elseif out_type == 'shortname' then | elseif out_type == 'shortname' then | ||
if party_info. | if party_info.singkatan ~= "" then | ||
return party_info. | return party_info.singkatan | ||
else | else | ||
return party | return party | ||