Template:Icon step
|-
| class="icon-step-wrapper"|[[File:{{{2}}}|50px|link=]]
br>
| class="icon-step" |{{{1}}}
This template is similar to Template:Screenshot step, so you can use Icons in the same layout. Don't use this template if you are only using Icons.
Usage
Open a new table with {|
, insert template for each step and close table at end of list with |}
Code
{|
{{Screenshot step|
Text for instruction 1
|image_without_prefix1.png}}
{{Icon step|
Text for instruction 2 with Icon
|Icon_without_prefix2.png}}
|}