Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 32:
end
if mw.title.new('Media:' .. fileName).file.exists then -- Check if the file exists and record it if it does
existingFile = fileName
end
Line 40:
fileName = 'RR ' .. route .. ' jct.svg' -- Try fallback file
if mw.title.new('Media:' .. fileName).file.exists then -- Check if the fallback file exists and record if it does
existingFile = fileName
end
|