Predefinição:How to
Da Help Online
(Diferença entre edições)
Linha 21: | Linha 21: | ||
{{{how_to_content}}} | {{{how_to_content}}} | ||
+ | |||
+ | <noinclude> | ||
+ | {{ambox | ||
+ | | type = notice | ||
+ | | text = '''This message will not be visible.''' <br/> To add an How Too block on a page, incert the following code in the desired page: | ||
+ | <pre> | ||
+ | <!-- how to 1 --> | ||
+ | {{how_to | ||
+ | | how_to_title = «how to title» | ||
+ | | resume = «resume» | ||
+ | | pre_requirements = «pre-requirements» | ||
+ | | how_to_content = «how to steps» | ||
+ | </pre> | ||
+ | }} | ||
+ | </noinclude> |
Revisão das 10h53min 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, incert the following code in the desired page: <!-- how to 1 --> {{how_to | how_to_title = «how to title» | resume = «resume» | pre_requirements = «pre-requirements» | how_to_content = «how to steps» |