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
 
(11 edições intermédias não apresentadas)
Linha 1: Linha 1:
 +
<div class='how_to_block'>
=={{{how_to_title|Dummy How To Title}}}==
=={{{how_to_title|Dummy How To Title}}}==
-
<toggledisplay>
+
<toggledisplay mode=complex >
-
<div style="padding-left: 40px;">
+
 
-
<div style="display:inline;">
+
<div class="how_to_info_titles">
-
<p class="how_to_info_titles">{{{resume title|Resumo}}}</p>
+
{{{requirement title|Requisitos:}}}
-
<span class="how_to_info_descriptions">{{{resume description|}}}</span >
+
</div>
</div>
-
<div style="display:inline;">
+
<div class="how_to_requirements">
-
<p class="how_to_info_titles">{{{requirement title|Requisitos}}}</p>
+
{{{requirements description|dummy requirements}}}
-
<span class="how_to_info_descriptions">{{{requirement description|}}}</span>
+
</div>
</div>
-
</div>
 
-
</toggledisplay>
 
-
<hr class="dash" />
+
<div class="how_to_info_titles">
-
<span class="sub_title">{{{steps title|Passos}}}</span>
+
{{{steps title|Passos:}}}
-
<toggledisplay>
+
</div>
 +
<div>
{{{how_to_content}}}
{{{how_to_content}}}
-
</toggledisplay>
 
-
<noinclude>
+
</toggledisplay>
-
----
+
</div>
-
{{ambox
+
-
| type = notice
+
-
| 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>
+
-
<!-- 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|thumb|none|click on image to zoom]]
+
-
}}
+
-
«... rest of the steps ...»
+
-
}}
+
-
</pre>
+
-
 
+
-
To add a step line, add the following code to the how_to_content parameter:
+
-
<pre>
+
-
{{how_to_line
+
-
| number = «step number»
+
-
| description = «step description»
+
-
| image = [[Image:imagename.xxx]]
+
-
}}
+
-
</pre>
+
-
}}
+
-
</noinclude>
+

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

Dummy How To Title