Content deleted Content added
Oops, I means "a" logic, not "p" (and add an additional logic fix). |
if data.alias exists than it is not a redlink, just an undefined image |
||
Line 262:
if iname==placeholder then
if require('Module:yesno')(args["noredlink"]) == false and country ~= '' and data.alias == nil then
iname = ''
image = "[[:Template:Country data "..country.."]]"
|