Документацијата за овој модул можете да ја создадете на Модул:Adjacent stations/МЖ/док

local p = {
	["system title"] = "[[Македонски железници]]",
	["system icon"] = "[[File:Македонски железници Инфраструктура-Лого.svg|18px|link=Македонски железници]]",
	["station format"] = {
		"ЖС „%1“",

	},
	["lines"] = {
		["_default"] = {
			["title"] = "Линија %1",
		},
		["Скопје-Кичево"] = {
			["color"] = "A1CF4A",
			["text color"] = "FFFFFF",
			["short name"] = "Скопје-Кичево",
			["left terminus"] = "Скопје",
			["right terminus"] = "Кичево",
		},
		["Зајас-Тајмиште"] = {
			["color"] = "00B259",
			["text color"] = "FFFFFF",
			["short name"] = "Зајас-Тајмиште",
			["left terminus"] = "Зајас",
			["right terminus"] = "Тајмиште",
		},
		["Ѓорче Петров-Блаце"] = {
			["color"] = "FFCC04",
			["text color"] = "FFFFFF",
			["short name"] = "Ѓорче Петров-Блаце",
			["left terminus"] = "Ѓорче Петров",
			["right terminus"] = "Блаце",
		},
		["Скопје-Табановце"] = {
			["color"] = "F89521",
			["text color"] = "FFFFFF",
			["short name"] = "Скопје-Табановце",
			["left terminus"] = "Скопје",
			["right terminus"] = "Табановце",
		},
		["Скопје-Велес"] = {
			["color"] = "F89521",
			["text color"] = "FFFFFF",
			["short name"] = "Скопје-Велес",
			["left terminus"] = "Скопје",
			["right terminus"] = "Велес",
		},
		["Велес-Битола"] = {
			["color"] = "F89521",
			["text color"] = "FFFFFF",
			["short name"] = "Велес-Битола",
			["left terminus"] = "Велес",
			["right terminus"] = "Битола",
		},
		["Велес-Кочани"] = {
			["color"] = "717FBE",
			["text color"] = "FFFFFF",
			["short name"] = "Велес-Кочани",
			["left terminus"] = "Велес",
			["right terminus"] = "Кочани",
		},
		["Велес-Гевгелија"] = {
			["color"] = "e43d2e",
			["text color"] = "FFFFFF",
			["short name"] = "Велес-Гевгелија",
			["left terminus"] = "Велес",
			["right terminus"] = "Гевгелија",
		},
		["Велес-Кременица"] = {
			["color"] = "8781bd",
			["text color"] = "FFFFFF",
			["short name"] = "Велес-Кременица",
			["left terminus"] = "Велес",
			["right terminus"] = "Кременица",
		},
		["Бакарно Гумно-Сопотница"] = {
			["color"] = "00984a",
			["text color"] = "FFFFFF",
			["short name"] = "Бакарно Гумно-Сопотница",
			["left terminus"] = "Бакарно Гумно",
			["right terminus"] = "Сопотница",
		},
		["Градско-Шивец"] = {
			["color"] = "c9a527",
			["text color"] = "FFFFFF",
			["short name"] = "Градско-Шивец",
			["left terminus"] = "Градско",
			["right terminus"] = "Шивец",
		},
		["Куманово-Бељаковце"] = {
			["color"] = "f7941d",
			["text color"] = "FFFFFF",
			["short name"] = "Куманово-Бељаковце",
			["left terminus"] = "Куманово",
			["right terminus"] = "Бељаковце",
		},
	},
}

return p