Difference between revisions of "Module:Adjacent stations/DB Regio"
Jump to navigation
Jump to search
blackwiki>Mackensen |
blackwiki>Mackensen |
||
| Line 12: | Line 12: | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| − | [" | + | ["test"] = { |
| − | ["title"] = "", | + | ["title"] = "Test", |
["color"] = "", | ["color"] = "", | ||
["left terminus"] = "", | ["left terminus"] = "", | ||
Revision as of 13:34, 9 January 2020
Documentation for this module may be created at Module:Adjacent stations/DB Regio/doc
local d = "%1 station"
if mw.title.new( "%1" .. " Hauptbahnhof", '0' ).exists == true then
d = "[[%1 Hauptbahnhof|%1 Hbf]]"
end
local p = {
["system title"] = "[[DB Regio]]",
["system icon"] = "",
["station format"] = {
d,
},
["lines"] = {
["test"] = {
["title"] = "Test",
["color"] = "",
["left terminus"] = "",
["right terminus"] = "",
},
},
}
return p