Template:Adjacent stations doc
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local RB = "00519E"
local RE = "E2001A"
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Westfrankenbahn]]",
["station format"] = {
"%1 station",
["Heilbronn"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Westfrankenbahn#Lines|%1]]"
},
["RB 83"] = {
["color"] = RB,
["left terminus"] = "Heilbronn",
["right terminus"] = "Schwäbisch Hall-Hessental"
},
["RE 80"] = {
["color"] = RE,
["left terminus"] = "Heilbronn",
["right terminus"] = "Crailsheim"
}
}
}
return p