Open main menu
Home
Random
Donate
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/Tour
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"]`. ]==] -- Great Lakes Circle Tours local Tour = {} local util = require("Module:Road data/util") Tour.Tour = { shield = { default = "Great Lakes Circle Tour.svg", LSCT = "Lake Superior Circle Tour.svg", LMCT = "Lake Michigan Circle Tour.svg", LHCT = "Lake Huron Circle Tour.svg", LECT = "Lake Erie Circle Tour.svg", ["LSCT-Spur"] = "Lake Superior Circle Tour brown.svg", ["LMCT-Spur"] = "Lake Michigan Circle Tour brown.svg", ["LHCT-Spur"] = "Lake Huron Circle Tour brown.svg" }, name = { default = "Great Lakes Circle Tour", LSCT = "Lake Superior Circle Tour", LMCT = "Lake Michigan Circle Tour", LHCT = "Lake Huron Circle Tour", LECT = "Lake Erie Circle Tour", ["LSCT-Spur"] = "Lake Superior Circle Tour", ["LMCT-Spur"] = "Lake Michigan Circle Tour", ["LHCT-Spur"] = "Lake Huron Circle Tour" }, link = { default = "Great Lakes Circle Tour", LSCT = "Lake Superior Circle Tour", LMCT = "Lake Michigan Circle Tour", LHCT = "Lake Huron Circle Tour", LECT = "Lake Erie Circle Tour", ["LSCT-Spur"] = "Lake Superior Circle Tour", ["LMCT-Spur"] = "Lake Michigan Circle Tour", ["LHCT-Spur"] = "Lake Huron Circle Tour" }, abbr = { default = "GLCT", LSCT = "LSCT", LMCT = "LMCT", LHCT = "LHCT", LECT = "LECT", ["LSCT-Spur"] = "LSCT Spur", ["LMCT-Spur"] = "LMCT Spur", ["LHCT-Spur"] = "LHCT Spur" }, bannersuffix = { default = "green", ["LSCT-Spur"] = "brown", ["LHCT-Spur"] = "brown" }, nbrowse = "[[Great Lakes Circle Tour]]" } return Tour
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/Tour/doc
(
edit
)