Module:NYCS SSI/configuration
Appearance
return {
alltimes = {
image = 'NYCS-SSI-alltimes',
text = 'Stops all times'
},
allexceptnights = {
image = 'NYCS-SSI-allexceptnights',
text = 'Stops all times except late nights'
},
allexceptweekdaynights = {
image = 'NYCS-SSI-allexceptnights',
text = 'Stops all times except weekday late nights'
},
nights = {
image = 'NYCS-SSI-nightsonly',
text = 'Stops late nights only'
},
nightsonly = "nights",
nightsweekdays = {
image = 'NYCS-SSI-nightsweekdays',
text = 'Stops late nights and weekdays'
},
nightsweekends = {
image = 'NYCS-SSI-nightsweekends',
text = 'Stops late nights and weekends'
},
weekdaysnights = {
image = 'NYCS-SSI-nightsweekdays',
text = 'Stops weekdays and weekday late nights'
},
weekendsnights = {
image = 'NYCS-SSI-weekendsonly',
text = 'Stops weekends and weekend late nights'
},
weekdays = {
image = 'NYCS-SSI-weekdaysonly',
text = 'Stops weekdays during the day'
},
weekdaysonly = "weekdays",
weekends = {
image = 'NYCS-SSI-weekendsonly',
text = 'Stops weekends during the day'
},
weekendsonly = "weekends",
evenings = {
image = 'NYCS-SSI-weekdaysonly',
text = 'Stops weekday evenings only'
},
eveningsonly = "evenings",
weekendsevenings = {
image = 'NYCS-SSI-weekendsonly',
text = 'Stops weekends and weekday evenings'
},
allexceptrush = {
image = 'NYCS-SSI-allexceptrush',
text = 'Stops all times except rush hours in the peak direction'
},
allexceptweekdays = {
image = 'NYCS-SSI-allexceptrush',
text = 'Stops all times except weekdays in the peak direction'
},
dailyexceptrush = {
image = 'NYCS-SSI-allexceptrush',
text = 'Stops daily except rush hours in the peak direction'
},
weekdaysexceptrush = {
image = 'NYCS-SSI-allexceptrush',
text = 'Stops weekdays except rush hours in the peak direction'
},
rush = {
image = 'NYCS-SSI-rushonly',
text = 'Stops rush hours only'
},
rushonly = "rush",
rushpeak = {
image = 'NYCS-SSI-rushpeak',
text = 'Stops rush hours in the peak direction only',
},
rushreversepeak = {
image = 'NYCS-SSI-rushreversepeak',
text = 'Stops rush hours in the reverse-peak direction only'
},
limitedrushreversepeak = {
image = 'NYCS-SSI-rushreversepeak',
text = 'Stops rush hours in the reverse-peak direction only (limited service)'
},
weekdayspeak = {
image = 'NYCS-SSI-rushpeak',
text = 'Stops weekdays in the peak direction only'
},
limitedrush = {
image = 'NYCS-SSI-rushonly',
text = 'Stops rush hours only (limited service)'
},
limitedrushpeak = {
image = 'NYCS-SSI-rushpeak',
text = 'Stops rush hours in the peak direction only (limited service)'
},
closed = {
image = 'NYCS-SSI-closed',
text = 'Station closed'
},
none = {
image = 'Transparent square',
text = 'No service indication'
},
passed = {
image_substitute = '<abbr title="Does not stop at this station">|</abbr>',
text = 'Does not stop at this station'
},
default = {
image = 'Transparent square',
text = 'Station service unknown'
}
}