Template:Hlist
此模板使用Lua语言: |
创建导航模板时不应使用此模板,而是指定|listclass=hlist 后用无序列表列出。 |
{{hlist}}与{{hlist-comma}}模板之间的区别为{{hlist-comma}}使用顿号(、)作为Template:Tsl,而{{hlist}}使用点(·)作为Template:Tsl。
用法
编辑基本
编辑{{hlist|物件一|物件二|物件三|...}}
所有參數
编辑{{hlist
|物件一|物件二|物件三|...
|class=
|style=
|list_style=
|item_style=
|item1_style=
|indent=
}}
參數
编辑class
:style
:list_style
:item_style
:item1_style
、item2_style
、item3_style
...:indent
:
範例
编辑使用Hlist
编辑- 物件一
- 物件二
- 物件三
- ...
{{hlist|物件一|物件二|物件三|...}}
使用Hlist-comma
编辑{{hlist-comma|物件一|物件二|物件三|...}}
避免 Linter 錯誤
编辑如果將 {{hlist}} 放置在使用<span>……</span>
的模板中,例如{{small}},{{larger}}等,則會產生Linter 錯誤,為了避免這種情況,請使用下表中的建議替換:
Template:Cross錯誤用法 | Template:Tick正確方法 |
---|---|
{{small|{{hlist|...}}}} |
{{hlist|...|style=font-size:85%}}
|
{{resize|{{hlist|...}}}} |
{{hlist|...|style=font-size:90%}}
|
{{midsize|{{hlist|...}}}} |
{{hlist|...|style=font-size:92%}}
|
{{larger|{{hlist|...}}}} |
{{hlist|...|style=font-size:120%}}
|
{{big|{{hlist|...}}}} |
{{hlist|...|style=font-size:120%}}
|
{{large|{{hlist|...}}}} |
{{hlist|...|style=font-size:120%}}
|
{{huge|{{hlist|...}}}} |
{{hlist|...|style=font-size:180%}}
|
{{resize|x%|{{hlist|...}}}} |
{{hlist|...|style=font-size:x%}}
|
{{font|size=x%|{{hlist|...}}}} |
{{hlist|...|style=font-size:x%}}
|
{{nowrap|{{hlist|...}}}} |
{{hlist|...|style=white-space: nowrap}}
|
上述文档嵌入自Template:Hlist/doc。 (编辑 | 历史) 编者可以在本模板的沙盒 (创建 | 镜像)和测试样例 (创建)页面进行实验。 请在/doc子页面中添加分类。 本模板的子页面。 |