Difference between revisions of "Module:Adjacent stations/Region Grundorf buses"

From blackwiki
Jump to navigation Jump to search
blackwiki>Gateshebe
blackwiki>Gateshebe
Line 12: Line 12:
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",
 
},
 
},
["lines"] = {
 
 
["70"] = {
 
["70"] = {
 
["title"] = "[[Region Grundorf bus route 70|70]]",
 
["title"] = "[[Region Grundorf bus route 70|70]]",
Line 18: Line 17:
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",
 
},
 
},
["lines"] = {
 
 
["72"] = {
 
["72"] = {
 
["title"] = "[[Region Grundorf bus route 72|72]]",
 
["title"] = "[[Region Grundorf bus route 72|72]]",
Line 24: Line 22:
 
["text color"] = "000000",
 
["text color"] = "000000",
 
},
 
},
["lines"] = {
 
 
["74"] = {
 
["74"] = {
 
["title"] = "[[Region Grundorf bus route 74|74]]",
 
["title"] = "[[Region Grundorf bus route 74|74]]",
Line 30: Line 27:
 
["text color"] = "000000",
 
["text color"] = "000000",
 
},
 
},
["lines"] = {
 
 
["75"] = {
 
["75"] = {
 
["title"] = "[[Region Grundorf bus route 75|75]]",
 
["title"] = "[[Region Grundorf bus route 75|75]]",
Line 36: Line 32:
 
["text color"] = "000000",
 
["text color"] = "000000",
 
},
 
},
["lines"] = {
 
 
["76"] = {
 
["76"] = {
 
["title"] = "[[Region Grundorf bus route 76|76]]",
 
["title"] = "[[Region Grundorf bus route 76|76]]",
Line 42: Line 37:
 
["text color"] = "ffffff",
 
["text color"] = "ffffff",
 
},
 
},
["lines"] = {
 
 
["77"] = {
 
["77"] = {
 
["title"] = "[[Region Grundorf bus route 77|77]]",
 
["title"] = "[[Region Grundorf bus route 77|77]]",
Line 49: Line 43:
 
},
 
},
 
},
 
},
}}}}}}}
+
}
 
return p
 
return p

Revision as of 21:39, 18 September 2020

Lines


local p = {
	["system title"] = "[[Buses in Region Grundorf|Region Grundorf bus network]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["10"] = {
			["title"] = "[[Region Grundorf bus route 10|10]]",
			["color"] = "000000",
			["text color"] = "FFFFFF",
	},
		["70"] = {
			["title"] = "[[Region Grundorf bus route 70|70]]",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
	},
		["72"] = {
			["title"] = "[[Region Grundorf bus route 72|72]]",
			["color"] = "e1e100",
			["text color"] = "000000",
	},
		["74"] = {
			["title"] = "[[Region Grundorf bus route 74|74]]",
			["color"] = "00e100",
			["text color"] = "000000",
	},
		["75"] = {
			["title"] = "[[Region Grundorf bus route 75|75]]",
			["color"] = "0000ff",
			["text color"] = "000000",
	},
		["76"] = {
			["title"] = "[[Region Grundorf bus route 76|76]]",
			["color"] = "c05c00",
			["text color"] = "ffffff",
	},
		["77"] = {
			["title"] = "[[Region Grundorf bus route 77|77]]",
			["color"] = "ff00ff",
			["text color"] = "FFFFFF",
		},
	},
}
return p