模板:滚动条
出自【暗黑百科】DiabloWiki_凯恩之角
(修订版本间的差异)
第1行: | 第1行: | ||
<includeonly><div style="overflow:auto; max-height:600px; width:{{{width|100%}}}; margin:3px 0; border:0px solid #AAAAAA; padding-left:0.5em; box-sizing:border-box; -moz-box-sizing:border-box; background:transparent; -moz-border-radius-topleft:0.5em;">{{{内容|{{{1}}}}}}</div></includeonly> | <includeonly><div style="overflow:auto; max-height:600px; width:{{{width|100%}}}; margin:3px 0; border:0px solid #AAAAAA; padding-left:0.5em; box-sizing:border-box; -moz-box-sizing:border-box; background:transparent; -moz-border-radius-topleft:0.5em;">{{{内容|{{{1}}}}}}</div></includeonly> | ||
<noinclude><pre> | <noinclude><pre> | ||
- | 使用方法 | + | 使用方法: |
+ | |||
+ | 1.在 ''内容='' 后填入你需要的内容. | ||
+ | |||
+ | 2.自定义滚动盒高度请改变 ''max-height:'' 的值. | ||
+ | |||
+ | 3.自定义滚动盒宽度请改变 ''width|100%'' 的百分比值. | ||
+ | |||
+ | 4.自定义滚动盒框体内背景颜色请改变 ''background:'' 的值,(16位制颜色码) | ||
+ | |||
+ | 5.单独自定义参数以后引用的模板请使用: {{subst:模板名}} | ||
+ | |||
+ | 6.不改变此模板参数的引用请复制以下代码. | ||
+ | |||
{{滚动条 | {{滚动条 | ||
- | |内容= | + | |内容={{{内容}}} |
}} | }} | ||
</pre><noinclude> | </pre><noinclude> | ||
[[分类:模板]] | [[分类:模板]] |
在2012年3月14日 (三) 02:14所做的修订版本
使用方法: 1.在 ''内容='' 后填入你需要的内容. 2.自定义滚动盒高度请改变 ''max-height:'' 的值. 3.自定义滚动盒宽度请改变 ''width|100%'' 的百分比值. 4.自定义滚动盒框体内背景颜色请改变 ''background:'' 的值,(16位制颜色码) 5.单独自定义参数以后引用的模板请使用: {{subst:模板名}} 6.不改变此模板参数的引用请复制以下代码. {{滚动条 |内容={{{内容}}} }}