Module:Routelist row: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
stack frame 0 is certainly not the cause of the error
m Fixing typo
Line 50:
else -- If the length in kilometers was passed, the computed lengths table will simply contain the passed length.
local prec = precision(km)
length.mikm = round(km, tostring(prec))
end
if not mi then -- The same as above, but this time converting kilometers to mile if necessary.