Jump to content

Module:Road data/strings/USA/MO

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 22:25, 5 January 2014 (Splitting Missouri). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Missouri
local MO = {}

MO.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Missouri)",
        abbr = "I‑%route%"}

MO.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Missouri)",
         abbr = "I‑%route% Bus"}

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

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

MO["US-Spur"] = {shield = MO.US.shield,
                 link = "U.S. Route %route% Spur ([dab||%dab%, |]Missouri)",
                 abbr = "US %route% Spur"}

MO.Route = {shield = "MO-%route%.svg",
            link = "Missouri Route %route%",
            abbr = "Route %route%"}

MO.MO = MO.Route

MO["Route-Bus"] = {shield = MO.Route.shield,
                   link = "",
                   abbr = "Route %route% Bus"}

MO["MO-Bus"] = MO["Route-Bus"]

MO["Route-Spur"] = {shield = MO.Route.shield,
                    link = "",
                    abbr = "Route %route% Spur"}

MO["MO-Spur"] = MO["Route-Spur"]

MO.Supp = {shield = "MO-supp-%route%.svg",
           link = "",
           abbr = "Route %route%"}

MO.GRR = {shield = "GreatRiverRoad.svg",
	      link = "Routing of the Great River Road",
	      abbr = "Great River Road"}

return MO