Jump to content

Module:Road data/strings/USA/regional/Trails

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 01:50, 12 February 2021 (create). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Auto trails
local Trails = {}

Trails.Dixie = {
	shield = "Dixie Highway marker.svg",
	name = "Dixie Highway",
	link = "Dixie Highway",
	abbr = "Dixie Highway",
	width = 12
}

Trails.Jackson = {
	shield = "Jackson Highway marker.svg",
    link = "Jackson Highway", 
    abbr = "Jackson Highway",
    width = 12
}

Trails.Jefferson = {
	shield = "Jefferson Highway marker.svg",
	link = "Jefferson Highway", 
	abbr = "Jefferson Highway",
	width = 12
}

Trails["Jefferson Davis"] = {
	shield = "Jefferson Davis Highway marker.svg",
	link = "Jefferson Davis Highway", 
	abbr = "Jefferson Davis Highway",
	width = 12
}

Trails.Lincoln = {
	shield = "LincolnHighwayMarker.svg",
	name = "Lincoln Highway",
	link = "Lincoln Highway",
	abbr = "Lincoln Highway",
	width = 14
}

Trails.National = {
	shield = "National Road Sign cropped.JPG", --should be improved
	name = "National Road",
	link = "National Road",
	abbr = "Historic National Road"
}

Trails.Spanish = {
	shield = "Old Spanish Trail.svg",
	link = "Old Spanish Trail (auto trail)", 
	abbr = "Old Spanish Trail",
	width = 12
}

return Trails