Module:Road data/strings/PAK
ظٲہِریَتھ
"یَمہٕ ماڈیوٗلُک دَستاویز ییٚہِ Module:Road data/strings/PAK/دَستاویز جاے بَناونہٕ"
local PAK = {}
-- Motorways (Example: {{jct|M|2|country=PAK}})
PAK.M = {
shield = "M-%route% (Pakistan).svg", -- Standard Commons filename pattern
link = "M-%route% motorway (Pakistan)", -- Article link
abbr = "M-%route%"
}
-- National Highways (Example: {{jct|N|5|country=PAK}})
PAK.N = {
shield = "N-%route% (Pakistan).svg",
link = "N-%route% National Highway",
abbr = "N-%route%"
}
-- Expressways (Example: {{jct|E|35|country=PAK}})
PAK.E = {
shield = "E%route% (Pakistan).svg", -- Check exact filename on your wiki
link = "E%route% expressway (Pakistan)",
abbr = "E%route%"
}
-- Strategic Highways (Example: {{jct|S|1|country=PAK}})
PAK.S = {
shield = "S-%route% (Pakistan).svg",
link = "S-%route% Strategic Highway",
abbr = "S-%route%"
}
return PAK