跳转到内容

Template:侧边信息栏:修订间差异

(创建模板)
 
(完善模板参数)
 
第1行: 第1行:
{{#invoke:Side box|main}}<noinclude>{{模板文档}}[[Category:模板]]</noinclude>
{{#invoke:Side box|main}}<noinclude>{{模板文档}}[[Category:模板]]<templatedata>
{
"params": {
"metadata": {
"aliases": [
"元数据"
],
"description": "开启或关闭 metadata 模式,未知其效果。",
"example": "yes/no/是/否",
"type": "boolean"
},
"position": {
"aliases": [
"位置"
],
"description": "设置浮于左侧或右侧,默认右侧。",
"example": "left/right",
"autovalue": "right",
"suggested": true
},
"class": {
"description": "HTML参数"
},
"style": {
"description": "HTML参数"
},
"abovestyle": {
"description": "HTML参数"
},
"above": {
"aliases": [
"顶栏",
"上方文字"
],
"description": "显示在上方的内容",
"type": "line"
},
"image": {
"aliases": [
"左侧图像"
],
"description": "左侧图像,语法为完整的文件名。",
"example": "[[文件:大萌字.svg]]",
"suggested": true
},
"imageright": {
"aliases": [
"右侧图像"
],
"description": "右侧图像,语法同左侧图像",
"example": "[[文件:Blue_Cube_Icon.svg]]",
"suggested": true
},
"textstyle": {
"description": "HTML参数"
},
"text": {
"aliases": [
"文字",
"文本"
],
"description": "主要内容文本,显示在顶栏、底栏、左右侧图像之间。",
"required": true
},
"below": {
"aliases": [
"底栏",
"下方文字"
],
"description": "显示在底部的内容",
"type": "line",
"suggested": true
}
},
"description": "这个模板用于创建一个浮动的信息框,应当将其作为母模板,在调用时优先调用其衍生的子模板。",
"paramOrder": [
"metadata",
"position",
"class",
"style",
"abovestyle",
"textstyle",
"above",
"image",
"imageright",
"text",
"below"
],
"format": "block"
}
</templatedata></noinclude>

2024年7月13日 (六) 10:34的最新版本

模板:[刷新此页面] [编辑] [页面历史]
文档:[查看] [编辑] [页面历史]

说明文档
above 顶栏信息
image,用于放置图片 text侧边栏主要内容 imageright,右侧图像
below 下方内容

该模板用于实现Side box模块的主函数,以创建一个浮动的信息框。

参数[编辑源代码]

参数 说明
metadata 开启或者关闭metadata参数,当开启时,Side box的Class为"metadata"。
position Side box的位置,当为left时浮于左侧,right时浮于右侧。
class 设置Side box的class值以适应相关的CSS设置。
style 设置Side box的CSS Style。
abovestyle "above" 参数对应的单元格的CSS Style。
above 上单元格的内容
image 左侧图像,语法为完整的文件名,例如image:大萌字.svg
textstyle "text" 参数对应的单元格的CSS Style。
text 中单元格的内容
imageright 右侧图像,语法为完整的文件名,例如image:Blue Cube Icon.svg
below 下单元格的内容

所有模板列表

这个模板用于创建一个浮动的信息框,应当将其作为母模板,在调用时优先调用其衍生的子模板。

模板参数

此模板首选参数换行的代码块格式。

参数描述类型状态
metadatametadata元数据

开启或关闭 metadata 模式,未知其效果。

示例值
yes/no/是/否
布尔可选
positionposition位置

设置浮于左侧或右侧,默认右侧。

示例值
left/right
自动值
right
未知推荐
classclass

HTML参数

未知可选
stylestyle

HTML参数

未知可选
abovestyleabovestyle

HTML参数

未知可选
textstyletextstyle

HTML参数

未知可选
aboveabove顶栏上方文字

显示在上方的内容

单行文本可选
imageimage左侧图像

左侧图像,语法为完整的文件名。

示例值
[[文件:大萌字.svg]]
未知推荐
imagerightimageright右侧图像

右侧图像,语法同左侧图像

示例值
[[文件:Blue_Cube_Icon.svg]]
未知推荐
texttext文字文本

主要内容文本,显示在顶栏、底栏、左右侧图像之间。

未知必需
belowbelow底栏下方文字

显示在底部的内容

单行文本推荐