Predefinição:How to
Da Help Online
(Diferença entre edições)
Linha 1: | Linha 1: | ||
- | == {{{how_to_title}}} == | + | =={{{how_to_title}}}== |
- | + | <div style="padding-left: 40px;"> | |
<div style="display:inline;"> | <div style="display:inline;"> | ||
<p class="how_to_info_titles">Resume</p> | <p class="how_to_info_titles">Resume</p> | ||
Linha 11: | Linha 11: | ||
</div> | </div> | ||
- | <div style="display:inline"> | + | <div style="display:inline;"> |
<p class="how_to_info_titles">Pre-requirement to execute this action</p> | <p class="how_to_info_titles">Pre-requirement to execute this action</p> | ||
<span class="how_to_info_descriptions">{{{pre_requirements}}}</span> | <span class="how_to_info_descriptions">{{{pre_requirements}}}</span> | ||
</div> | </div> | ||
- | < | + | </div> |
- | + | ||
<hr class="dash" /> | <hr class="dash" /> | ||
- | <br /> | + | <span class="sub_title">Steps</span> |
+ | <br/> | ||
+ | |||
{{{how_to_content}}} | {{{how_to_content}}} |
Revisão das 12h19min de 1 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 = «how can perform this action» | 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]] }} |