Template:Plainlist/doc

出自红砖维基
於 2022年7月31日 (日) 05:03 由 Creeper19472對話 | 貢獻 所做的修訂 (导入1个版本)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)

模板介紹[編輯原始碼]

產生一個沒有項目符號的列表。

使用方法[編輯原始碼]

{{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
  • 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

注意事項[編輯原始碼]

重定向[編輯原始碼]

參見[編輯原始碼]