Module:Routelist row: Difference between revisions

Content deleted Content added
Create empty cell where notes=none
m dash harmonization
Line 126:
-- Import parameters from template
local beltway = args["beltway"] or '' -- Text in this parameter will span both termini columns.
local terminus_a = args["terminus_a"] or '' -- Southern or western terminus
local terminus_b = args["terminus_b"] or '' -- Northern or eastern terminus
 
if beltway ~= '' then -- The template passes this function an empty string if {{{beltway}}} is not specified by the template user.