跳转到内容

模組:Adjacent stations/Alpico交通

维基百科,自由的百科全书

这是本页的一个历史版本,由S2000171留言 | 贡献2021年8月26日 (四) 12:15编辑。这可能和当前版本存在着巨大的差异。

local x = "%1站 (長野縣)"
local p = {
	["system title"] = "[[Alpico交通]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["渚"] = x,
		["新村"] = x,
		["下島"] = "下島站 (波田町)",
	},
	["lines"] = {
		["AK"] = {
			["title"] = "[[上高地線]]",
			["color"] = "465daa",
			["left terminus"] = "松本",
			["right terminus"] = "新島島"
		},
	},
}

return p