Category:Track listings with input errors

Summary

The category contains articles in which the track time is specified incorrectly. The correct format is 1:23:45. The first digit of the time must not be zero, except when zero comes after a colon, or when the time is in seconds only. Time segments should also not exceed 60. The template also doesn't support {{Duration}}. Common cases that need to be corrected:

  • 01:11:11 → 1:11:11, but 01:01:11 → 1:01:11
  • 0:11:11 → 11:11, but 0:11:01 → 11:01
  • 0:01:11 → 1:11, but 0:01:01 → 1:01
  • 01:11 → 1:11, but 01:01 → 1:01
  • 61:23 → 1:01:23
  • 0:61 → 1:01
  • {{Duration|1|2|34}} → 1:02:34