Jump to content

Module:Road data/strings/USA/TN

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NE2 (talk | contribs) at 07:16, 31 May 2014 (periods after abbreviations, replaced: Alt" → Alt." (4) using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Tennessee
local TN = {}

TN.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Tennessee)",
        abbr = "I‑%route%",
        width = "expand"}

TN.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Tennessee",
         abbr = "US %route%",
         width = "expand"}

TN["US-Alt"] = {shield = TN.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Tennessee)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

TN["US-Bus"] = {shield = TN.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Tennessee)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

TN["US-Byp"] = {shield = TN.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Tennessee)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}

TN.TN = {shield = "Tennessee %route%.svg",
         link = "Tennessee State Route %route%",
         abbr = "SR %route%",
         width = "wide"}

TN.SR = TN.TN

TN.Sec = {shield = "Secondary Tennessee %route%.svg",
          link = TN.TN.link,
          abbr = TN.TN.abbr,
          width = "expand"}

TN["Sec-Scenic"] = {shield = "Secondary Tennessee %route%.svg",
                    link = TN.TN.link,
                    abbr = TN.TN.abbr,
                    banner = "Scenic plate Vermont.svg",
                    width = "expand"}

TN.NTP = {shield = "Natchez Trace Parkway Logo.gif",
          link = "Natchez Trace Parkway",
          abbr = "Natchez Trace Pkwy."}

return TN