Diferencia entre revisiones de «Plantilla:Documentation»

De Familia Sanchez Arjona
Saltar a: navegación, buscar
(avoid passing {{{content}}} through, as subtemplates only need to know if it is blank or not, per protected edit request)
m (undo per talk - this breaks transclusions that use both the "1" and "content" parameters)
Línea 19: Línea 19:
 
| heading = {{{heading|¬}}}  <!--Empty but defined means no header-->
 
| heading = {{{heading|¬}}}  <!--Empty but defined means no header-->
 
| heading-style = {{{heading-style|}}}
 
| heading-style = {{{heading-style|}}}
| content = {{#if:{{{content|}}}|1}}
+
| content = {{{content|}}}
  
 
<!--Some namespaces must have the /doc, /sandbox and /testcases  
 
<!--Some namespaces must have the /doc, /sandbox and /testcases  
Línea 48: Línea 48:
 
-->{{documentation/end box2
 
-->{{documentation/end box2
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
| content = {{#if:{{{content|}}}|1}}
+
| content = {{{content|}}}
 
| link box = {{{link box|}}}  <!--So "link box=off" works-->
 
| link box = {{{link box|}}}  <!--So "link box=off" works-->
  

Revisión del 10:23 12 jul 2013

Plantilla:Documentation/start box2

Plantilla:Documentation/end box2