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/CDGVAL

From Wikipedia, the free encyclopedia

local terminal = "Charles de Gaulle Airport#%1"
local line1 = "CDGVAL#Line 1"
local line2 = "CDGVAL#Line 2"

local p = {
	["system title"] = "[[CDGVAL]]",
	["system icon"] = "[[File:Paris logo orlyval jms.svg|16px|link=CDGVAL|CDGVAL]]",
	["station format"] = {
		"%1 station",
		["Terminal 1"] = terminal,
		["Parking Area PR"] = line1,
		["Terminal 3 – Roissypole"] = "Aéroport Charles de Gaulle 1 station",
		["Parking Area PX"] = line1,
		["Parc PX"] = line1,
		["Terminal 2 – Gare"] = "Aéroport Charles de Gaulle 2 TGV station",
		["Terminal 2E"] = line2,
		["Satellite 3"] = line2,
		["Satellite 4"] = line2,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[CDGVAL#%1|%1]]",
			["icon"] = "[[File:Paris logo orlyval jms.svg|16px|link=CDGVAL|CDGVAL]]",
			["color"] = "25303B",
			["text color"] = "FFFFFF",
		},
		["Line 1"] = {
			["left terminus"] = "Terminal 2 – Gare",
			["right terminus"] = "Terminal 1",
		},
		["Line 2"] = {
			["left terminus"] = "Satellite 4",
			["right terminus"] = "Terminal 2E",
		},
	},
	["aliases"] = {
		["1"] = "Line 1",
		["2"] = "Line 2",
	}
}

return p