Template:Duration/doc
This is a documentation subpage for Template:Duration. It may contain usage information, categories and other content that is not part of the original template page. |
For use in templates emitting the hAudio microformat.
Usage
change<code> {{Duration |h= |m= |s= }} </code>
Where:
- h= hours
- m= minutes
- s= seconds
m and s values default to zero if not set, according to the pattern below.
Parent templates
changeThis template can be used in:
- {{Infobox album}}
- {{Infobox single}}
- {{Infobox song}}
- {{Singles}}
not all of which currently emit hAudio; work to have them do so is in hand.
Examples
change{{Duration|h=1|m=22|s=34}}
renders as: 1:22:34{{Duration|m=74|s=32}}
renders as: 74:32{{Duration|m=2|s=34}}
renders as: 2:34{{Duration|h=1|s=34}}
renders as: 1:00:34{{Duration|h=1}}
renders as: 1:00:00{{Duration|h=0|m=22|s=34}}
renders as: 0:22:34{{Duration|h=0|m=0|s=34}}
renders as: 0:00:34{{Duration|h=1|m=22|s=34.5678}}
renders as: 1:22:34.5678{{Duration|h=1|m=22|s=3}}
renders as: 1:22:03{{Duration|h=1|m=2|s=34}}
renders as: 1:02:34{{Duration|h=1|m=2|s=3}}
renders as: 1:02:03{{Duration|h=1|m=2}}
renders as: 1:02:00{{Duration|s=34}}
renders as: 0:34{{Duration|m=0|s=34}}
renders as: 0:34{{Duration|h=1|m=0|s=34}}
renders as: 1:00:34{{Duration|h=1|m=22|s=0}}
renders as: 1:22:00{{Duration|h=one|m=22|s=0}}
renders as: Error in Module:Duration: Invalid values{{Duration|h=1|m=22|s=78}}
renders as: Error in Module:Duration: Seconds value must be less than 60{{Duration|h=1.1|m=2.2}}
renders as: Error in Module:Duration: Hours and minutes values must be integers
Numbered parameters
change{{Duration|1|22|34}}
renders as: 1:22:34{{Duration||74|32}}
renders as: 74:32{{Duration|1|2|34}}
renders as: 1:02:34{{Duration|1|2|3}}
renders as: 1:02:03{{Duration|0|22|34}}
renders as: 0:22:34{{Duration|0|0|34}}
renders as: 0:00:34{{Duration||0|34}}
renders as: 0:34{{Duration|||34}}
renders as: 0:34{{Duration|1|22|34.5678}}
renders as: 1:22:34.5678{{Duration||1|22}}
renders as: 1:22{{Duration|1|22}}
renders as: 1:22:00{{Duration|1|22|0}}
renders as: 1:22:00{{Duration|1|22|}}
renders as: 1:22:00{{Duration|0|0|0}}
renders as:{{Duration|||}}
renders as:{{Duration|1|22|34|55}}
renders as: Error in Module:Duration: Parameter number 4 should not be specified{{Duration|one|22|0}}
renders as: Error in Module:Duration: Invalid values{{Duration|1|22|78}}
renders as: Error in Module:Duration: Seconds value must be less than 60{{Duration|1.1|2.2}}
renders as: Error in Module:Duration: Hours and minutes values must be integers
Microformat
changeThe HTML mark up produced by this template includes HTML classes intended to be part of an hAudio microformat, which makes an audio recording's details parsable by computers, either acting automatically to catalogue articles across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to a playlist or database. For more information about the use of microformats on Wikipedia, please see the microformat project.
These classes may include:
- fn
- album
- description
- category
- contributor
- duration
- h
- item
- min
- photo
- position
- price
- published
- s
Please do not rename or remove these classes; nor collapse nested elements which use them.