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"] = {
["link line icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "link",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["route line icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "route",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["croute line icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "croute",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["xroute line icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "xroute",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["legend line icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "legend",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["link icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "link",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["route icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "route",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["croute icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "croute",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["xroute icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "xroute",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["legend icon format"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "legend",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
["Uppercase line"] = {
["title"] = "[[501 Züm Queen]]",
["short name"] = "501",
["icon format"] = "legend",
["color"] = "ff0000",
["text color"] = "FFFFFF",
},
},
["aliases"] = {
["ll"] = "link line",
["Link line"] = "link line",
["uppercase line"] = "Uppercase line",
},
}
return p