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

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

Revision as of 08:22, 26 January 2019

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

local p = {
	["system title"] = "[[Kaohsiung Rapid Transit]]",
	["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit]]",
	["station format"] = {
		"%1 MRT station",
		["Ciaotou station"] = "Qiaotou station",
		["Kaohsiung main station"] = "%1",
		["Hamasen"] = "Hamasen LRT station",
		["Lizihnei"] = "Lizihnei LRT station",
		["Zuoying"] = "Zuoying HSR station"
	},
	["lines"] = {
		["Red"] = {
			["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
			["color"] = "ea0061",
			["left terminus"] = "Gangshan South",
			["right terminus"] = "Siaogang"
		},
		["Orange"] = {
			["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
			["color"] = "fd973c",
			["left terminus"] = "Sizihwan",
			["right terminus"] = "Daliao"
		},
		["Circular"] = {
			["title"] = "[[Circular light rail]]",
			["color"] = "77c35e",
			["left terminus"] = "Hamasen",
			["right terminus"] = "Lizihnei"
		}
	},
	["aliases"] = {
		["r"] = "Red",
		["o"] = "Orange",
		["c"] = "Circular"
	}
}

return p