Module:Adjacent stations/testcases/Test module
Appearance
This is an Adjacent stations module used for Module:Adjacent stations/testcases testing. This module is not for testing code. Do not edit this module as changes to it will break the testcases.
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"] = "[[501 Züm Queen]]",
["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"] = "[[501 Züm Queen]]",
["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"] = "[[501 Züm Queen]]",
["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"] = "[[501 Züm Queen]]",
["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"] = "[[501 Züm Queen]]",
["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