Module:Adjacent stations/X-Tåget
MyWikiBiz, Author Your Legacy — Friday November 21, 2025
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:54, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/X-Tåget)
Documentation for this module may be created at Module:Adjacent stations/X-Tåget/doc
local p = {
["system title"] = "[[X-Tåget]]",
["station format"] = {
"%1 railway station",
["Sundsvall Central"] = "Sundsvall Central Station",
["Sundsvall West"] = "Sundsvall West Station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "E2001A",
},
["East Coast Line"] = {
["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
["note-mid"] = "Sundsvall–Gävle",
["left terminus"] = "Sundsvall West",
["right terminus"] = "Gävle Central",
},
["Northern Main Line"] = {
["note-mid"] = "Ljusdal–Gävle",
["left terminus"] = "Ljusdal",
["right terminus"] = "Gävle Central",
},
},
}
return p