Plantilla:Aviso
(Diferencias entre revisiones)
(Página creada con '<table style="{{{estilo|}}}" class="plainlinks ambox {{#switch:{{{tipo|}}} | protección = ambox-protection | serio = ambox-serious | contenido = ambox-content | e…') |
|||
| Línea 32: | Línea 32: | ||
</table><noinclude> | </table><noinclude> | ||
| − | < | + | |
| + | === Documentación === | ||
| + | |||
| + | Ejemplo de uso simple: | ||
| + | |||
| + | <pre>{{aviso | texto = Algún texto.}}</pre> | ||
| + | |||
| + | {{ aviso | texto = Algún texto. }} | ||
| + | |||
| + | Ejemplo más complejo: | ||
| + | |||
| + | <pre> | ||
| + | {{aviso | ||
| + | | tipo = estilo | ||
| + | | imagen = [[Imagen:Info.png|32px]] | ||
| + | | estilo = width: 400px; color: red; font-weight: bold; font-style: italic | ||
| + | | texto = El cuerpo del mensaje. | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | {{aviso | ||
| + | | tipo = estilo | ||
| + | | imagen = [[Imagen:Info.png|32px]] | ||
| + | | estilo = width: 400px; color: red; font-weight: bold; font-style: italic | ||
| + | | texto = El cuerpo del mensaje. | ||
| + | }} | ||
| + | |||
| + | |||
</noinclude> | </noinclude> | ||
Revisión de 21:13 10 nov 2009
| {{{texto}}} |
Documentación
Ejemplo de uso simple:
{{aviso | texto = Algún texto.}}
| Algún texto. |
Ejemplo más complejo:
{{aviso
| tipo = estilo
| imagen = [[Imagen:Info.png|32px]]
| estilo = width: 400px; color: red; font-weight: bold; font-style: italic
| texto = El cuerpo del mensaje.
}}
| El cuerpo del mensaje. |