Module:Adjacent stations/Nordstetten Light Rail: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
local function lines_aux(lines)
for k, def in pairs(lines) do
if not def.title then
def.title = ("[[Nordstetten LRT Line %s|Line %s]]"):format(k, k)
end
end
return lines
end
local BHF = "[[%1 Station|%1]]"
local BHF = "[[%1 Station|%1]]"
local p = {
local p = {
Line 17: Line 8:
["Wörther Straße"] = "[[Nordstetten Main Station|Wörther Straße]]",
["Wörther Straße"] = "[[Nordstetten Main Station|Wörther Straße]]",
},
},
["lines"] = lines_aux {
["lines"] = {
["_default"] = {
["title"] = "[[Nordstetten LRT Line %1|Line %1]]"
},
["1"] = {
["1"] = {
["color"] = "268bd2",
["color"] = "268bd2",