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 02:22, 19 February 2021 (add shieldmain (via WP:JWB)). 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",
	shieldmain = "Route européenne %route%.svg",
         link = "European route E%route%",
         abbr = "E %route%"}

FRA.A = {shield = "Autoroute française %route%.svg",
	shieldmain = "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",
	shieldmain = "Route nationale française %route%.svg",
         link = "Route nationale %route%",
         abbr = "N %route%"}

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

return FRA