Predefinição:How to
Da Help Online
(Diferença entre edições)
Linha 34: | Linha 34: | ||
| how_to_title = «how to title» | | how_to_title = «how to title» | ||
| resume = «resume» | | resume = «resume» | ||
- | | who_can_do = «how can perform this action» | + | | who_can_do = <span></span> |
- | | pre_requirements = «pre-requirements» | + | *«how can perform this action» |
- | | how_to_content = | + | | pre_requirements = <span></span> |
+ | *«pre-requirements» | ||
+ | | how_to_content = <span></span> | ||
+ | {{how_to_line | ||
+ | | number = «step number» | ||
+ | | description = «step description» | ||
+ | | image = [[Image:imagename.xxx]] | ||
+ | }} | ||
+ | «... rest of the steps ...» | ||
}} | }} | ||
</pre> | </pre> |
Revisão das 09h07min de 3 de Março de 2011
{{{how_to_title}}}
Resume
{{{resume}}}
Who can execute this action
{{{who_can_do}}}
Pre-requirement to execute this action
{{{pre_requirements}}}
Steps
{{{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]] }} «... 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]] }} |