Module:Adjacent stations/Iyotetsu

From Wikipedia, the free encyclopedia

local ehime = "%1 Station (Ehime)"
local p = {
	["system title"] = "[[Iyotetsu]]",
	["system icon"] = "[[File:IYOTETSU logo.svg|55px|link=Iyotetsu]]",
	["name format"] = "font-family: sans-serif; background-color: transparent; font-size: 150%; color: black; padding: 0.1em; line-height: 1.2em; white-space: nowrap; text-align: center;",
	["station format"] = {
		"%1 Station",
		["Takahama"] = ehime,
		["Ōtemachi"] = ehime,
		["Hirai"] = ehime,
		["Minara"] = ehime,
		["Dobashi"] = ehime,
		["Kamata"] = ehime,
		["Okada"] = ehime,
		["Koizumi"] = ehime,
		["Masaki"] = ehime,
		["Shinkawa"] = ehime,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line]]",
		},
		["Takahama"] = {
			["left terminus"] = "Takahama",
			["right terminus"] = "Matsuyama City",
			["color"] = "9ACD32",
		},
		["Yokogawara"] = {
			["left terminus"] = "Matsuyama City",
			["right terminus"] = "Yokogawara",
			["color"] = "00BFFF",
		},
		["Gunchū"] = {
			["left terminus"] = "Gunchū Port",
			["right terminus"] = "Matsuyama City",
			["color"] = "FF8C00",
		},
	},
	["aliases"] = {
		["t"] = "Takahama",
		["y"] = "Yokogawara",
		["g"] = "Gunchū",
		["gunchu"] = "Gunchū",
	}
}
return p