Jump to content

Module:Road data/strings/FRA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 10:49, 10 July 2017 (ifexist). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- France
local FRA = {}

FRA.E = {shield = "Route européenne %route%.svg",
         link = "European route E%route%",
         abbr = "E %route%"}

FRA.A = {shield = "Autoroute française %route%.svg",
         link = "A%route% autoroute",
         abbr = "A %route%"}

FRA.D = {shield = {ifexists = true,
                   default = "Route départementale française %route%.svg",
                   otherwise = ""},
         link = "",
         abbr = "D %route%"}

FRA.N = {shield = "Route nationale française %route%.svg",
         link = "Route nationale %route%",
         abbr = "N %route%"}

FRA.S = {shield = "",
         link = "",
         abbr = "S %route%"}

return FRA