Template:Adjacent stations doc

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc



local p = {
	["system title"] = "[[Latvijas dzelzceļš|LDz]]",
	["system icon"] = "",
	["station format"] = {
		"%1 Station",
		["Riga"] = "Riga Central Station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Railway|%1]]",
		},
		["Riga–Tukums"] = {
			["color"] = "A1CF4A",
			["text color"] = "FFFFFF",
			["short name"] = "Riga–Tukums",
			["left terminus"] = "Tukums II",
			["right terminus"] = "Riga",
		},
		["Riga–Jelgava"] = {
			["color"] = "00B259",
			["text color"] = "FFFFFF",
			["short name"] = "Riga–Jelgava",
			["left terminus"] = "Jelgava",
			["right terminus"] = "Riga",
		},
	},
}

return p