Jump to content

Module:Adjacent stations/Midtjyske Jernbaner

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Trip Tucker (talk | contribs) at 22:33, 1 December 2022. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local halt = "[[%1 halt|%1]]"
local rhalt = "[[%1 railway halt|%1]]"

local p = {
	["system title"] = "[[Midtjyske Jernbaner]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0000FF"
		},
		["Lemvigbanen"] = {
			["title"] = "[[Vemb]]–[[Lemvig]]",
			["note-mid"] = "[[Local train]]",
			["left terminus"] = "Vemb",
			["right terminus"] = "Lemvig"
		 },
		["SkjHol"] = {
			["title"] = "[[Skjern, Denmark|Skjern]]–[[Holstebro]]",
			["note-mid"] = "[[Regional train]]",
			["left terminus"] = "Skjern",
			["right terminus"] = "Holstebro"
		 }
	}
}

return p