Mudanças entre as edições de "Predefinição:Teste"

De Wiki Gla
Ir para navegação Ir para pesquisar
(Página substituída por '<table style="width:100%" cellpadding="0" cellspacing="8" border="0"> <tr> <td colspan="2" style="padding:2px 0px;"> <table style="width:100%" cellpadding="0" cellspaci...')
Etiqueta: Substituído
m
 
(330 revisões intermediárias por 3 usuários não estão sendo mostradas)
Linha 1: Linha 1:
<table style="width:100%" cellpadding="0" cellspacing="8" border="0">
<includeonly>{{#widget:Teste}}{{#invoke:Teste|main
<tr>
| titulo = {{{titulo|Sem título}}}
<td colspan="2" style="padding:2px 0px;">
| texto = {{{texto|}}}
<table style="width:100%" cellpadding="0" cellspacing="0" border="0">
}}</includeonly>
<tr>
<noinclude>
<td colspan="10" style="width:100%; padding:0px; vertical-align:top;">
== Predefinição:Teste ==
<div style="width:100%; margin:0px 0px 9px 0px; box-shadow:0 0 .5em #999; border-radius:10px;">
Exemplo didático: predefinição chama o widget (CSS/JS) e o módulo (HTML via Lua).
<div class="home-box-title">
 
<table style="width:100%;">
=== Parâmetros ===
<tr>
; titulo : Título da caixa (padrão: <code>Sem título</code>)
<td style="width:100%; text-align:center; font-size:110%; font-weight:Bold;">
; texto : Corpo em wikitext (links, negrito, etc.)
<span id="serversave"></span>
 
</td>
=== Exemplo ===
</tr>
<pre>
</table>
{{Teste|titulo=Notas da aula|texto=Conteúdo com '''negrito''' e [[link]].}}
</div>
</pre>
<div style="width:100%; padding:5px 0px;">
</noinclude>
<table style="width:100%;">
<tr>
<td style="width:20%; height:95px; text-align:center; vertical-align:middle;"></td>
<td style="width:60%; height:95px; text-align:center; vertical-align:middle;"></td>
<td style="width:20%; height:95px; text-align:center; vertical-align:middle;"></td>
</tr>
</table>
</div>
</div>
</td>
</tr>
<!-- Continue preenchendo com as tags e estrutura do HTML original -->
</table>
</td>
</tr>
</table>

Edição atual tal como às 00h24min de 1 de abril de 2026


Predefinição:Teste

Exemplo didático: predefinição chama o widget (CSS/JS) e o módulo (HTML via Lua).

Parâmetros

titulo
Título da caixa (padrão: Sem título)
texto
Corpo em wikitext (links, negrito, etc.)

Exemplo

{{Teste|titulo=Notas da aula|texto=Conteúdo com '''negrito''' e [[link]].}}