模板:Userboxtop
外观
Userboxtop 的用户框 |
用途
[编辑]这个模板可以将好几个用户框和其连带的图片整理收集为一个整齐的区块。这个模板功能不只限于用户框,它也可以用来整理图片以方便在条目中展示。
使用方式
[编辑]{{userboxtop | align = | backgroundcolor = | bordercolor = | extra-css = | textcolor = | toptext = }} [userboxes] {{userboxbottom}}
所有参数都是选择性的。
个人化
[编辑]以下有一些详细介绍
参数 | 数值范围 |
---|---|
對齊
|
向左 , 置中 , 或 向右 (预设值)
|
背景顏色
|
任何 网页颜色 (name or #XXXXXX hex format). 预设值为#FFFFFF. |
圍框顏色
|
任何 网页颜色 (name or #XXXXXX hex format). 预设值为#99B3FF. |
額外-css
|
Allows you to provide additional CSS style information. |
文字顏色
|
任何 网页颜色 (name or #XXXXXX hex format). 预设值为#000000. |
頂置文字
|
Overrides the standard {{Userboxes}} text and link. Can include wiki-markup. |
中间可插入新行以及重组分类。详情可参看{{Userboxbreak}}。
隐藏用户框
[编辑]You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, monobook.css for the Monobook skin) and add the following–
#userboxes { display: none; }