小 (文本替换 - 替换“<small>This page was moved from [[paradoxwikis:ck3:”为“[[en:”) |
小 (文本替换 - 替换“{{template doc page viewed directly}}</noinclude>”为“{{template doc page viewed directly}}</noinclude>[[en:{{FULLPAGENAME}}]]”) |
||
| (未显示另一用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> | <includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>[[en:{{FULLPAGENAME}}]] | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
'''Plainlist''' creates a plain (i.e. unbulleted) list. | '''Plainlist''' creates a plain (i.e. unbulleted) list. | ||
| 第60行: | 第60行: | ||
}}<noinclude> | }}<noinclude> | ||
[[en:Template:Plainlist/doc]] | [[en:Template:Plainlist/doc]]</noinclude> | ||
2022年3月18日 (五) 14:24的最新版本
Plainlist creates a plain (i.e. unbulleted) list.
Parameters[编辑源代码]
| Parameter | Description | Default | Status |
|---|---|---|---|
| 1 | The ‘normal’ list. | empty | required |
| class | Adds a CSS class to the containing div. | empty | optional |
| style | Adds CSS style options. | empty | optional |
| indent | Indents the list by a number of standard indents (one indent being 1.6em) | empty | optional |
Example[编辑源代码]
The following code
{{Plainlist|
* dog
* cat
* mouse
* budgerigar
* hamster
* canary
* guinea pig
* parrot
* goldfish
}}
will display:
- dog
- cat
- mouse
- budgerigar
- hamster
- canary
- guinea pig
- parrot
- goldfish