Module:Adjacent stations/KTM Komuter/testcases

From Wikipedia, the free encyclopedia
local rs = "%1 railway station"
local s = "%1 station"

local p = {
	["system title"] = "[[மலாயா தொடருந்து நிறுவனம்]]<br/>([[கேடிஎம் கொமுட்டர்|கொமுட்டர்]])",
	["system icon"] = "[[File:KTM Komuter logo.svg|20px|link=கேடிஎம் கொமுட்டர்]]",
	["station format"] = {
		"%1 Komuter station",
		["கோலாலம்பூர் சென்ட்ரல்"] = s,
		["கோலாலம்பூர் சென்ட்ரல்"] = "[[கோலாலம்பூர் சென்ட்ரல்]]",
		["சுபாங் ஜெயா"] = s,
		["அப்துல்லா உக்கும்"] = s,
        ["சுங்கை பூலோ"] = s,
        ["பண்டார் தாசேக் செலாத்தான்"] = s,
        ["காஜாங்"] = s,
        ["கோலாலம்பூர்"] = rs,
        ["பத்தாங்காலி"] = rs,
        ["அப்துல்லா உக்கும்"] = s,
        ["பாடாங் பெசார்"] = rs,
        ["புக்கிட் கெத்திரி"] = rs,
        ["ஆராவ்"] = rs,
        ["கொடியாங்"] = rs,
        ["அனாக் புக்கிட்"] = rs,
        ["அலோர் ஸ்டார்"] = rs,
        ["கொபா"] = rs,
        ["குரூண்"] = rs,
        ["சுங்கை பட்டாணி"] = rs,
        ["தாசேக் குளுகோர்"] = rs,
        ["புக்கிட் மெர்தாஜாம்"] = rs,
        ["புக்கிட் தெங்கா"] = rs,
        ["பட்டர்வொர்த்"] = rs,
        ["பாகன் செராய்"] = rs,
        ["பாரிட் புந்தார்"] = rs,
        ["நிபோங் திபால்"] = rs,
        ["சிம்பாங் அம்பாட்"] = rs,
        ["கமுந்திங்"] = rs,
        ["தைப்பிங்"] = rs,
        ["பாடாங் ரெங்காஸ்"] = rs,
        ["ரெம்பாவ்"] = rs,
        ["புலாவ் செபாங்/தம்பின்"] = rs,
        ["தஞ்சோங் மாலிம்"] = rs,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[கேடிஎம் கொமுட்டர்]]",
			["color"] = "1964b7",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["Seremban"] = {
			["title"] = "[[சிரம்பான் வழித்தடம்]]",
			["color"] = "1964b7",
                        ["icon"] = "[[File:KLRT Line 1 icon.svg|40px|link=Seremban Line]]",
			["left terminus"] = "பத்துமலை",
			["right terminus"] = "புலாவ் செபாங்/தம்பின்",
		},
	        ["Port Klang"] = {
			["title"] = "[[கிள்ளான் துறைமுக வழித்தடம்]]",
			["color"] = "dc241f",
                        ["icon"] = "[[File:KLRT Line 2 icon.svg|40px|link=Port Klang Line]]",
			["left terminus"] = "தஞ்சோங் மாலிம்",
			["right terminus"] = "கிள்ளான் துறைமுகம்",
		},
	        ["Skypark"] = {
			["title"] = "[[இசுகைபார்க் வழித்தடம்]]",
			["color"] = "6b6b21",
                        ["icon"] = "[[File:KLRT Line 10 icon.svg|40px|link=Skypark Link]]",
			["left terminus"] = "கோலாலம்பூர் சென்ட்ரல்",
			["right terminus"] = "இசுகைபார்க்",
		},
	        ["Padang Rengas"] = {
			["title"] = "[[மலாயா மேற்கு கடற்கரை தொடருந்து வழித்தடம்|பாடாங் ரெங்காஸ் வழித்தடம்]]",
			["color"] = "1964b7",
			["left terminus"] = "பட்டர்வொர்த்",
			["right terminus"] = "பாடாங் ரெங்காஸ்",
		},
	        ["Padang Besar"] = {
			["title"] = "[[மலாயா மேற்கு கடற்கரை தொடருந்து வழித்தடம்|பாடாங் பெசார் வழித்தடம்]]",
			["color"] = "008000",
			["left terminus"] = "பாடாங் பெசார்",
			["right terminus"] = "பட்டர்வொர்த்",
		},
	},
}

return p