Jump to content

Module:Adjacent stations/RelaxingRailway: Difference between revisions

no edit summary
(Created page with "local p = { ["system title"] = "RelaxingRailway", ["system icon"] = "", ["station format"] = { "%1 Station", ["RelaxingIsland"] = "RelaxingIsland", }, ["lines"] = { ["HAI"] = { ["title"] = "Cart Connection", ["color"] = "006400", ["left terminus"] = "Have Idea", ["right terminus"] = "RelaxingIsland", }, }, } return p")
 
No edit summary
 
Line 5: Line 5:
"%1 Station",
"%1 Station",
["RelaxingIsland"] = "RelaxingIsland",
["RelaxingIsland"] = "RelaxingTravelCentre",
},
},
["lines"] = {
["lines"] = {
Line 12: Line 12:
["color"] = "006400",
["color"] = "006400",
["left terminus"] = "Have Idea",
["left terminus"] = "Have Idea",
["right terminus"] = "RelaxingIsland",
["right terminus"] = "Furina Island",
},
},
},
},