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 Rschen7754 (talk | contribs) at 10:42, 13 January 2014 (Protected Module:Road data/strings/USA/TN: Highly visible template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))). 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%"}

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

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

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

TN["US-Byp"] = {shield = TN.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Tennessee)",
                abbr = "US %route% Byp"}

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

TN.SR = TN.TN

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

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

return TN