Difference between revisions of "Module:Road data/strings/PAK"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>Fredddie (create) |
blackwiki>PAKHIGHWAY (Adding and correcting) |
||
| Line 17: | Line 17: | ||
link = "S-%route% National Highway", | link = "S-%route% National Highway", | ||
abbr = "S-%route%"} | abbr = "S-%route%"} | ||
| + | |||
| + | PAK.KP = {shield "", | ||
| + | link = "Khyber Pakhtunkhwa Highway S-%route%", | ||
| + | abbr = "S-%route%"} | ||
return PAK | return PAK | ||
Revision as of 13:30, 4 September 2016
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 = "S-%route% National Highway",
abbr = "S-%route%"}
PAK.KP = {shield "",
link = "Khyber Pakhtunkhwa Highway S-%route%",
abbr = "S-%route%"}
return PAK