Jump to content

Module:Adjacent stations/Hokuso

Permanently protected module
From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Hokusō Railway]]",
	["system icon"] = "[[File:Hokuso logo.svg|35px|link=Hokusō Railway]]",
	["system color"] = "00BFFF",
	["station format"] = {
		"%1 Station",
		["Ōmachi"] = "Ōmachi Station (Chiba)",
	},
	["lines"] = {
		["Hokuso"] = {
			["title"] = "[[Hokusō Line]]",
			["icon"] = "[[File:Number prefix Hokusō.svg|18px|link=Hokusō Line]]",
			["color"] = "00BFFF",
			["left terminus"] = "Keisei Takasago",
			["right terminus"] = "Imba Nihon-idai",
		},
	},
}

return p