local p = {
	["system title"] = "[[Fertagus]]",
	["system icon"] = "[[File:Logo_Fertagus_2.svg|18px|link=Fertagus]]",
	["name format"] = "font-size: large; font-family: sans-serif; font-weight: bolder; line-height: 100%; background-color: transparent; padding: 0.2em 0 0 0;",
	["header background color"] = "000033",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 railway station",
		["Entre Campos"] = "Entrecampos railway station",
	},
	["lines"] = {
		["Fertagus"] = {
			["title"] = "[[Linha do Sul]] ([[Fertagus]])",
			["color"] = "1d2d7d",
			["left terminus"] = "Roma-Areeiro",
			["right terminus"] = {"Coina","Setúbal"},
			["types"] = {
				["S"] = {
					["title"] = "",
					["left terminus"] = "Roma-Areeiro",
					["right terminus"] = "Setúbal",
				},
				["Lisbon"] = {
					["title"] = "",
					["left terminus"] = {"Coina","Setúbal"},
					["right terminus"] = "Roma-Areeiro",
				},
			},
		},
    },
	["aliases"] = {
		["Ferta"] = "Fertagus",
	},
}

return p