Difference between revisions of "Template:Tools"
Jump to navigation
Jump to search
adding result to the example
imported>Darkness X m |
imported>Qazaaq (adding result to the example) |
||
Line 1: | Line 1: | ||
<noinclude>This template is used to display the tools used in a tutorial. There's a maximum of up to 10 required and optional tools. | <noinclude>This template is used to display the tools used in a tutorial. There's a maximum of up to 10 required and optional tools. | ||
; | ; Example : | ||
<nowiki>{{Tools|req0=[[NifSkope]]|req1=[[Blender]]|req2=[[Construction Set]]|opt0=[[OBMM]]|opt1=[[BSA Commander]]}}</nowiki> | <nowiki>{{Tools | ||
|req0=[[NifSkope]] | |||
|req1=[[Blender]] | |||
|req2=[[TES Construction Set]] | |||
|opt0=[[OBMM]] | |||
|opt1=[[BSA Commander]] | |||
}}</nowiki> | |||
</noinclude> | </noinclude> | ||
<div class="toc" style="float:right;"> | |||
; Result : | |||
{{Tools|req0=[[NifSkope]]|req1=[[Blender]]|req2=[[TES Construction Set]]|opt0=[[OBMM]]|opt1=[[BSA Commander]]}} | |||
<includeonly><div class="toc" style="float:right;"> | |||
{|style="border:none;" | {|style="border:none;" | ||
|<span style="font-color: #5a3e16;font-weight: bold;border-bottom: 1px solid #6e5229;">Tools used in this tutorial</span> | |<span style="font-color: #5a3e16;font-weight: bold;border-bottom: 1px solid #6e5229;">Tools used in this tutorial</span> | ||
Line 33: | Line 43: | ||
{{ #if: {{{opt9|}}} |:<li>{{{opt9}}}|}} | {{ #if: {{{opt9|}}} |:<li>{{{opt9}}}|}} | ||
</ul>|}} | </ul>|}} | ||
|}</div> | |}</div></includeonly> | ||
<noinclude> | <noinclude> |