Predefinição:How to
Da Help Online
(Diferença entre edições)
m |
|||
Linha 1: | Linha 1: | ||
- | + | <div class='how_to_block'> | |
- | + | <h2 class="h2_title_block"> | |
- | <div | + | {{{how_to_title|Dummy How To Title}}} |
- | < | + | </h2> |
- | + | ||
- | + | ||
- | </ | + | |
- | <div | + | <div class='how_to_resume'> |
- | + | {{{resume description|Dummy how to resume}}} | |
- | + | ||
</div> | </div> | ||
- | |||
- | |||
- | < | + | <toggledisplay mode=complex > |
- | <span class=" | + | <div class="how_to_info_titles"> |
- | < | + | {{{requirement title|Requisitos:}}} |
+ | </div> | ||
+ | <span class="how_to_how_to_requirements"> | ||
+ | {{{requirement description|dummy requirements}}} | ||
+ | </span> | ||
+ | <span class="how_to_info_titles">{{{steps title|Passos:}}}</span> | ||
+ | <br/> | ||
{{{how_to_content}}} | {{{how_to_content}}} | ||
+ | |||
</toggledisplay> | </toggledisplay> | ||
+ | </div> | ||
<noinclude> | <noinclude> |
Revisão das 11h37min de 4 de Abril de 2011
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]] }} |