Template:Infobox tutorial: Difference between revisions

From stencil.wiki
No edit summary
Tag: Reverted
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


=== Subtemplates ===
=== Subtemplates ===
Multiple subtemplates support this display:
Two subtemplates support this display:
* [[Template:Infobox tutorial/part]] displays a part with number and name.
* [[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.
* [[Template:Infobox tutorial/error]] an associated error code with the error message as tooltip text.


</noinclude><!--
</noinclude><!--
--><includeonly>{| align="right" class="infobox"
--><includeonly>{| align="right" class="infobox" style="max-width:350px"
|-
|-
! colspan="2" class="infobox-title" | {{{title}}}
! colspan="2" class="infobox-title" | {{{title}}}
Line 14: 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:{{{series|}}}|<tr><th scope="row">For series</th><td><div>{{#arraymaptemplate:{{{series}}}|Machine chip|,|</div><div>}}</div></td></tr>|}}<!--
-->{{#if:{{{series|}}}|<tr><th scope="row">For series</th><td>{{#arraymap:{{{series}}}|,|@@@@|[[@@@@|{{#show:@@@@|?Is series}}]]|,&nbsp;}}</td></tr>|}}<!--
-->{{#if:{{{tools|}}}|<tr><th scope="row">Tools</th><td>{{#arraymap:{{{tools}}}|,|@@@@|<div>@@@@</div>|}}</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:{{{parts|}}}|<tr><th scope="row">Parts</th><td>{{{parts}}}</td></tr>|}}<!--

Latest revision as of 14:37, 4 February 2025

Warning: Infobox template
This is an infobox template for the Tutorial class—it is used as a display template for Template:Tutorial, with values from the associated Form:Tutorial, and should never be transcluded outside of that context.

Pages which use this infobox are listed at Category:Tutorials.

This infobox displays the key information about a Tutorial—a how-to article.

Subtemplates

Two subtemplates support this display: