local p =
-- 407 ETR text exceptionlocal ETR407Text =
-- 407 ETR image exceptionlocal ETR407Shield =
-- MTO signs - Table mapping sign names to their imagep.signs =
-- Road types - Table mapping of road types to their definitions-- Text config values-- prefix - The prefix to use for links-- type - The road type to use for links and display names-- Image config values - Fallback order is toShield > toGuide > shield > guide-- guide - Junction guide file format. %s is the route name/number-- shield - Reassurance marker file format. %s is the route name/number-- toGuide - Junction guide file format to use for "to" routes. %s is the route name/number-- toShield - Reassurance marker file format to use for "to" routes. %s is the route name/number-- shieldTall - True if the reassurance marker is tall-- If no tall shields are present, MTO signs will have their height set rather than width-- Exception config values-- textExceptions - Table mapping route numbers to a table of:-- link - The article title-- display - The shown text-- imgExceptions - Table mapping route numbers to "Image config values"p.types =
-- Table mapping alises to the name of the road type they refer top.aliases =
-- Place types to strip when processing road types p.placeTypes =
return p