Jump to content

Module:Adjacent stations/SJ

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Uva-crispa (talk | contribs) at 22:40, 28 May 2021 (Created page with 'local p = { ["system title"] = "SJ", ["system icon"] = "", ["station format"] = { "%1 station", [""] = "", }, ["lines"] = { ["_default"] = {...'). 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"] = "[[SJ AB|SJ]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "00ab3a",
		},
		["Norrland Night Train"] = {
			["title"] = "SJ Night Train",
			["left terminus"] = {"Duved", "Umeå Central"},
			["right terminus"] = {"Gothenburg Central", "Stockholm Central"}
		},
	},
}

return p