Pages which use this infobox are listed at Category:Tutorials.
Template:Infobox tutorial: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{| align="right" class="infobox" | <noinclude>{{Infobox template|class=Tutorial|category=Tutorials}} | ||
This infobox displays the key information about a ''Tutorial''—a how-to article. | |||
=== Subtemplates === | |||
Two subtemplates support this display: | |||
* [[Template:Infobox tutorial/part]] displays a part with number and name. | |||
* [[Template:Infobox tutorial/error]] an associated error code with the error message as tooltip text. | |||
</noinclude><!-- | |||
--><includeonly>{| align="right" class="infobox" style="max-width:350px" | |||
|- | |- | ||
! colspan="2" class="infobox-title" | {{{title}}} | ! colspan="2" class="infobox-title" | {{{title}}} | ||
| Line 5: | Line 14: | ||
-->{{#if:{{{difficulty|}}}|<tr><th scope="row">Difficulty</th><td>{{{difficulty}}}</td></tr>|}}<!-- | -->{{#if:{{{difficulty|}}}|<tr><th scope="row">Difficulty</th><td>{{{difficulty}}}</td></tr>|}}<!-- | ||
-->{{#if:{{{time|}}}|<tr><th scope="row">Duration</th><td>{{{time}}}</td></tr>|}}<!-- | -->{{#if:{{{time|}}}|<tr><th scope="row">Duration</th><td>{{{time}}}</td></tr>|}}<!-- | ||
-->{{#if:{{{ | -->{{#if:{{{series_type|}}}|<tr><th scope="row">For series</th><td>{{#if:{{{series_label|}}}|{{{series_label}}}|{{#switch: {{{series_type|}}} | ||
-->{{#if:{{{tools|}}}|<tr><th scope="row">Tools | | All = All series | ||
-->{{#if:{{{parts|}}}|<tr><th scope="row">Parts | | GR/FR = {{machine chip|GR}}{{machine chip|FR}} | ||
-->{{#if:{{{errors|}}}|<tr><th scope="row"> | | RP/RN = {{machine chip|RP}}{{machine chip|RN}} | ||
|} | | Z+ = {{Z+}} | ||
</includeonly> | | Two-drum = {{machine chip|MZ}}{{machine chip|MV}}{{machine chip|MD}}{{machine chip|ME}}{{machine chip|MF}}{{machine chip|MH}} | ||
| Other = {{#arraymap:{{{series|}}}|,|@@@@|{{machine chip|{{#show:@@@@|?Is series}}}}|}} | |||
}}}}</td></tr>|}}<!-- | |||
-->{{#if:{{{tools|}}}|<tr><th scope="row">Tools</th><td>{{#arraymap:{{{tools}}}|,|@@@@|<div>@@@@</div>|}}</td></tr>|}}<!-- | |||
-->{{#if:{{{parts|}}}|<tr><th scope="row">Parts</th><td>{{{parts}}}</td></tr>|}}<!-- | |||
-->{{#if:{{{errors|}}}|<tr><th scope="row">Error codes</th><td>{{{errors}}}</td></tr>|}} | |||
|}<!-- | |||
--></includeonly> | |||
Latest revision as of 15:26, 30 November 2025
This infobox displays the key information about a Tutorial—a how-to article.
Subtemplates
Two subtemplates support this display:
- Template:Infobox tutorial/part displays a part with number and name.
- Template:Infobox tutorial/error an associated error code with the error message as tooltip text.