Diferencia entre revisiones de «Plantilla:Mbox»

De Familia Sanchez Arjona
Saltar a: navegación, buscar
(A first beta version of {{tmbox}} is available, so enabled call to tmbox.)
(The if-statements do not work, have done extensive testing in my userspace. But no worries, all our mboxes now can take empty parameters so lets use that.)
Línea 1: Línea 1:
{{  
+
{{
 
   {{namespace detect  
 
   {{namespace detect  
 
   | demospace = {{{demospace|}}}
 
   | demospace = {{{demospace|}}}
Línea 8: Línea 8:
 
   | other    = ombox
 
   | other    = ombox
 
   }}
 
   }}
<!-- These if-cases should perhaps be removed since all current mboxes can take empty parameters. This code also means we are feeding several empty numbered parameters but that doesn't matter since the mboxes don't use numbered parameters.  -->
+
| type       = {{{type|}}}
| {{#if:{{{type|}}}| type={{{type|}}} }}
+
| image     = {{{image|}}}
| {{#if:{{{image|}}}| image={{{image|}}} }}
+
| imageright = {{{imageright|}}}
| {{#if:{{{imageright|}}}| imageright={{{imageright|}}} }}
+
| style     = {{{style|}}}
| {{#if:{{{style|}}}| style={{{style|}}} }}
+
| textstyle = {{{textstyle|}}}
| {{#if:{{{textstyle|}}}| textstyle={{{textstyle|}}} }}
+
| text       = {{{text|}}}
| {{#if:{{{text|}}}| text={{{text|}}} }}
 
  
 
}}<noinclude>
 
}}<noinclude>

Revisión del 10:53 30 may 2008

{{

 Plantilla:Namespace detect

| type = | image = | imageright = | style = | textstyle = | text =

}}

50px Template documentation[create]