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

From blackwiki
Jump to navigation Jump to search
blackwiki>Szqecs
blackwiki>Szqecs
Line 11: Line 11:
 
},
 
},
 
["lines"] = {
 
["lines"] = {
["Red"] = {
+
["R"] = {
 
["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
 
["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
 
["color"] = "ea0061",
 
["color"] = "ea0061",
Line 17: Line 17:
 
["right terminus"] = "Siaogang"
 
["right terminus"] = "Siaogang"
 
},
 
},
["Orange"] = {
+
["O"] = {
 
["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
 
["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
 
["color"] = "fd973c",
 
["color"] = "fd973c",
Line 23: Line 23:
 
["right terminus"] = "Daliao"
 
["right terminus"] = "Daliao"
 
},
 
},
["Circular"] = {
+
["C"] = {
 
["title"] = "[[Circular light rail]]",
 
["title"] = "[[Circular light rail]]",
 
["color"] = "77c35e",
 
["color"] = "77c35e",
Line 29: Line 29:
 
["right terminus"] = "Lizihnei"
 
["right terminus"] = "Lizihnei"
 
}
 
}
 +
},
 +
["aliases"] = {
 +
["red"] = "R",
 +
["orange"] = "O",
 +
["circular"] = "C"
 
}
 
}
 
}
 
}
  
 
return p
 
return p

Revision as of 08:02, 5 September 2018

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",
		["Hamasen"] = "Sizihwan station",
		["Kaohsiung main station"] = "Kaohsiung station",
		["Lizihnei"] = "Lizihnei LRT station",
		["Zuoying"] = "Zuoying HSR station"
	},
	["lines"] = {
		["R"] = {
			["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
			["color"] = "ea0061",
			["left terminus"] = "Gangshan South",
			["right terminus"] = "Siaogang"
		},
		["O"] = {
			["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
			["color"] = "fd973c",
			["left terminus"] = "Sizihwan",
			["right terminus"] = "Daliao"
		},
		["C"] = {
			["title"] = "[[Circular light rail]]",
			["color"] = "77c35e",
			["left terminus"] = "Hamasen",
			["right terminus"] = "Lizihnei"
		}
	},
	["aliases"] = {
		["red"] = "R",
		["orange"] = "O",
		["circular"] = "C"
	}
}

return p