模組:Adjacent stations/洛阳轨道交通
local x = "%1站 (洛阳市)"
local y = "%1 (地铁)"
local z = "%1"
local p = {
["system title"] = "[[洛阳轨道交通]]",
["station format"] = {
"%1站",
-- 消歧义
-- 1号线
["红山"] = x,
["秦岭路"] = x,
["长安路"] = x,
["武汉路"] = x,
["七里河"] = x,
-- 2号线
["洛阳火车站"] = y,
["龙门高铁站"] = y,
["体育中心"] = x,
["市民之家"] = x,
-- 模板格式需要
},
["lines"] = {
["1"] = {
["title"] = "[[洛阳轨道交通1号线|1号线]]",
["color"] = "C4608C",
["left terminus"] = "红山",
["right terminus"] = "杨湾"
},
["2"] = {
["title"] = "[[洛阳轨道交通2号线|2号线]]",
["color"] = "6FBA2C",
["left terminus"] = "二乔路",
["right terminus"] = "八里堂"
},
},
}
return p