Module:Road data/strings/PAK

From blackwiki
< Module:Road data‎ | strings
Revision as of 00:44, 4 January 2015 by blackwiki>Fredddie (create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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%"}

return PAK