Predefinição:How to
Da Help Online
(Diferença entre edições)
(→Steps) |
(→Steps) |
||
Linha 26: | Linha 26: | ||
{{ambox | {{ambox | ||
| type = notice | | type = notice | ||
- | | text = '''This message will not be visible.''' <br/> To add an How Too block on a page, | + | | text = '''This message will not be visible.''' <br/> To add an How Too block on a page, add the following code in the desired page: |
<pre> | <pre> | ||
<!-- how to block --> | <!-- how to block --> | ||
Linha 37: | Linha 37: | ||
</pre> | </pre> | ||
- | To add a step line, add the | + | To add a step line, add the following code to the how_to_content parameter: |
<pre> | <pre> | ||
{{how_to_line | {{how_to_line |
Revisão das 11h01min de 18 de Fevereiro 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 --> {{how_to | how_to_title = «how to title» | resume = «resume» | pre_requirements = «pre-requirements» | how_to_content = «how to 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|none]] }} |