Jump to content

Module:Adjacent stations/JR Shikoku

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 10:04, 12 December 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-GB",
	["system icon"] = "[[File:JR logo (shikoku).svg|20px|link=Shikoku Railway Company|alt=The logo of Shikoku Railway Company (JR Shikoku).]]",
	["system title"] = "[[Shikoku Railway Company|JR Shikoku]]",
	["system color"] = "309AC3",
	["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 #009ac8;",
    ["header background color"] = "309AC3",
    ["header text color"] = "ffffff",
	["station format"] = {
		"%1 Station",
		["Takamatsu"] = "Takamatsu Station (Kagawa)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line]]",
			["color"] = "309AC3",
			["icon format"] = "route",
			["text color"] = "FFFFFF",
		},
		["Dosan"] = {
			["color"] = "e25885",
			["left destination"] = "Tadotsu",
			["right destination"] = "Kubokawa",
			["icon format"] = "link",
		},
		["Kōtoku"] = {
			["color"] = "6CC629",
			["left terminus"] = "Takamatsu",
			["right terminus"] = "Tokushima",
			["short name"]  = "T",
		},
		["Mugi"] = {
			["color"] = "00B5A7",
			["left terminus"] = "Tokushima",
			["right terminus"] = "Awa-Kainan",
			["short name"] = "M",
		},
		["Naruto"] = {
			["color"] = "822151",
			["left terminus"] = "Ikenotani",
			["right terminus"] = "Naruto",
			["short name"] = "N",
		},
		["Tokushima"] = {
			["color"] = "1D5973",
			["left terminus"] = "Sako",
			["right terminus"] = "Tsukuda",
			["short name"] = "B",
		},
		["Uzushio"] = {
			["title"] = "[[Uzushio (train)|''Uzushio'']]",
			["color"] = "009ac8",
			["left terminus"] = "Kojima",
			["right terminus"] = "Tokushima",
			["icon format"] = "link",
		},
		["Yodo"] = {
			["color"] = "008C4F",
			["left terminus"] = "Uwajima",
			["right terminus"] = "Kubokawa",
			["short name"] = "G"
		},
	},
	["aliases"] = {
		["Kotoku"] = "Kōtoku",
		["kotoku"] = "Kōtoku",
		["t"] = "Kōtoku",
		["T"] = "Kōtoku",
		["yodo"] = "Yodo",
		["G"] = "Yodo",
		["g"] = "Yodo",
		["uzushio"] = "Uzushio",
		["tokushima"] = "Tokushima",
		["b"] = "Tokushima",
		["B"] = "Tokushima",
		["naruto"] = "Naruto",
		["n"] = "Naruto",
		["N"] = "Naruto",
		["mugi"] = "Mugi",
		["m"] = "Mugi",
		["M"] = "Mugi",
	},
}

return p