跳转到内容

模組:Adjacent stations/徐州地铁

维基百科,自由的百科全书
文档图示 模块文档[查看] [编辑] [历史] [清除缓存]

徐州地铁相关条目数据模块,于{{Adjacent stations}}中使用。

local x = "%1 (地铁)"
local y = "%1站 (徐州市)"
local z = "%1"

local p = {
    ["system title"] = "[[徐州地铁]]",
    ["station format"] = {
        "%1站",
        -- 消歧义
        -- 1号线
        ['人民广场'] = y,
        ['徐州火车站'] = x,
        ['庆丰路'] = y,
        ['徐州东站'] = x,
    
        -- 2号线
        ['九里山'] = y,
        ['九龙湖'] = y,
        ['科技城'] = y,
        ['中心医院'] = y,
        ['客运北站'] = z,
    
        -- 3号线
        ['天桥'] = y,    
        ['钱江路'] = y,
        ['师范大学'] = y,  
    },
    ["lines"] = {
        -- 已开通/在建
        ["1"] = {
            ["title"] = "[[徐州地铁1号线|1号线]]",
            ["color"] = "a23337",
            ["left terminus"] = "路窝",
            ["right terminus"] = "徐州东站"
        },
        ["2"] = {
            ["title"] = "[[徐州地铁2号线|2号线]]",
            ["color"] = "ef8200",
            ["left terminus"] = "客运北站",
            ["right terminus"] = "新城区东"
        },
        ["3"] = {
            ["title"] = "[[徐州地铁3号线|3号线]]",
            ["color"] = "008bd5",
            ["left terminus"] = "下淀",
            ["right terminus"] = "高新区南"
        },
        ["6"] = {
            ["title"] = "[[徐州地铁6号线|6号线]]",
            ["color"] = "541f7f",
            ["left terminus"] = "黄山路",
            ["right terminus"] = "徐州东站"
        },
        -- 规划中
        ["4"] = {
            ["title"] = "[[徐州地铁4号线|4号线]]",
            ["color"] = "6fb92c",
            ["left terminus"] = "",
            ["right terminus"] = ""
        },
        ["5"] = {
            ["title"] = "[[徐州地铁5号线|5号线]]",
            ["color"] = "ae4283",
            ["left terminus"] = "",
            ["right terminus"] = ""
        },
    }
}

return p