Художественный маркированный конверт
- 1 year ago
- 0
- 0
Этот шаблон использует
TemplateStyles
и загружает следующие таблицы
CSS
-стилей:
|
Переадресации:
|
Шаблон позволяет создавать маркированные списки (
), как в HTML, то есть тегами
<ul></ul>
. Используется в тех случаях, когда невозможно применить Вики-разметку (звездочки в начале строки).
{{bulleted list |item1 |item2 |...}}
1
,
2
,
3
…) — these are the list items. If no list items are present, the module will output nothing.
class
— a custom class for the
<div></div>
tags surrounding the list, e. g.
ts-Маркированный_список--bullet
,
plainlinks
.
style
— a custom css style for the
<div></div>
tags surrounding the list, e. g.
font-size: 90%;
.
list_style
— a custom css style for the list itself. The format is the same as for the
|
style
=
parameter.
item_style
— стиль CSS для всех элементов списка
<li></li>
. The format is the same as for the
|
style
=
parameter.
item1_style
,
item2_style
,
item3_style
… — CSS стили для каждого из элементов списка. Формат такой же, как для параметров
|
style
=
.
[[File:Example.png|thumb|100px|{{bulleted list |один|два|три}}]]