跳转到内容

模組:Adjacent stations/廣島高速交通

维基百科,自由的百科全书
local hiroshima= "%1站 (廣島縣)"
local japan= "%1站 (日本)"
local company = "%1站 (廣島高速交通)"

local p = {
	["system title"] = "[[廣島高速交通]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["大塚"] = hiroshima,
		["大原"] = hiroshima,
		["上安"] = japan,
		["安東"] = japan,
		["大町"] = hiroshima,
		["古市"] = hiroshima,
		["西原"] = hiroshima,
		["牛田"] = hiroshima,
		["白島"] = company,
		["縣廳前"] = hiroshima,
	},
	["lines"] = {
		["廣島新交通1號線"] = {
			["title"] = "[[廣島新交通1號線]]",
			["color"] = "ffa500",
			["left terminus"] = "本通",
			["right terminus"] = "廣域公園前"
		},
	}
}
return p