Return Predefinição:How to - Help Online
Ferramentas pessoais
Acções

Predefinição:How to

Da Help Online

(Diferença entre edições)
Ir para: navegação, pesquisa
(Steps)
 
(46 edições intermédias não apresentadas)
Linha 1: Linha 1:
-
== {{{how_to_title}}} ==
+
<div class='how_to_block'>
 +
=={{{how_to_title|Dummy How To Title}}}==
 +
<toggledisplay mode=complex >
-
<div style="display:inline;">
+
<div class="how_to_info_titles">
-
<p class="how_to_info_titles">Resume</p>
+
{{{requirement title|Requisitos:}}}
-
<span class="how_to_info_descriptions">{{{resume}}}</span >
+
</div>
</div>
-
<div style="display:inline;">
+
<div class="how_to_requirements">
-
<p class="how_to_info_titles">Who can execute this action</p>
+
{{{requirements description|dummy requirements}}}
-
<span class="how_to_info_descriptions">{{{who_can_do}}}</span>
+
</div>
</div>
-
<div style="display:inline">
+
<div class="how_to_info_titles">
-
<p class="how_to_info_titles">Pre-requirement to execute this action</p>
+
{{{steps title|Passos:}}}
-
<span class="how_to_info_descriptions">{{{pre_requirements}}}</span>
+
</div>
</div>
-
 
+
<div>
-
== Steps ==
+
-
 
+
-
<br />
+
-
 
+
{{{how_to_content}}}
{{{how_to_content}}}
-
<noinclude>
+
</toggledisplay>
-
{{ambox
+
</div>
-
| 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>
+
-
 
+
-
To add a step line, add the dollowing code to the how_to_content parameter:
+
-
<pre>
+
-
{{how_to_line
+
-
| number = «step number»
+
-
| description = «step description»
+
-
| image = [[Image:imagename.xxx|none]]
+
-
}}
+
-
</pre>
+
-
}}
+
-
</noinclude>
+

Edição actual desde as 13h57min de 23 de Outubro de 2014

Dummy How To Title