Home
Random
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:Road data/strings/USA/regional/Trails
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]] and enter the following input text: {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}} To inspect the content of this data module when editing, enter the following into the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p)) To inspect a particular route type, change `p` above to include the route type, e.g., `p.I` and `p["US-Hist"]`. ]==] -- Auto trails local Trails = {} local util = require("Module:Road data/util") Trails["Albert Pike"] = { shield = "", name = "Albert Pike Highway", link = "Albert Pike Highway", abbr = "Albert Pike Highway", color = "hist" } Trails["Arrowhead Trail"] = { shield = "Arrowhead Trails Association.svg", name = "Arrowhead Trail", link = "Arrowhead Trail (auto trail)", abbr = "Arrowhead Trail", color = "hist" } Trails.Dixie = { shield = "Dixie Highway marker.svg", name = "Dixie Highway", link = "Dixie Highway", abbr = "Dixie Highway", color = "hist", orientation = "upright" } Trails.Jackson = { shield = "Jackson Highway marker.svg", name = "Jackson Highway", link = "Jackson Highway", abbr = "Jackson Highway", color = "hist", orientation = "upright" } Trails.Jefferson = { shield = "Jefferson Highway marker.svg", name = "Jefferson Highway", link = "Jefferson Highway", abbr = "Jefferson Highway", color = "hist", orientation = "upright", bannersuffix = "blue" } Trails["Jefferson Davis"] = { shield = "Jefferson Davis Highway marker.svg", name = "Jefferson Davis Highway", link = "Jefferson Davis Highway", abbr = "Jefferson Davis Highway", color = "hist", orientation = "upright" } Trails.LCT = { shield = "Lewis and Clark Trail.svg", name = "Lewis and Clark Trail", link = "Lewis and Clark Trail", abbr = "Lewis and Clark Trail", color = "hist", orientation = "upright", bannersuffix = "brown" } Trails.Lincoln = { shield = "LincolnHighwayMarker.svg", name = "Lincoln Highway", link = "Lincoln Highway", abbr = "Lincoln Highway", color = "hist", orientation = "upright", width = "20", bannersuffix = "blue" } Trails.National = { shield = "National Road Sign cropped.JPG", --should be improved name = "National Road", link = "National Road", abbr = "Historic National Road", color = "hist", } Trails.Roosevelt = { shield = "Theodore Roosevelt International Highway marker.svg", name = "Theodore Roosevelt International Highway", link = "Theodore Roosevelt International Highway", abbr = "Theodore Roosevelt International Highway", color = "hist", orientation = "upright" } Trails.Spanish = { shield = "Old Spanish Trail.svg", name = "Old Spanish Trail", link = "Old Spanish Trail (auto trail)", abbr = "Old Spanish Trail", color = "hist", orientation = "upright" } Trails["National Old Trails Road"] = { shield = "National Old Trails Road marker.svg", name = "National Old Trails Road", link = "National Old Trails Road", abbr = "National Old Trails Road", color = "hist", orientation = "upright" } -- put any new types above this line for k, v in pairs(Trails) do if k:find ("^%a") then v.nbrowse = "[[Auto trail]]s" end end Trails.BRP = { shield = "Blue Ridge Parkway shield.png", name = "Blue Ridge Parkway", link = "Blue Ridge Parkway", abbr = "Blue Ridge Parkway", color = "hist", maint = "[[National Park Service]]", nbrowse = "[[Scenic byways in the United States|Scenic Byways]]", nbrowselinks = { [1] = "[[National Scenic Byway|National]]", [2] = "[[National Forest Scenic Byway|National Forest]]", [3] = "[[Bureau of Land Management Back Country Byway|BLM]]", [4] = "[[National Parkway|NPS]]", } } Trails.Mormon = { shield = "", name = "Mormon Pioneer National Historic Trail", link = "Mormon Trail", abbr = "Mormon Pioneer National Historic Trail", } Trails.Pkwy = { shield = { ["Blue Ridge"] = "Blue Ridge Parkway shield.png", ["Colonial"] = "Logo of the United States National Park Service.svg", ["Crowley's Ridge"] = "Crowley's Ridge Parkway wordmark.svg", ["George Washington Memorial"] = "Logo of the United States National Park Service.svg", ["Lewis and Clark"] = "Lewis and Clark Trail.png", ["Natchez Trace"] = "Natchez Trace Parkway Logo.gif", ["Palisades Interstate"] = "Palisades Interstate Pkwy.svg", default = "" }, name = "%route% Parkway", link = "%route% Parkway", abbr = "%route% Parkway", color = "hist", maint = "[[National Park Service|NPS]]" } Trails.Parkway = Trails.Pkwy Trails.NTP = { shield = "Natchez Trace Parkway Logo.gif", link = "Natchez Trace Parkway", abbr = "Natchez Trace Parkway", color = "hist", maint = "[[National Park Service]]", nbrowse = "[[Scenic byways in the United States|Scenic Byways]]", nbrowselinks = { [1] = "[[National Scenic Byway|National]]", [2] = "[[National Forest Scenic Byway|National Forest]]", [3] = "[[Bureau of Land Management Back Country Byway|BLM]]", [4] = "[[National Parkway|NPS]]", } } return Trails
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Module:Road data/strings/USA/regional/Trails/doc
(
edit
)