模板:Endplainlist/doc
外观
此页面是Template:Endplainlist的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
此模板文档被引用于约21,000个页面。 为了避免造成大规模的影响,所有对此模板文档的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板文档中,但是修改前请务必于讨论页发起讨论。 模板引用数量会自动更新。 |
模板介绍
[编辑]产生一个没有项目符号的列表。
使用方法
[编辑]{{Plainlist}} starts a plain, or unbulleted, list, such as:
It uses proper HTML list markup, which is more standards-compliant and more accessible then separating list items with <br />
.
This template can be used with or without {{endplainlist}}. It is intended to replace {{Unbulleted list}}, which performs the same function, but in a more cumbersome manner.
范例
[编辑]{{plainlist | * [[cat]] * [[dog]] * [[horse]] * [[cow]] * [[sheep]] * [[pig]] }}
- Alternative syntax
{{plainlist}} * [[cat]] * [[dog]] * [[horse]] * [[cow]] * [[sheep]] * [[pig]] {{endplainlist}}
- indent – indents the list by a number of standard indents (one indent being 1.6em), particularly handy for inclusion in an indented discussion thread.
- Example:
|indent=2
- Example:
- style – adds CSS style options. Complex styles should not be used in articles (per wp:deviations) but may be acceptable on user, project, and talk pages.
- Example:
|style=border:solid 1px silver; background:lightyellow
- Example:
注意事项
[编辑]重定向
[编辑]参见
[编辑]- {{Bulleted list}},产生有项目符号的列表