Edge Rewrite
Jump to content

Module:Adjacent stations/GCLR

From Wikipedia, the free encyclopedia

local p = {
    ["system title"] = "[[G:link]]",
    ["system color"] = "ffd200",
    ["system icon"] = "[[File:Translink Tram icon 2022.svg|x16px]]",
    ["station format"] = {
        ["Helensvale"] = "Helensvale railway station",
        "%1 light rail station",
        },
    ["lines"] = {
            ["L1"] = {
                ["title"] = "[[G:link#Route|L1]]",
                ["color"] = "ffd200",
                ["left terminus"] = "Helensvale",
                ["right terminus"] = "Broadbeach South",
        },
            ["G:link"] = {
                ["title"] = "[[Gold Coast light rail|G:link]]",
                ["color"] = "ffd200",
        },
    },
}

return p