Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 32:
end
if mw.title.new('
existingFile = fileName
end
end
if existingFile
fileName = 'RR ' .. route .. ' jct.svg' -- Try fallback file
if mw.title.new('
existingFile = fileName
end
end
if existingFile == '' then
return '' -- Return nothing if no existing file was found
|