Module:Adjacent stations/Chiba

MyWikiBiz, Author Your Legacy — Wednesday July 03, 2024
Jump to navigationJump to search

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

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chiba Urban Monorail]]",
	["system color"] = "0028a0",
	["station format"] = {
		["Kenchō-mae"] = "Kenchō-mae Station (Chiba)",
		["Sakaechō"] = "Sakaechō Station (Chiba)",
		["Sakuragi"] = "Sakuragi Station (Chiba)",
		["Shiyakusho-mae"] = "Shiyakusho-mae Station (Chiba)",
		"%1 Station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "Line 1",
			["color"] = "0028a0",
			["left terminus"] = "Chiba-Minato",
			["right terminus"] = "Kenchō-mae",
		},
		["2"] = {
			["title"] = "Line 2",
			["color"] = "0028a0",
			["left terminus"] = "Chiba",
			["right terminus"] = "Chishirodai",
		},
	},
}

return p