Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/Transwa

Permanently protected module
From Wikipedia, the free encyclopedia

local x = "%1 railway station, Perth"
local y = "%1 railway station, Western Australia"
local z = "%1, Western Australia"

local p = {
	["system title"] = "[[Transwa]]",
	["system icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
	["system color"] = "ec4025",
	["name format"] = "font-family: Arial, sans; background-color: #ffffff; font-weight: normal; font-size: 160%; color: #000000; border: 1px solid #dddddd; padding: 0.4em; white-space: nowrap; margin: 0.25em;",
	["line icon format"] = "link",
	["station format"] = {
		"%1 railway station",
		
		["Armadale"] = x,
		["Midland"] = x,
		
		["Harvey"] = y,
		["Northam"] = y,
		["Southern Cross"] = y,
		
		["Bodallin"] = z,
		["Bonnie Vale"] = z,
		["Brunswick Junction"] = y,
		["Burracoppin"] = z,
		["Carrabin"] = z,
		["Cookernup"] = z,
		["Doodlakine"] = z,
		["Cunderdin"] = z,
		["Hines Hill"] = z,
		["Kellerberrin"] = z,
		["Koolyanobbing"] = z,
		["Moorine Rock"] = z,
		["North Dandalup"] = z,
		["Tammin"] = z,
		["Waroona"] = z,
		["Yarloop"] = z
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] = "ec4025"
		},
		["Australind"] = {
			["title"] = "[[Australind (train)|Australind]]",
			["color"] = "4d397c",
			["left terminus"] = "Perth",
			["right terminus"] = "Bunbury",
			["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
		},
		["MerredinLink"] = {
			["color"] = "6e961b",
			["left terminus"] = "East Perth",
			["right terminus"] = "Merredin",
			["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
		},
		["AvonLink"] = {
			["color"] = "6e961b",
			["left terminus"] = "East Perth",
			["right terminus"] = "Northam",
			["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
		},
		["Prospector"] = {
			["title"] = "[[Prospector (Western Australian train)|Prospector]]",
			["color"] = "fcca36",
			["left terminus"] = "East Perth",
			["right terminus"] = "Kalgoorlie",
			["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
		}
	}
}

return p