Jump to content

Module:Road data/strings/TUR

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Imzadi1979 (talk | contribs) at 21:33, 28 March 2020 (add missing type). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Turkey
local TUR = {}

TUR.AH = {shield = {ifexists = true,
					default = "Tabliczka AH%route%.svg"},
		  link = "AH%route%",
		  abbr = "AH%route%"}

TUR.E = {shield = {ifexists = true,
					default = "E%route%-TR.png"},
		link = "European route E%route%",
		abbr = "E%route%"}

TUR.O = {shield = {ifexists = true,
                   default = "O-%route%_otoyolu.png"},
         link = "Otoyol %route%",
         abbr = "O-%route%"}

TUR.otoyol = TUR.O

TUR.D = {shield = {ifexists = true,
                   default = "D %route%.png"},
         link = "State road D.%route% (Turkey) ",
         abbr = "D.%route%"}

TUR.state = TUR.D

TUR.P = {shield = {ifexists = true,
					default = "%route%-TUR.png"},
		link = "Provincial road %route% (Turkey)",
		abbr = "P.%route%"}

TUR.IL = TUR.P

return TUR