From Wikipedia, the free encyclopedia


local p = {

	"system title" = "[[Qbuzz]]",

	"station format" = {

		"%1 railway station",

	},

	"lines" = {

		"_default" = {

			"title" = "Line %1"

		},

		"7200" = {

			"color" = "7cb0c2",

			"left terminus" = "Dordrecht",

			"right terminus" = "Geldermalsen",

		},

		"36700" = {

			"color" = "c2c1c1",

			"left terminus" = "Dordrecht",

			"right terminus" = "Geldermalsen",

		},

		"36800" = {

			"color" = "c2c1c1",

			"left terminus" = "Dordrecht",

			"right terminus" = "Gorinchem",

		},

	},

}



return p