Difference between revisions of "Module:Adjacent stations/Alishan Forest Railway"

From blackwiki
Jump to navigation Jump to search
blackwiki>Szqecs
blackwiki>Szqecs
Line 1: Line 1:
require ("Module:Adjacent stations/Taiwan Railways")
+
local p = {
 +
["system title"] = "Alishan Forest Railway",
 +
["system icon"] = "",
 +
["station format"] = {
 +
"",
 +
[""] = "",
 +
},
 +
["lines"] = {
 +
[""] = {
 +
["title"] = "",
 +
["color"] = "",
 +
["left terminus"] = "",
 +
["right terminus"] = "",
 +
},
 +
},
 +
}
 +
 
 +
return p

Revision as of 09:58, 3 September 2018

local p = {
	["system title"] = "Alishan Forest Railway",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		[""] = {
			["title"] = "",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p