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 Fredddie (talk | contribs) at 14:47, 13 August 2019 (should have shields now). 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 = "Stamvei E%route%.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

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

NOR.Fv = {shield = "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 = NOR.Rv

return NOR