Module:Adjacent stations/Ahmedabad Metro: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(44 intermediate revisions by 7 users not shown)
Line 1:
local nag = "%1 metro station (Ahmedabad)"
 
local p = {
["system title"] = "[[Ahmedabad Metro]]",
["system icon"] = "[[File:GMRC logo.png|22px|link=Ahmedabad Metro|alt=Logo of GMRC]]",
["namecolor box format"] = "title",
["system color"] = "0983ce000080",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bold; line-height: 100%; color: #000080;",
["header background color"] = "293a54",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 metro station",
Line 11 ⟶ 17:
["color"] = "cccccc",
["text color"] = "FFFFFF",
},
["Blue"] = {
["titlecolor"] = "[[Blue Line (Ahmedabad Metro)|Blue Line]]0088D1",
["color"] = "0983ce",
["left terminus"] = "Thaltej Gam",
["right terminus"] = "Vastral Gam",
},
["Red"] = {
["titlecolor"] = "[[Red Line (Ahmedabad Metro)|Red Line]]FF5252",
["colorleft terminus"] = "f52532APMC",
["right terminus"] = "Motera Stadium",
},
["Yellow"] = {
["color"] = "FED703",
["text color"] = "000",
["left terminus"] = "Motera Stadium",
["right terminus"] = "APMCSachivalaya (Gandhinagar)",
},
["Violet"] = {
["color"] = "9C27B0",
["left terminus"] = "GNLU",
["right terminus"] = "GIFT City",
}
 
},
["aliases"] = {
["blue"] = "Blue",
["red"] = "Red",
["yellow"] = "Yellow",
},
["violet"] = "Violet",
["line 1"] = "Blue",
["line 2"] = "Red",
["line 3"] = "Yellow",
["line 4"] = "Violet",
["Line 1"] = "Blue",
["Line 2"] = "Red",
["Line 3"] = "Yellow",
["Line 4"] = "Violet"
}
}