Jump to content

Module:Road data/strings/ASIA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by R'n'B (talk | contribs) at 13:50, 15 July 2022 (disambiguate AH6). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Asia
local ASIA = {}
 
ASIA.AH = {
	shield = "Tabliczka AH%route%.svg",
	name = "Asian Highway %route%",
	link = {
		default = "AH%route%",
		['6'] = "AH6 (highway)"
	},
	abbr = "AH%route%",
	color = "ASIA",
	nbrowse = "[[Asian Highway Network]]"
}
 
return ASIA