Created page with "local p = { ["system title"] = "{{P|alcantaramark}}'s carts", ["system icon"] = "", ["station format"] = { "%1 Station", }, ["lines"] = { ["ALF"] = { ["title"] = "Cart Connection", ["color"] = "006400", ["left terminus"] = "Kitty's Farm", ["right terminus"] = "Factory Area", }, }, } return p" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
local p = { | local p = { | ||
["system title"] = " | ["system title"] = "alcantaramark's carts", | ||
["system icon"] = "", | ["system icon"] = "", | ||
["station format"] = { | ["station format"] = { | ||
Line 7: | Line 7: | ||
["lines"] = { | ["lines"] = { | ||
["ALF"] = { | ["ALF"] = { | ||
["title"] = "Cart Connection", | ["title"] = "[[Alcantaramark's Carts|Cart Connection]]", | ||
["color"] = "006400", | ["color"] = "006400", | ||
["left terminus"] = "Kitty's Farm", | ["left terminus"] = "Kitty's Farm", |
Latest revision as of 11:49, 20 July 2024
local p = {
["system title"] = "alcantaramark's carts",
["system icon"] = "",
["station format"] = {
"%1 Station",
},
["lines"] = {
["ALF"] = {
["title"] = "[[Alcantaramark's Carts|Cart Connection]]",
["color"] = "006400",
["left terminus"] = "Kitty's Farm",
["right terminus"] = "Factory Area",
},
},
}
return p