Difference between revisions of "Module:Road data/strings/PAK"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>PAKHIGHWAY (Adding and correcting) |
m (10 revisions imported) |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 15: | Line 15: | ||
PAK.S = {shield = "", | PAK.S = {shield = "", | ||
| − | + | link = "", | |
| − | + | abbr = "S-%route% Strategic Highway", | |
| + | name = "Strategic Highway S%route%"} | ||
| − | PAK.KP = {shield "", | + | PAK.KP = {shield = "Pakistan M-%route%.svg", |
link = "Khyber Pakhtunkhwa Highway S-%route%", | link = "Khyber Pakhtunkhwa Highway S-%route%", | ||
abbr = "S-%route%"} | abbr = "S-%route%"} | ||
| + | |||
| + | PAK.R = {shield = "Pakistan M-%route%.svg", | ||
| + | link = "%route% Road", | ||
| + | abbr = "%route% Road"} | ||
return PAK | return PAK | ||
Latest revision as of 08:53, 27 September 2020
Documentation for this module may be created at Module:Road data/strings/PAK/doc
-- Pakistan
local PAK = {}
PAK.M = {shield = "Pakistan M-%route%.svg",
link = "M%route% motorway (Pakistan)",
abbr = "M-%route%"}
PAK.N = {shield = "Pakistan N-%route%.svg",
link = "N-%route% National Highway",
abbr = "N-%route%"}
PAK.E = {shield = "Pakistan motorway symbol.svg",
link = "E%route% expressway (Pakistan)",
abbr = "E-%route%"}
PAK.S = {shield = "",
link = "",
abbr = "S-%route% Strategic Highway",
name = "Strategic Highway S%route%"}
PAK.KP = {shield = "Pakistan M-%route%.svg",
link = "Khyber Pakhtunkhwa Highway S-%route%",
abbr = "S-%route%"}
PAK.R = {shield = "Pakistan M-%route%.svg",
link = "%route% Road",
abbr = "%route% Road"}
return PAK