Şablon:Columns: Revizyonlar arasındaki fark

Westeros Türkiye Vikipedi sitesinden
eski>Breassa
Sayfa oluşturdu, içeriği: '<includeonly>{{#if: {{{count|}}}{{{style|}}} | <div style="-moz-column-count:{{{count|2}}}; -webkit-column-count:{{{count|2}}}; column-count:{{{count|2}}}; {{#if: {...'
 
k 1 revizyon içe aktarıldı
 
(Fark yok)

16.58, 30 Ağustos 2022 itibarı ile sayfanın şu anki hâli


Divides list or text into columns automatically(no need to count and dived into table cells and then re-count and re-dived if new info is added to the list).


Usage, {{Columns|# of columns| list or text}} For example if you need to break the list bellow into 3 columns:

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

Simply type:

{{Columns|2|
* 1
* 2 
* 3 
* 4 
* 5 
* 6
}}

Result:

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6


For additional options/parameters use this: (If needed more functionalty will be added

{{Columns|count=2
|style=css style (color/width/text fonts,size etc..
|data =
...
your text/list/etc
...
}}