Module:Road data/strings/USA/regional/Trails: Difference between revisions
Jump to navigation
Jump to search
m Protected "Module:Road data/strings/USA/regional/Trails": High-risk template or module (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
m 1 revision imported |
(No difference)
|
Latest revision as of 07:36, 1 June 2021
Documentation for this module may be created at Module:Road data/strings/USA/regional/Trails/doc
-- Auto trails
local Trails = {}
Trails.Dixie = {
shield = "Dixie Highway marker.svg",
name = "Dixie Highway",
link = "Dixie Highway",
abbr = "Dixie Highway",
orientation = "upright"
}
Trails.Jackson = {
shield = "Jackson Highway marker.svg",
name = "Jackson Highway",
link = "Jackson Highway",
abbr = "Jackson Highway",
orientation = "upright"
}
Trails.Jefferson = {
shield = "Jefferson Highway marker.svg",
name = "Jefferson Highway",
link = "Jefferson Highway",
abbr = "Jefferson Highway",
orientation = "upright"
}
Trails["Jefferson Davis"] = {
shield = "Jefferson Davis Highway marker.svg",
name = "Jefferson Davis Highway",
link = "Jefferson Davis Highway",
abbr = "Jefferson Davis Highway",
orientation = "upright"
}
Trails.Lincoln = {
shield = "LincolnHighwayMarker.svg",
name = "Lincoln Highway",
link = "Lincoln Highway",
abbr = "Lincoln Highway",
orientation = "upright",
width = "20"
}
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",
name = "Old Spanish Trail",
link = "Old Spanish Trail (auto trail)",
abbr = "Old Spanish Trail",
orientation = "upright"
}
return Trails