模板:Setout
外观
本模板用于建造一个平行罗列串。
参数及使用方法
编号参数
罗列参数。最多可以有100个。
- 只有一个编号参数时,显示内容仅为该参数:
{{Setout|水}}
- 水
- 默认样式下,第一项和第二项参数之间显示“和”,其他参数之间显示“、”:
{{Setout|火|水}}
- 水和火
{{Setout|木|火|水}}
- 水、火和木
{{Setout|金|木|火|水}}
- 水、火、木和金
- 编码时输入参数的顺序与显示的顺序是相反的:
{{Setout|水|火|木|金|土}}
- 土、金、木、火和水
- 如果希望向参数中添加链接,需加入完整的链接样式:
type
设定罗列样式,目前能以3种样式显示。
- 不填或参数为
1
时为默认样式:
{{Setout|土|金|木|火|水}}
{{Setout|土|金|木|火|水|type=1}}
- 水、火、木、金和土
- 参数为
2
时:
{{Setout|土|金|木|火|水|type=2}}
- 水 - 火 - 木 - 金 - 土
- 参数为
3
时:
{{Setout|土|金|木|火|水|type=3}}
- 水 · 火 · 木 · 金 · 土
link
在罗列串添加链接。
- 不添加链接时:
{{Setout|土|金|木|火|水|type=2}}
- 水 - 火 - 木 - 金 - 土
- 添加链接时,不需要写入完整的连接格式,填入页面名称(包括命名空间)即可,全部显示为
>更多...
: - 添加链接到分类命名空间时,注意要在命名空间前加一个半角冒号
:
:{{Setout|土|金|木|火|水|type=2|link=:Category:五行}}
- 水 - 火 - 木 - 金 - 土>更多...
范例
{{Setout|[[土]]|[[金]]|[[木]]|[[火]]|[[水]]|type=2|link=:Catagory:五行}}
参见
- {{Flatlist}}
- {{endflatlist}}
- {{plainlist}}
- {{multi-column numbered list}}
- {{nowrap begin}}/{{nowrap end}}
- {{pagelist}}
- WP:HLIST