Jump to content

Module:Adjacent stations/Metro Bilbao

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Santi2222 (talk | contribs) at 18:23, 17 June 2022 (Exceptions for some stations (the naming format is being gradually changed, thus redlinks can be avoided).). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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)",
		["Abando"] = "Bilbao-Abando railway station", --metro station doesn't have its own article
		["Santimami/San Mamés"] = "Santimami/San Mamés station", -- station shared with other networks
		["Bolueta"] = "Bolueta (Metro Bilbao)", --The articles about stations of the system are being renamed from "X (Metro Bilbao)" to "X (Bilbao metro)". At the same time, the module-powered services template is being added. As of 17 June 2022, this parameter is necessary to avoid inconvenient red links.
		["Peñota"] = "Portugalete (Metro Bilbao)", --same as above
		["Plentzia"] = "Plentzia (Metro Bilbao)" --same as above
	},
	["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