יחידה:Adjacent stations/Dankal

מתוך ויקיפדיה, האנציקלופדיה החופשית

ניתן ליצור תיעוד על היחידה הזאת בדף יחידה:Adjacent stations/Dankal/תיעוד

local color = {
	red = "FA0505",
}

local p = {
	["system title"] = "[[דנקל]]",
	["system icon"] = "[[קובץ:Dankal Logo.svg|15px|link=רכבת ישראל]]",
	["station format"] = {
		"תחנת %1",
		["תחנה מרכזית פתח תקווה"] = "[התחנה המרכזית של פתח תקווה|תחנה מרכזית פתח תקווה]",
		["קריית אריה"] = "[דפו קריית אריה|קריית אריה]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "%1",	
		},
		["R1"] = {
			["color"] = color.red,
			["right terminus"] = "תחנה מרכזית פתח תקווה",
			["left terminus"] = "הקוממיות",
		},
		["R2"] = {
			["color"] = color.red,
			["right terminus"] = "קריית אריה",
			["left terminus"] = "הקוממיות",
		},
		["R3"] = {
			["color"] = color.red,
			["right terminus"] = "קריית אריה",
			["left terminus"] = "אליפלט",
		},
	},
}

return p