Jump to content

Module:Adjacent stations/Trams in Essen

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:12, 29 July 2021 (Created page with 'local p = { ["system title"] = "Trams in Essen", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["101"] = { ["title"] = "101", ["color"] = "906521", }, ["103"] = { ["title"] = "103", ["color"] = "ffcb08", }, ["105"] = { ["title"] = "105", ["color"] = "aed136", }, ["106"] = { ["title"] = "[[Trams in Essen#Lines...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Trams in Essen]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["101"] = {
			["title"] = "[[Trams in Essen#Lines|101]]",
			["color"] = "906521",
		},
		["103"] = {
			["title"] = "[[Trams in Essen#Lines|103]]",
			["color"] = "ffcb08",
		},
		["105"] = {
			["title"] = "[[Trams in Essen#Lines|105]]",
			["color"] = "aed136",
		},
		["106"] = {
			["title"] = "[[Trams in Essen#Lines|106]]",
			["color"] = "998bb3",
		},
		["107"] = {
			["title"] = "[[Trams in Essen#Lines|107]]",
			["color"] = "d52229",
		},
		["109"] = {
			["title"] = "[[Trams in Essen#Lines|109]]",
			["color"] = "009e4c",
		},
	},
}

return p