Diferencia entre revisiones de «Plantilla:Fmbox»

(Página creada con '<table id="{{{id|}}}" class="plainlinks fmbox {{#switch:{{{tipo|}}} | warning = fmbox-warning | editnotice = fmbox-editnotice | system <!-- system = default --> | #d...')
 
(Página reemplazada por 'Si posees dudas a la hora de crear un nuevo articulo estúdiese el '''Manual de Estilo'''')
Línea 1: Línea 1:
<table id="{{{id|}}}" class="plainlinks fmbox
+
Si posees dudas a la hora de crear un nuevo articulo estúdiese el '''[[EcuRed:Manual de estilo|Manual de Estilo]]'''
{{#switch:{{{tipo|}}}
 
| warning    = fmbox-warning
 
| editnotice = fmbox-editnotice
 
| system          <!-- system = default -->
 
| #default  = fmbox-system
 
}} {{{class|}}}" style="{{{style|}}}">
 
<tr>
 
{{#ifeq:{{{imagen|}}}|none
 
| <!-- No image. -->
 
| <td class="mbox-image">
 
  {{#if:{{{imagen|}}}
 
  | {{{imagen}}}
 
  | [[File:{{#switch:{{{tipo|}}}
 
    | aviso    = Cmbox deletion.png
 
    | editnotice = Emblem-notice.png
 
    | sistema          <!-- system = default -->
 
    | #default  = Emblem-notice.png
 
    }}|40x40px|link=|alt=]]
 
  }}</td>
 
}}
 
<td class="mbox-text" style="{{{estilotexto|}}}"> {{{texto}}} </td>
 
{{#if:{{{imageright|}}}
 
| <td class="mbox-imageright"> {{{imageright}}} </td>
 
}}
 
</tr>
 
</table><!--
 
  Detect and report usage with faulty "type" parameter:
 
-->{{#switch:{{{tipo|}}}
 
|  <!-- No type fed, is also valid input -->
 
| aviso
 
| editnotice
 
| sistema    =    <!-- Do nothing, valid "type" -->
 
| #default  = <div style="text-align: center;">This message box is using an invalid "type={{{tipo|}}}" parameter and needs fixing.</div>]<!-- Sort on namespace -->
 
}}<noinclude>
 
 
 
{{documentación}}
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 

Revisión del 10:03 22 nov 2010

Si posees dudas a la hora de crear un nuevo articulo estúdiese el Manual de Estilo