Module:Adjacent stations/Metro Bilbao

From Wikipedia, the free encyclopedia

local station = "%1 station"

local p = {
	["system title"] = "[[Bilbao metro|Metro Bilbao]]", -- The shown text is Metro Bilbao, as it refers to the operating company. Line 3 (Euskotren) is handled using another module.
	["system icon"] = "[[File:Símbolo del Metro de Bilbao.svg|18px|link=Bilbao metro]]",
	["station format"] = {
		"%1 (Bilbao metro)",
		["Santimami/San Mamés"] = "Santimami/San Mamés station" -- station shared with other networks
	},
	["name format"] = "font-size: 180%; font-family: Helvetica, sans-serif; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #df4e21;",
	["header background color"] = "df4e21",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Bilbao metro)|Line %1]]",
			["icon"] = "[[File:Metro de Bilbao L%1.svg|16px|alt=]]",
		},
		["1"] = {
			["color"] = "f1592a",
			["left terminus"] = "Plentzia",
			["right terminus"] = "Etxebarri",
		},
		["2"] = {
			["color"] = "19181b",
			["left terminus"] = "Kabiezes",
			["right terminus"] = "Basauri",
		},
	},
	["aliases"] = {
		["l1"] = "1",
		["l2"] = "2",
		["line 1"] = "1",
		["line 2"] = "2",
	},
}

return p