Difference between revisions of "Module:Adjacent stations/Danhai light rail"

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035
(Created page with 'local x = "%1 MRT station" local p = { ["system title"] = "Danhai light rail", ["line icon format"] = "croute", ["station format"] = { "%1 LRT station"...')
 
blackwiki>Jc86035
m (lowercase "line")
Line 16: Line 16:
 
["lines"] = {
 
["lines"] = {
 
["_default"] = {
 
["_default"] = {
["title"] = "%1 Line",
+
["title"] = "%1 line",
 
["color"] = "9e652e"
 
["color"] = "9e652e"
 
},
 
},

Revision as of 16:27, 30 December 2018

Documentation for this module may be created at Module:Adjacent stations/Danhai light rail/doc

local x = "%1 MRT station"

local p = {
	["system title"] = "[[Danhai light rail]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 LRT station",
		
		["Hongshulin"] = x,
		["Tamsui"] = x,
		
		["Xinshi 1st Rd"] = "Xinshi First Road",
		["Xinshi 1st Rd."] = "Xinshi First Road",
		["Xinshi 1st Road"] = "Xinshi First Road"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "%1 line",
			["color"] = "9e652e"
		},
		["Green Mountain"] = {
			["left terminus"] = "Hongshulin",
			["right terminus"] = "Kanding"
		},
		["Blue Ocean"] = {
			["left terminus"] = "Tamsui",
			["right terminus"] = "Kanding"
		},
		["Bali"] = {
			["left terminus"] = "Tamsui Fisherman's Wharf",
			["right terminus"] = "Bali"
		}
	}
}

return p