Content deleted Content added
simplify separator logic, add preftext |
We should still be displaying the placeholder in cases where the country is blank, as Template:Country data is not a red link! |
||
Line 260:
if iname==placeholder then
if require('Module:yesno')(args["noredlink"]) == false and country ~= '' then
iname = ''
image = "[[:Template:Country data "..country.."]]"
|