Template:Runtime infobox/doc: Difference between revisions
(Created page with "{{Documentation subpage}} {{tsh|Rti}} __NOTOC__ This template or it's shortcut {{tl|Rti}} is used to format the runtime in the CD infoboxes. If can support up to 10 discs. It will automatically fill in any missing runtimes for the number of discs given with {{code|--:--}}. The {{para|Included benefits}} and {{para|Included benefits runtime}} are for cds that have enclosed benefits. Below is a table of what to enter for each type of benefit. == Us...") |
mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
__NOTOC__ | __NOTOC__ | ||
This template or it's shortcut {{tl|Rti}} is used to format the runtime in the CD infoboxes. | This template or it's shortcut {{tl|Rti}} is used to format the runtime in the CD infoboxes. It can support up to 10 discs. It will automatically fill in any missing runtimes for the number of discs given with {{code|--:--}}. The {{para|Benefits}} and {{para|Benefits runtime}} are for cds that have enclosed benefits. [[#Included Benefits|Below]] is a table of what to enter for each type of benefit. | ||
== Usages == | == Usages == | ||
* {{tji|Runtime infobox|Number of Discs|Disc 1 Runtime|Disc 2 Runtime|Disc 3 Runtime|Disc 4 Runtime|Disc 5 Runtime|Disc 6 Runtime|Disc 7 Runtime|Disc 8 Runtime|Disc 9 Runtime|Disc 10 Runtime| | * {{tji|Runtime infobox|Number of Discs|Disc 1 Runtime|Disc 2 Runtime|Disc 3 Runtime|Disc 4 Runtime|Disc 5 Runtime|Disc 6 Runtime|Disc 7 Runtime|Disc 8 Runtime|Disc 9 Runtime|Disc 10 Runtime|Benefits:|Benefits runtime:}} | ||
: Using the {{tl|Rti}} shorcut | : Using the {{tl|Rti}} shorcut | ||
* {{tji|Rti|Number of Discs|Disc 1 Runtime|Disc 2 Runtime|Disc 3 Runtime|Disc 4 Runtime|Disc 5 Runtime|Disc 6 Runtime|Disc 7 Runtime|Disc 8 Runtime|Disc 9 Runtime|Disc 10 Runtime| | * {{tji|Rti|Number of Discs|Disc 1 Runtime|Disc 2 Runtime|Disc 3 Runtime|Disc 4 Runtime|Disc 5 Runtime|Disc 6 Runtime|Disc 7 Runtime|Disc 8 Runtime|Disc 9 Runtime|Disc 10 Runtime|Benefits:|Benefits runtime:}} | ||
== Examples == | == Examples == | ||
* {{tlc|Runtime infobox|2|59:26|57:35}} {{Rarr}} {{rti|2|59:26|57:35}} | * {{tlc|Runtime infobox|2|59:26|57:35}} {{Rarr}} {{rti|2|59:26|57:35}} | ||
* {{tlc|Runtime infobox|3|59:26|57:35}} {{Rarr}} {{rti|3|59:26|57:35}} | * {{tlc|Runtime infobox|3|59:26|57:35}} {{Rarr}} {{rti|3|59:26|57:35}} | ||
* {{ | * {{tji|rti|10}} {{Rarr}} {{rti|10}} | ||
* {{tji|rti|10||||||||||}} {{Rarr}} {{rti|10||||||||||}} | |||
==Included Benefits== | ==Included Benefits== | ||
This table shows what needs to be entered when there are enclosed benefits | This table shows what needs to be entered when there are enclosed benefits whose runtime should be included in the infobox. If more need to be added let PenguinPlushie know by posting a comment on her [[User talk:Penguinplushie|talk]] page. If the {{para|Benefit runtime}} is left blank a default value of {{code|--:--}} will be used. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 23: | Line 24: | ||
! Identifier !! Output !! Example Input !! Example Output | ! Identifier !! Output !! Example Input !! Example Output | ||
|- | |- | ||
| LE || Limited Edition: || {{tlc|Runtime infobox|2| | | LE || Limited Edition: || {{tlc|Runtime infobox|2|Benefits {{=}} LE|Benefits runtime {{=}} 15:20}} || {{rti|2|Benefits = LE|Benefits runtime = 15:20}} | ||
|- | |- | ||
| LE Mini || Limited Edition Mini Drama: || {{tlc|Runtime infobox|3| | | LE Mini || Limited Edition Mini Drama: || {{tlc|Runtime infobox|3|Benefits {{=}} LE Mini|Benefits runtime {{=}} }} || {{rti|3|Benefits = LE Mini|Benefits runtime = }} | ||
|- | |- | ||
| LE Talk || Limited Edition Talk CD: || {{tlc|Runtime infobox|2| | | LE Talk || Limited Edition Talk CD: || {{tlc|Runtime infobox|2|Benefits {{=}} LE Talk|Benefits runtime {{=}} 30:25}} || {{rti|2|Benefits = LE Talk|Benefits runtime = 30:25}} | ||
|- | |- | ||
| Enclosed Mini || Enclosed Benefits Mini Drama: || {{tlc|Runtime infobox|4| | | Enclosed Mini || Enclosed Benefits Mini Drama: || {{tlc|Runtime infobox|4|Benefits {{=}} Enclosed Mini|Benefits runtime {{=}} 10:30}} || {{rti|4|Benefits = Enclosed Mini|Benefits runtime = 10:30}} | ||
|- | |- | ||
| Enclosed Talk || Enclosed Benefits Talk CD: || {{ | | Enclosed Talk || Enclosed Benefits Talk CD: || <code><nowiki>{{Runtime infobox|2|||Benefits = Enclosed Talk|Benefits runtime = }}</nowiki></code> || {{rti|2|||Benefits = Enclosed Talk|Benefits runtime = }} | ||
|- | |- | ||
| Special Mini || Special Edition Mini Drama: || {{tlc|Runtime infobox|2| | | Special Mini || Special Edition Mini Drama: || {{tlc|Runtime infobox|2|Benefits {{=}} Special Mini|Benefits runtime {{=}} 12:45}} || {{rti|2|Benefits = Special Mini|Benefits runtime = 12:45}} | ||
|- | |- | ||
| Special Talk || Special Edition Talk CD: || {{tlc|Runtime infobox|2| | | Special Talk || Special Edition Talk CD: || {{tlc|Runtime infobox|2|Benefits {{=}} Special Talk|Benefits runtime {{=}} 25:15}} || {{rti|2|Benefits = Special Talk|Benefits runtime = 25:15}} | ||
|} | |} | ||
Line 120: | Line 121: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "Benefits": { | ||
"label": " | "label": "Included Benefits", | ||
"description": "Identifies the type of benefit that is included.", | "description": "Identifies the type of benefit that is included.", | ||
"type": "string", | "type": "string", | ||
Line 127: | Line 128: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "Benefits runtime": { | ||
"label": "Runtime of | "label": "Runtime of Included Benefits", | ||
"description": "Runtime of the | "description": "Runtime of the included benefits, formatted --:--.", | ||
"type": "string", | "type": "string", | ||
"default": "--:--", | "default": "--:--", | ||
Line 142: | Line 143: | ||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
[[Category:Infobox formatting templates]] | [[Category:Infobox formatting templates]] | ||
}}}}</includeonly> | }}}}</includeonly> |
Latest revision as of 03:32, 20 August 2023
It contains usage information, categories and other content that is not part of the original template page.
|
This template or it's shortcut {{Rti}} is used to format the runtime in the CD infoboxes. It can support up to 10 discs. It will automatically fill in any missing runtimes for the number of discs given with --:--
. The |Benefits=
and |Benefits runtime=
are for cds that have enclosed benefits. Below is a table of what to enter for each type of benefit.
Usages
- {{Runtime infobox
|Number of Discs |Disc 1 Runtime |Disc 2 Runtime |Disc 3 Runtime |Disc 4 Runtime |Disc 5 Runtime |Disc 6 Runtime |Disc 7 Runtime |Disc 8 Runtime |Disc 9 Runtime |Disc 10 Runtime |Benefits= |Benefits runtime=}}
- Using the {{Rti}} shorcut
- {{Rti
|Number of Discs |Disc 1 Runtime |Disc 2 Runtime |Disc 3 Runtime |Disc 4 Runtime |Disc 5 Runtime |Disc 6 Runtime |Disc 7 Runtime |Disc 8 Runtime |Disc 9 Runtime |Disc 10 Runtime |Benefits= |Benefits runtime=}}
Examples
{{Runtime infobox|2|59:26|57:35}}
→ 2 Discs- 59:26
- 57:35
{{Runtime infobox|3|59:26|57:35}}
→ 3 Discs- 59:26
- 57:35
- --:--
- {{rti
|10}} → 10 Discs - --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- {{rti
|10 | | | | | | | | | |}} → 10 Discs - --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
- --:--
Included Benefits
This table shows what needs to be entered when there are enclosed benefits whose runtime should be included in the infobox. If more need to be added let PenguinPlushie know by posting a comment on her talk page. If the |Benefit runtime=
is left blank a default value of --:--
will be used.
Identifier | Output | Example Input | Example Output |
---|---|---|---|
LE | Limited Edition: | {{Runtime infobox|2|Benefits = LE|Benefits runtime = 15:20}} |
2 Discs
Limited Edition: 15:20 |
LE Mini | Limited Edition Mini Drama: | {{Runtime infobox|3|Benefits = LE Mini|Benefits runtime =}} |
3 Discs
Limited Edition Mini Drama: --:-- |
LE Talk | Limited Edition Talk CD: | {{Runtime infobox|2|Benefits = LE Talk|Benefits runtime = 30:25}} |
2 Discs
Limited Edition Talk CD: 30:25 |
Enclosed Mini | Enclosed Benefits Mini Drama: | {{Runtime infobox|4|Benefits = Enclosed Mini|Benefits runtime = 10:30}} |
4 Discs
Enclosed Benefits Mini Drama: 10:30 |
Enclosed Talk | Enclosed Benefits Talk CD: | {{Runtime infobox|2|||Benefits = Enclosed Talk|Benefits runtime = }} |
2 Discs
Enclosed Benefits Talk CD: --:-- |
Special Mini | Special Edition Mini Drama: | {{Runtime infobox|2|Benefits = Special Mini|Benefits runtime = 12:45}} |
2 Discs
Special Edition Mini Drama: 12:45 |
Special Talk | Special Edition Talk CD: | {{Runtime infobox|2|Benefits = Special Talk|Benefits runtime = 25:15}} |
2 Discs
Special Edition Talk CD: 25:15 |
TemplateData
To format the runtime in CD infoboxes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Number of Discs | 1 | The number of discs.
| String | required |
Disc 1 Runtime | 2 | Runtime of the 1st disc, formatted --:--.
| String | optional |
Disc 2 Runtime | 3 | Runtime of the 2nd disc, formatted --:--.
| String | optional |
Disc 3 Runtime | 4 | Runtime of the 3rd disc, formatted --:--.
| String | optional |
Disc 4 Runtime | 5 | Runtime of the 4th disc, formatted --:--.
| String | optional |
Disc 5 Runtime | 6 | Runtime of the 5th disc, formatted --:--.
| String | optional |
Disc 6 Runtime | 7 | Runtime of the 6th disc, formatted --:--.
| String | optional |
Disc 7 Runtime | 8 | Runtime of the 7th disc, formatted --:--.
| String | optional |
Disc 8 Runtime | 9 | Runtime of the 8th disc, formatted --:--.
| String | optional |
Disc 9 Runtime | 10 | Runtime of the 9th disc, formatted --:--.
| String | optional |
Disc 10 Runtime | 11 | Runtime of the 10th disc, formatted --:--.
| String | optional |
Included Benefits | Benefits | Identifies the type of benefit that is included.
| String | optional |
Runtime of Included Benefits | Benefits runtime | Runtime of the included benefits, formatted --:--.
| String | optional |