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 06:01, 25 June 2022 (Created page with 'local p = { ["system title"] = "VR Group", ["lines"] = { ["link line"] = { ["title"] = "501 Züm Queen", ["short name"] = "501", ["icon format"] = "link", ["color"] = "58A618", ["text color"] = "FFFFFF", }, ["route line"] = { ["title"] = "501 Züm Queen", ["short name"] = "501", ["icon format"] = "route", ["text color"] = "FFFFFF", }, ["croute line"] = { ["title"] = "501 Züm Queen", ["short name"...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[VR Group]]",
	["lines"] = {
		["link line"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "501",
			["icon format"] = "link",
			["color"] = "58A618",
			["text color"] = "FFFFFF",
		},
		["route line"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "501",
			["icon format"] = "route",
			["text color"] = "FFFFFF",
		},
		["croute line"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "501",
			["icon format"] = "croute",
			["color"] = "58A618",
			["text color"] = "FFFFFF",
		},
		["xroute line"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "501",
			["icon format"] = "xroute",
			["text color"] = "FFFFFF",
		},
		["legend line"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "501",
			["icon format"] = "legend",
			["text color"] = "FFFFFF",
		},
		["Uppercase line"] = {
			["title"] = "[[501 Züm Queen]]",
			["short name"] = "501",
			["icon format"] = "legend",
			["text color"] = "FFFFFF",
		},
	},
	["aliases"] = {
		["ll"] = "link line",
		["Link line"] = "link line",
		["uppercase line"] = "Uppercase line",
	},
}

return p