Diferencia entre revisiones de «Plantilla:Columns»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (→‎Users: -, use special page view)
m (Texto reemplazado: «category: templates » por «Categoría:Plantillas »)
 
(No se muestran 6 ediciones intermedias de otro usuario)
Línea 1: Línea 1:
<div class=columns style="-moz-column-count:{{{count|3}}}; -webkit-column-count:{{{count|3}}}; column-count:{{{count|3}}}; height:{{{height|auto}}}; {{{style|}}};">{{{1}}}</div><noinclude>[[Category: Templates]]
+
<div class=pillars style="column-count: {{{count|3}}}; {{{style|}}};">{{{1}}}</div><noinclude>[[Categoría:Plantillas]]
   
 
Outputs the first argument in several columns, 3 by default or the value you assign to count. Especially useful for long lists.
 
Outputs the first argument in several columns, 3 by default or the value you assign to count. Especially useful for long lists.
Línea 36: Línea 36:
 
* bla
 
* bla
 
}}
 
}}
  +
  +
== Articles using Template ==
  +
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here}}
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}

Revisión actual del 19:31 9 abr 2022

{{{1}}}

Outputs the first argument in several columns, 3 by default or the value you assign to count. Especially useful for long lists.

Usage Examples

{{columns|
content...
}}

{{columns|count=x|
content...
}}

For example this code:

{{columns|
* bla
* bla 
* bla
* bla 
* bla
* bla 
}}

Will generate the following result:

  • bla
  • bla
  • bla
  • bla
  • bla
  • bla

Articles using Template