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 |
||
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 === | |||
Multiple subtemplates support this display: | |||
* [[Template:Infobox tutorial/tool]] lists the each tool (both required and optional) needed for this tutorial. | |||
* [[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" | |||
|- | |- | ||
! colspan="2" class="infobox-title" | {{{title}}} | ! colspan="2" class="infobox-title" | {{{title}}} | ||
Line 9: | Line 19: | ||
-->{{#if:{{{parts|}}}|<tr><th scope="row">Parts needed</th><td>{{{parts}}}</td></tr>|}}<!-- | -->{{#if:{{{parts|}}}|<tr><th scope="row">Parts needed</th><td>{{{parts}}}</td></tr>|}}<!-- | ||
-->{{#if:{{{errors|}}}|<tr><th scope="row">Related errors</th><td>{{{errors}}}</td></tr>|}} | -->{{#if:{{{errors|}}}|<tr><th scope="row">Related errors</th><td>{{{errors}}}</td></tr>|}} | ||
|} | |}<!-- | ||
</includeonly> | --></includeonly> |
Revision as of 21:27, 29 January 2025
This infobox displays the key information about a Tutorial—a how-to article.
Subtemplates
Multiple subtemplates support this display:
- Template:Infobox tutorial/tool lists the each tool (both required and optional) needed for this tutorial.
- 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.