您的浏览器屏蔽了本站的Google AdSense,这是本站为数不多的收入来源。
为了维持服务器开销,烦请您将本站放入Adblock或其他广告屏蔽插件白名单内。
注册后可点击这里反选「AdSense可用性检测」永久关闭此提示。
您现在使用的中文变体可能会影响一些词语繁简转换的效果。建议您根据您的偏好切换到下列变体之一:大陆简体香港繁體澳門繁體大马简体新加坡简体臺灣正體。(不再提示 | 了解更多

Template:Plainlist/doc

这是Template:Plainlist的模板文档
当直接浏览时,使用变量可能会失效,请不要zh-hans:使用硬编码来代替;zh-hant:寫死页面名或地址。

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