Jump to content

Module:Adjacent stations/Royal Railway

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "Royal Railways",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Battambang"] = "Battambang Royal railway station",
		["Phnom Penh"] = "Royal railway station (Phnom Penh)",
	},
	["lines"] = {
		["Phnom Penh–Poipet"] = {
			["title"] = "Phnom Penh–Poipet",
			["color"] = "0000FF",
			["left terminus"] = "Poipet",
			["right terminus"] = "Phnom Penh",
		},
	},
}

return p