跳转到内容

模組: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"] = "高新区南"
        },
        ["4"] = {
            ["title"] = "[[徐州地铁4号线|4号线]]",
            ["color"] = "6fb92c",
        },
        ["5"] = {
            ["title"] = "[[徐州地铁5号线|5号线]]",
            ["color"] = "ae4283",
        },
        ["6"] = {
            ["title"] = "[[徐州地铁6号线|6号线]]",
            ["color"] = "541f7f",
            ["left terminus"] = "黄山路",
            ["right terminus"] = "徐州东站"
        },
        ["7"] = {
            ["title"] = "[[徐州地铁7号线|7号线]]",
            ["color"] = "743f1e",
        },
        ["S1"] = {
            ["title"] = "[[徐州地铁S1号线|S1号线]]",
            ["color"] = "349bd1",
        },
        ["S3"] = {
            ["title"] = "[[徐州地铁S3号线|S3号线]]",
            ["color"] = "27d4c1",
        },
    }
}

return p