Шаблон:Div col
Документация к шаблону[создание]
Редакторы могут опробовать шаблон на страницах песочница (создание | копия) и примеры (создание). Укажите категории подстраницы /doc. шаблон: подстраницы. |
TemplateDataПравить
Breaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the half way point on two columns. The list is closed with {{div col end}}.
Параметр | Описание | Тип | Статус | |
---|---|---|---|---|
cols | cols 1 | Specifies the number of columns.
| Строковый (без форматирования) | необязательный |
colwidth | colwidth 2 | Specifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays. This overrides the 'cols' setting. | Строковый (без форматирования) | необязательный |
rules | rules | Produces vertical rules between the columns if set to yes. | Строковый (без форматирования) | необязательный |
small | small | Specifies small font size (90%) if set to yes. | Строковый (без форматирования) | необязательный |
style | style | Specify any custom styling. | Строковый (без форматирования) | необязательный |