跳转到内容

模組:Adjacent stations/長良川鐵道

维基百科,自由的百科全书
local x = "%1站 (岐阜縣)"
local y = "%1站 (日本)"
local p = {
	["system title"] = "[[長良川鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["大島"] = x,
		["山田"] = x,
		["相生"] = x,
		["赤池"] = x,
		["福野"] = x,
		["相生"] = x,
		["八坂"] = x,
		["梅山"] = y,
		["關"] = x,
		["關口"] = y,
	},
	["lines"] = {
		["越美南線"] = {
			["title"] = "[[越美南線]]",
			["color"] = "ff1493",
			["left terminus"] = "美濃太田",
			["right terminus"] = "北濃"
		},
	},
	["aliases"] = {
	}
}

return p