Module:Adjacent stations/Royal Railway

< Module:Adjacent stations
Revision as of 13:33, 19 November 2021 by imported>Jjpachano
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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