Module:Adjacent stations/Konan

MyWikiBiz, Author Your Legacy — Monday November 04, 2024
< Module:Adjacent stations
Revision as of 18:31, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Konan)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Konan/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Kōnan Railway]]",
	["system color"] = "ff9900",
	["station format"] = {
		"%1 Station",
		["Kuroishi"] = "Kuroishi Station (Aomori)",
		["Shukugawara"] = "Shukugawara Station (Aomori)",
	},
	["lines"] = {
		["Konan"] = {
			["title"] = "[[Kōnan Line]]",
			["color"] = "ff9900",
			["left terminus"] = "Hirosaki",
			["right terminus"] = "Kuroishi",
		},
		["Owani"] = {
			["title"] = "[[Ōwani Line]]",
			["color"] = "ff9900",
			["left terminus"] = "Chūō-Hirosaki",
			["right terminus"] = "Ōwani",
		},
	},
}

return p