Predefinição:How to
Da Help Online
(Diferença entre edições)
Linha 1: | Linha 1: | ||
- | =={{{how_to_title}}}== | + | =={{{how_to_title|Dummy How To Title}}}== |
<div style="padding-left: 40px;"> | <div style="padding-left: 40px;"> | ||
<div style="display:inline;"> | <div style="display:inline;"> | ||
- | <p class="how_to_info_titles"> | + | <p class="how_to_info_titles">{{{resume title|Resumo}}}</p> |
- | <span class="how_to_info_descriptions">{{{resume}}}</span > | + | <span class="how_to_info_descriptions">{{{resume description|}}}</span > |
</div> | </div> | ||
<div style="display:inline;"> | <div style="display:inline;"> | ||
- | <p class="how_to_info_titles"> | + | <p class="how_to_info_titles">{{{requirement title|Requisitos}}}</p> |
- | <span class="how_to_info_descriptions">{{{ | + | <span class="how_to_info_descriptions">{{{requirement description|}}}</span> |
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
<br/> | <br/> | ||
<hr class="dash" /> | <hr class="dash" /> | ||
- | <span class="sub_title"> | + | <span class="sub_title">{{{steps title|Passos}}}</span> |
<br/> | <br/> | ||
Revisão das 19h07min de 14 de Março de 2011
Dummy How To Title
Resumo
Requisitos
Passos
{{{how_to_content}}}
![]() |
This message will not be visible. To add an How Too block on a page, add the following code in the desired page: <!-- how to block --> <br/> {{how_to | how_to_title = «how to title» | resume = «resume» | who_can_do = <span></span> *«how can perform this action» | pre_requirements = <span></span> *«pre-requirements» | how_to_content = <span></span> {{how_to_line | number = «step number» | description = «step description» | image = [[Image:imagename.xxx|thumb|none|click on image to zoom]] }} «... rest of the steps ...» }} To add a step line, add the following code to the how_to_content parameter: {{how_to_line | number = «step number» | description = «step description» | image = [[Image:imagename.xxx]] }} |