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

From blackwiki
Jump to navigation Jump to search
blackwiki>PAKHIGHWAY
blackwiki>PAKHIGHWAY
Line 14: Line 14:
 
abbr = "E-%route%"}
 
abbr = "E-%route%"}
 
 
 
 
PAK.S = {shield = "",
+
PAK.S = {shield = "Pakistan M-%route%.svg",
 
link = "S-%route% Strategic Highway",
 
link = "S-%route% Strategic Highway",
 
abbr = "S-%route%"}
 
abbr = "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 = "",
+
PAK.R = {shield = "Pakistan M-%route%.svg",
link = "E%route% expressway (Pakistan)",
+
link = "%route% Road",
abbr = "E-%route%"}
+
abbr = "%route% Road"}
  
 
return PAK
 
return PAK

Revision as of 16:13, 24 October 2017

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 = "Pakistan M-%route%.svg",
		 link = "S-%route% Strategic Highway",
		 abbr = "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