Jump to content

Module:Adjacent stations/Hiroshima Rapid Transit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 12:25, 14 June 2022 (Created page with 'local h = "%1 Station (Hiroshima)" local a = "%1 Station (Astram Line)" local p = { ["system title"] = "Hiroshima Rapid Transit", ["name format"] = { ["Astram"] = "font-size: large; font-family:sans-serif; line-height: 100%; color:#000000; background-color: orange; padding: 0.4em 0 0;" }, ["header background color"] = { ["Astram"] = "FFE080" }, ["header text color"] = { ["Astram"] = "000000" }, ["station format"] = { "%1 Station", ["Fu...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local h = "%1 Station (Hiroshima)"
local a = "%1 Station (Astram Line)"
local p = {
	["system title"] = "[[Hiroshima Rapid Transit]]",
	["name format"] = {
		["Astram"] = "font-size: large; font-family:sans-serif; line-height: 100%; color:#000000; background-color: orange; padding: 0.4em 0 0;"
	},
	["header background color"] = {
		["Astram"] = "FFE080"
	},
	["header text color"] = {
		["Astram"] = "000000"
	},
	["station format"] = {
		"%1 Station",
		["Furuichi"] = h,
		["Hakushima"] = {
			["Astram"] = a
		},
		["Hondōri"] = {
			["Astram"] = a
		},
		["Kenchō-mae"] = h,
		["Ōmachi"] = h,
		["Takatori"] = h
	},
	["lines"] = {
		["Astram"] = {
			["title"] = "[[Astram Line]]",
			["color"] = "FF8000",
			["left terminus"] = "Hondōri",
			["right terminus"] = "Kōiki-kōen-mae"
		}
	},
	["aliases"] = {
		["astram"] = "Astram",
		["astram line"] = "Astram"
	}
}

return p