Jump to content

Module:Adjacent stations/ONCF

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[File:Logo-oncf.png|60px|link=ONCF]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Casa-Port"] = "[[Casa-Port Railway Terminal|Casa-Port Terminal]]",
		["Mohammed V Airport"] = "[[Mohammed V International Airport#Ground transportation|Mohammed V Airport]]",
		["Tanger-Ville"] = "[[Tanger-Ville Railway Terminal|Tanger-Ville Terminal]]",
	},
	["lines"] = {
		["TNR"] = {
			["title"] = "[[Train Navette Rapide]]",
			["color"] = "FF8000",
			["left terminus"] = "Casa-Port",
			["right terminus"] = "Kenitra-Medina",
		},
	    ["Al Bidaoui"] = {
			["title"] = "[[Al Bidaoui]]",
			["color"] = "FF8000",
			["left terminus"] = "Mohammed V Airport",
			["right terminus"] = "Casa-Port",
		},
	    ["Al-Boraq"] = {
			["title"] = "[[Al-Boraq]]",
			["color"] = "FF8000",
			["left terminus"] = "Tanger-Ville",
			["right terminus"] = "Casa-Voyageurs",
		},
	},
}

return p