Jump to content

Module:Road data/strings/THA

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Paul 012 (talk | contribs) at 00:16, 6 May 2020 (updating per page moves - hope this doesn't break anything). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Thailand
local THA = {}
 
THA.AH = {shield = "AH%route%-T.svg",
         link = "AH%route%",
         abbr = "AH%route%"}

THA.R = {shield = "Thai Highway-%route%.svg",
         link = "Highway %route% (Thailand)",
         abbr = "Route %route%"}

THA.M = {shield = "Thai Motorway-f%route%.svg",
         link = "Motorway %route% (Thailand)",
         abbr = "Route %route%"}

THA.T = {shield = "Thai Motorway-t%route%.svg",
         link = "Motorway %route% (Thailand)",
         abbr = "Route %route%"}         
         
return THA