Template:Playlist/doc
跳到导航
跳到搜索
本模板用于在页面中添加一个小窗口,在其中的内容超过指定高度时,会在右侧自动显示滚动条。
用法
{{Playlist|width=|height=|color=|内容}}
w
或width
- 可选。调整模板宽度,设置窗口CSS的
width
属性,默认为自动auto
,填充至整个页面宽度。 h
或height
- 可选。调整模板最大高度,默认为
300px
。 color
- 可选。调整模板边框颜色,默认为亮蓝色
lightblue
。填写格式参考帮助:颜色列表。 border
- 可选。调整模板边框大小,默认为
medium
。 1
或content
- 必填。显示在模板中的内容。其中
1
为模板的第一个无名参数
范例
代码 | 效果 |
---|---|
{{Playlist|border=1px|height=4.4em|width=100px| * 列表1 * 列表2 * 列表3 }} |
|
{{Playlist|test3}} |
test3 |
{{Playlist|width=100px|color=#E36BB6|test4}} |
test4 |