pub fn show_station_timetable(
(InMut, In): (InMut<'_, Ui>, In<Entity>),
vehicle_sets: Query<'_, '_, (Entity, &Children, &Name), With<VehicleSet>>,
vehicles: Query<'_, '_, (Entity, &Name, &VehicleScheduleCache, &VehicleSchedule), With<Vehicle>>,
station_names: Query<'_, '_, &Name, With<Station>>,
station_caches: Query<'_, '_, &StationCache>,
service_names: Query<'_, '_, &Name, With<VehicleService>>,
timetable_entries: Query<'_, '_, (&TimetableEntry, &TimetableEntryCache, &ChildOf)>,
msg_open_ui: MessageWriter<'_, UiCommand>,
page_settings: Local<'_, PageSettings>,
selected_line_cache: Local<'_, SelectedLineCache>,
)Expand description
Display station times in Japanese style timetable