Difference between revisions of "Module:Road data/strings/THA"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>Paul 012 (updating per page moves - hope this doesn't break anything) |
m (3 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 8: | Line 8: | ||
THA.R = {shield = "Thai Highway-%route%.svg", | THA.R = {shield = "Thai Highway-%route%.svg", | ||
link = "Highway %route% (Thailand)", | link = "Highway %route% (Thailand)", | ||
| − | abbr = " | + | abbr = "Hwy %route%"} |
THA.M = {shield = "Thai Motorway-f%route%.svg", | THA.M = {shield = "Thai Motorway-f%route%.svg", | ||
link = "Motorway %route% (Thailand)", | link = "Motorway %route% (Thailand)", | ||
| − | abbr = " | + | abbr = "Motorway %route%"} |
THA.T = {shield = "Thai Motorway-t%route%.svg", | THA.T = {shield = "Thai Motorway-t%route%.svg", | ||
link = "Motorway %route% (Thailand)", | link = "Motorway %route% (Thailand)", | ||
| − | abbr = " | + | abbr = "Motorway %route%"} |
return THA | return THA | ||
Latest revision as of 08:54, 27 September 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 = "Hwy %route%"}
THA.M = {shield = "Thai Motorway-f%route%.svg",
link = "Motorway %route% (Thailand)",
abbr = "Motorway %route%"}
THA.T = {shield = "Thai Motorway-t%route%.svg",
link = "Motorway %route% (Thailand)",
abbr = "Motorway %route%"}
return THA