Template:Duration/doc: Difference between revisions
Template page
More actions
Add documentation for the duration template |
No edit summary |
||
| Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
Use the <code> | Use the <code>Seconds</code>, <code>Minutes</code>, <code>Hours</code> and <code>Days</code> parameters to set the duration. | ||
== Examples == | == Examples == | ||
| Line 12: | Line 12: | ||
| <pre>{{Duration|seconds=4830}}</pre> || {{Duration|seconds=4830}} | | <pre>{{Duration|seconds=4830}}</pre> || {{Duration|seconds=4830}} | ||
|- | |- | ||
| <pre>{{Duration| | | <pre>{{Duration|hours=2.5}}</pre> || {{Duration|hours=2.5}} | ||
|- | |- | ||
| <pre>{{Duration|seconds=7200}}</pre> || {{Duration|seconds=7200}} | | <pre>{{Duration|seconds=7200}}</pre> || {{Duration|seconds=7200}} | ||
|- | |- | ||
| <pre>{{Duration|seconds= | | <pre>{{Duration|hours=2|seconds=30}}</pre> || {{Duration|hours=2|seconds=30}} | ||
|- | |- | ||
| <pre>{{Duration|seconds=333}}</pre> || {{Duration|seconds=333}} | | <pre>{{Duration|seconds=333}}</pre> || {{Duration|seconds=333}} | ||
Latest revision as of 05:17, 19 March 2026
This template converts a duration in seconds to a human-readable format that is broken up into hours, minutes, and seconds.
Usage
Use the Seconds, Minutes, Hours and Days parameters to set the duration.
Examples
| Wikitext | Renders as |
|---|---|
{{Duration|seconds=4830}} |
1 h 20 min 30 s |
{{Duration|hours=2.5}} |
2 h 30 min |
{{Duration|seconds=7200}} |
2 h |
{{Duration|hours=2|seconds=30}} |
2 h 30 s |
{{Duration|seconds=333}} |
5 min 33 s |
{{Duration|seconds=120}} |
2 min |
{{Duration|seconds=42}} |
42 s |