Module:Routelist row: Difference between revisions

Content deleted Content added
Adding in-cell references and re-instituting length cell ordering based on passed parameter (km or mi)
Create empty cell where notes=none
Line 211:
local notes = args["notes"] or ''
if notes ~== 'none' then
return '| ' ..--create empty notescell
elseif notes ~= '' then
return '|' .. notes --display notes in cell
else
return '' --create no cell
end
end