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 Happy5214 (talk | contribs) at 12:16, 3 July 2014 (Created page with '-- Turkey local TUR = {} TUR.O = {shield = {ifexists = true, default = "O-%route%_otoyolu.png"}, link = "Otoyol %route%", a...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Turkey
local TUR = {}

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 = "Yolu D-%route%.png"},
         link = "State road D%route% (Turkey) ",
         abbr = "D.%route%"}

TUR.state = TUR.D

return TUR