Module:Routelist row: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
m make this work with non-ASCII characters
Jackmcbarn (talk | contribs)
m that particular error would actually add more confusion
Line 110:
else
local num, suffix = string.match(route, "(%d+)(.+)")
if not suffix then error(route) end
routeKey = string.format('%04d', num) .. suffix
end