Jump to content

Module:Road data/strings/NOR

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mitchazenia (talk | contribs) at 22:57, 2 June 2014 (Protected Module:Road data/strings/NOR: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Norway
local NOR = {}

NOR.E = {shield = "Tabliczka E%route%.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

NOR.Europavei = NOR.E
NOR.europavei = NOR.E

NOR.Fv = {shield = {ifexists = true,
                    default = "Fylkesvei %route%.svg"},
          link = "Fylkesvei %route%",
          abbr = "Fv%route%"}

NOR.fv = NOR.Fv
NOR.Fylkesvei = NOR.Fv
NOR.fylkesvei = NOR.Fv

NOR.Rv = {shield = {ifexists = true,
                    default = "Riksvei %route%.svg"},
          link = "Riksvei %route%",
          abbr = "Rv%route%"}

NOR.rv = NOR.Rv
NOR.Riksvei = NOR.Rv
NOR.riksvei = NOR.Rv

NOR.National = {shield = {ifexists = true,
                          default = "Stamvei %route%.svg"},
                link = "Norwegian National Road %route%",
                abbr = "Rv%route%"}

return NOR