模板:Plainlist/doc
跳至導覽
跳至搜尋
| File:Edit-copy green.svg | 此頁面是Template:Plainlist的模板文件。 此頁面可能包含了模板的使用說明、分類和其他內容。 |
| 警告 | 此模板文件被引用於約34,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}},產生有項目符號的列表