Jump to content

Module:Adjacent stations/testcases/Test module

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gonnym (talk | contribs) at 08:37, 27 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[VR Group]]",
	["lines"] = {
		["Green"] = {
			["title"] = "[[Green Line (San Diego Trolley)|Green Line]]",
			["color"] = "00a651",
			["icon"] = "[[File:San Diego Trolley Green Line.svg|16px]]",
		},
		["line with type"] = {
			["title"] = "[[Taoyuan Airport MRT]]",
			["color"] = "8246af",
			["icon"] = "[[File:Taoyuan Metro Line Airport.svg|18px|link=Taoyuan Airport MRT]]",
			["types"] = {
				["type"] = {
					["title"] = "Commuter",
					["color"] = "0057b8",
				},
				["icon type"] = {
					["title"] = "Commuter",
					["color"] = "0057b8",
					["icon"] = "[[File:San Diego Trolley Blue Line.svg|16px]]",
				},
				["link type"] = {
					["title"] = "link title",
					["icon format"] = "link",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["link type short name"] = {
					["title"] = "[[501 Züm Queen]]",
					["short name"] = "link type",
					["icon format"] = "link",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["route type"] = {
					["title"] = "route title",
					["icon format"] = "route",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["route type short name"] = {
					["title"] = "[[501 Züm Queen]]",
					["short name"] = "route type",
					["icon format"] = "route",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["croute type"] = {
					["title"] = "croute title",
					["icon format"] = "croute",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["croute type short name"] = {
					["title"] = "[[501 Züm Queen]]",
					["short name"] = "croute type",
					["icon format"] = "croute",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["xroute type"] = {
					["title"] = "xroute title",
					["icon format"] = "xroute",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["xroute type short name"] = {
					["title"] = "[[501 Züm Queen]]",
					["short name"] = "xroute type",
					["icon format"] = "xroute",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["legend type"] = {
					["title"] = "legend title",
					["icon format"] = "legend",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
				["legend type short name"] = {
					["title"] = "[[501 Züm Queen]]",
					["short name"] = "legend type",
					["icon format"] = "legend",
					["color"] = "ff0000",
					["text color"] = "FFFFFF",
				},
			},
		},
		["link line"] = {
			["title"] = "[[501 Züm Queen]]",
			["icon format"] = "link",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["link line short name"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "link line",
			["icon format"] = "link",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["route line"] = {
			["title"] = "[[501 Züm Queen]]",
			["icon format"] = "route",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["route line short name"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "route line",
			["icon format"] = "route",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["croute line"] = {
			["title"] = "[[501 Züm Queen]]",
			["icon format"] = "croute",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["croute line short name"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "croute line",
			["icon format"] = "croute",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["xroute line"] = {
			["title"] = "[[501 Züm Queen]]",
			["icon format"] = "xroute",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["xroute line short name"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "xroute line",
			["icon format"] = "xroute",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["legend line"] = {
			["title"] = "[[501 Züm Queen]]",
			["icon format"] = "legend",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["legend line short name"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "legend line",
			["icon format"] = "legend",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
		["Uppercase line"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "Uppercase line",
			["icon format"] = "legend",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
		},
	},
	["aliases"] = {
		["ll"] = "link line",
		["Link line"] = "link line",
		["uppercase line"] = "Uppercase line",
	},
}

return p