Module:Adjacent stations/Konan

From blackwiki
< Module:Adjacent stations
Revision as of 20:56, 18 March 2020 by blackwiki>Cards84664
Jump to navigation Jump 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)",
	},
	["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