Difference between revisions of "Module:Adjacent stations/Kaohsiung Rapid Transit"

From blackwiki
Jump to navigation Jump to search
blackwiki>Ythlev
blackwiki>Owennson
Line 1: Line 1:
 
local p = {
 
local p = {
["system title"] = "[[Kaohsiung Rapid Transit]]",
+
["system title"] = "[[高雄捷運]]",
["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit]]",
+
["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=高雄摍運]]",
 
["station format"] = {
 
["station format"] = {
"%1 MRT station",
+
"%1站",
["Ciaotou station"] = "Qiaotou station",
+
["橋頭火車站"] = "橋頭火車站",
["Kaohsiung main station"] = "%1",
+
["高雄車站"] = "%1",
["Hamasen"] = "Hamasen LRT station",
+
["哈瑪星"] = "哈瑪星站",
["Lizihnei"] = "Lizihnei LRT station",
+
["籬子內"] = "籬子內站",
["Zuoying"] = "Zuoying HSR station"
+
["左營"] = "新左營站"
 
},
 
},
 
["lines"] = {
 
["lines"] = {
["Red"] = {
+
[""] = {
["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
+
["title"] = "[[高雄捷運紅線|紅線]]",
 
["color"] = "ea0061",
 
["color"] = "ea0061",
["left terminus"] = "Gangshan South",
+
["left terminus"] = "南岡山",
["right terminus"] = "Siaogang"
+
["right terminus"] = "小港"
 
},
 
},
["Orange"] = {
+
[""] = {
["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
+
["title"] = "[[高雄捷運橘線|橘線]]",
 
["color"] = "fd973c",
 
["color"] = "fd973c",
["left terminus"] = "Sizihwan",
+
["left terminus"] = "西子灣",
["right terminus"] = "Daliao"
+
["right terminus"] = "大寮"
 
},
 
},
["Circular"] = {
+
[""] = {
["title"] = "[[Circular light rail]]",
+
["title"] = "[[高雄環狀輕軌]]",
 
["color"] = "77c35e",
 
["color"] = "77c35e",
["left terminus"] = "Hamasen",
+
["left terminus"] = "哈瑪星",
["right terminus"] = "Lizihnei"
+
["right terminus"] = "籬子內"
 
}
 
}
 
},
 
},

Revision as of 08:21, 26 January 2019

Documentation for this module may be created at Module:Adjacent stations/Kaohsiung Rapid Transit/doc

local p = {
	["system title"] = "[[高雄捷運]]",
	["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=高雄摍運]]",
	["station format"] = {
		"%1站",
		["橋頭火車站"] = "橋頭火車站",
		["高雄車站"] = "%1",
		["哈瑪星"] = "哈瑪星站",
		["籬子內"] = "籬子內站",
		["左營"] = "新左營站"
	},
	["lines"] = {
		["紅"] = {
			["title"] = "[[高雄捷運紅線|紅線]]",
			["color"] = "ea0061",
			["left terminus"] = "南岡山",
			["right terminus"] = "小港"
		},
		["橘"] = {
			["title"] = "[[高雄捷運橘線|橘線]]",
			["color"] = "fd973c",
			["left terminus"] = "西子灣",
			["right terminus"] = "大寮"
		},
		["環"] = {
			["title"] = "[[高雄環狀輕軌]]",
			["color"] = "77c35e",
			["left terminus"] = "哈瑪星",
			["right terminus"] = "籬子內"
		}
	},
	["aliases"] = {
		["r"] = "Red",
		["o"] = "Orange",
		["c"] = "Circular"
	}
}

return p