pub fn show_station_timetable(
(InMut, In): (InMut<'_, Ui>, In<(Entity, Entity)>),
station_names: Query<'_, '_, (&Name, Option<&Depot>), With<Station>>,
vehicle_sets: Query<'_, '_, &Children, With<VehicleSet>>,
vehicles: Query<'_, '_, (Entity, &Name, &Schedule), With<Vehicle>>,
timetable_entries: Query<'_, '_, (&TimetableEntry, &ChildOf)>,
msg_open_tab: MessageWriter<'_, UiCommand>,
)Expand description
Display station times in Japanese style timetable