Difference between revisions of "Module:Road data/strings/THA"

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(create)
 
blackwiki>Paul 012
(updating per page moves - hope this doesn't break anything)
Line 7: Line 7:
  
 
THA.R = {shield = "Thai Highway-%route%.svg",
 
THA.R = {shield = "Thai Highway-%route%.svg",
         link = "Thailand Route %route%",
+
         link = "Highway %route% (Thailand)",
 
         abbr = "Route %route%"}
 
         abbr = "Route %route%"}
  
 
THA.M = {shield = "Thai Motorway-f%route%.svg",
 
THA.M = {shield = "Thai Motorway-f%route%.svg",
         link = "Thailand Route %route%",
+
         link = "Motorway %route% (Thailand)",
 
         abbr = "Route %route%"}
 
         abbr = "Route %route%"}
  
 
THA.T = {shield = "Thai Motorway-t%route%.svg",
 
THA.T = {shield = "Thai Motorway-t%route%.svg",
         link = "Thailand Route %route%",
+
         link = "Motorway %route% (Thailand)",
 
         abbr = "Route %route%"}         
 
         abbr = "Route %route%"}         
 
          
 
          
 
return THA
 
return THA

Revision as of 00:16, 6 May 2020

Documentation for this module may be created at Module:Road data/strings/THA/doc

-- 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