跳转到内容

模組:Adjacent stations/長野電鐵

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (長野縣)"
local y = "%1站 (日本)"
local p = {
	["system title"] = "[[長野電鐵]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["本鄉"] = x,
		["桐原"] = x,
		["柳原"] = x,
		["村山"] = x,
		["日野"] = x,
		["櫻澤"] = x,
		["上條"] = x,

		["松代"] = x,
		["四鄉"] = x,
		["赤岩"] = x,
		["柳澤"] = x,
		["田上"] = x,
		["木島"] = y,
	},
	["lines"] = {
		["N"] = {
			["title"] = "'''N''' [[長野線 (長野電鐵)|長野線]]",
			["color"] = "ff0000",
			["left terminus"] = "長野",
			["right terminus"] = "湯田中"
		},
		["河東線"] = {
			["title"] = "[[河東線]]<br>(木島線)",
			["color"] = "cccccc",
			["left terminus"] = "信州中野",
			["right terminus"] = "木島"
		},
		["屋代線"] = {
			["title"] = "'''Y''' [[屋代線]]",
			["color"] = "cccccc",
			["left terminus"] = "屋代",
			["right terminus"] = "須坂"
		},
	},
}

return p