Module:Adjacent stations/JR Kyushu

This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 02:49, 12 December 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local saga = "%1 Station (Saga)"

local p = {
	["lang"] = "en-GB",
	["system icon"] = "[[File:JR logo (kyushu).svg|20px|link=Kyushu Railway Company|alt=Logo of the Kyushu Railway Company (JR Kyushu).]]",
	["system title"] = "[[Kyushu Railway Company|JR Kyushu]]",
	["system color"] = "E50012",
	["name format"] = "font-family: Helvetica; background-color: transparent; font-size: 125%; color: black; padding: 0.1em; line-height: 1em; white-space: nowrap; text-align: center; border-bottom: 8px solid #f60000;",
    ["header background color"] = "E50012",
    ["header text color"] = "ffffff",
	["station format"] = {
		["Kōhoku"] = saga,
		"%1 Station",
		},
	["lines"] = {
		["_default"] = {
			["color"] = "E50012",
			["title"] = "[[%1 Line]]",
		},
		["Kyushu Shinkansen"] = {
			["title"] = "[[Kyushu Shinkansen]]",
			["color"] = "000000",
			["icon"] = "[[File:Shinkansen-K.png|16px|link=Kyushu Shinkansen]]",
			["left terminus"] = "Kagoshima-Chūō",
			["right terminus"] = "Hakata",
			["types"] = {
				["Sakura"] = {
					["title"] = "''[[Sakura (train)|Sakura]]''",
				},
				["Tsubame"] = {
					["title"] = "''[[Tsubame (train)|Tsubame]]''",
				},
				["Sakura"] = {
					["title"] = "''[[%1 (train service|%1]]''",
				},
			},
		},
		["Nishi Kyushu Shinkansen"] = {
			["title"] = "[[Nishi Kyushu Shinkansen]]",
			["icon"] = "[[File:Shinkansen-K.png|16px|link=Kyushu Shinkansen]]",
			["color"] = "000000",
			["left terminus"] = "Nagasaki",
			["right terminus"] = "Takeo-Onsen",
			["note-mid"] = "''[[Kamome]]''",
		},
		["Chikuhi"] = {
			["color"] = "8f3e97",
			["left terminus"] = "Nishi-Karatsu",
			["right terminus"] = "Meinohama",
		},
		["Midori/Huis Ten Bosch"] = {
			["title"] = "''[[Midori (train)|Midori]]'' and ''[[Huis Ten Bosch]]''",
			["color"] = "f60000",
			["left terminus"] = {"Sasebo", "Huis Ten Bosch"},
			["right terminus"] = "Hakata",
		},
		["Nagasaki"] = {
			["icon"] = "[[File:JRK number JH.svg|18px|link=Nagasaki Line]]",
			["color"] = "fe4c00",
			["left terminus"] = "Nagasaki",
			["right terminus"] = "Tosu",
		},
		["Ōmura"] = {
			["color"] = "0a50ff",
			["left terminus"] = "Isahaya",
			["right terminus"] = "Haiki",
		},
		["Sasebo"] = {
			["color"] = "00ff9c",
			["left terminus"] = "Sasebo",
			["right terminus"] = "Tosu",
		},
		["Kagoshima"] = {
			["title"] = "[[Kagoshima Main Line]]",
			["color"] = "ee3d49",
			["left terminus"] = "Mojikō",
			["right terminus"] = "Kagoshima",
		},
		["Kyūdai"] = {
			["title"] = "[[Kyūdai Main Line]]",
			["color"] = "ff0000",
			["left terminus"] = "Kurume",
			["right terminus"] = "Ōita",
		},
		["Hōhi"] = {
			["title"] = "[[Hōhi Main Line]]",
			["color"] = "b96f30",
			["left terminus"] = "Ōita",
			["right terminus"] = "Kumamoto",
		},
	},
	["aliases"] = {
		["Omura"] = "Ōmura",
		["omura"] = "Ōmura",
		["Kyudai"] = "Kyūdai",
		["kyudai"] = "Kyūdai",
		["Hohi"] = "Hōhi",
		["hohi"] = "Hōhi",
	}
}

return p