Template:侧边信息栏:修订间差异
来自卖块资源站
MangoFanFan(留言 | 贡献) (创建模板) |
MangoFanFan(留言 | 贡献) (完善模板参数) |
||
第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 | 下单元格的内容 |
所有模板列表
这个模板用于创建一个浮动的信息框,应当将其作为母模板,在调用时优先调用其衍生的子模板。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
metadata | metadata 元数据 | 开启或关闭 metadata 模式,未知其效果。
| 布尔 | 可选 |
position | position 位置 | 设置浮于左侧或右侧,默认右侧。
| 未知 | 推荐 |
class | class | HTML参数 | 未知 | 可选 |
style | style | HTML参数 | 未知 | 可选 |
abovestyle | abovestyle | HTML参数 | 未知 | 可选 |
textstyle | textstyle | HTML参数 | 未知 | 可选 |
above | above 顶栏 上方文字 | 显示在上方的内容 | 单行文本 | 可选 |
image | image 左侧图像 | 左侧图像,语法为完整的文件名。
| 未知 | 推荐 |
imageright | imageright 右侧图像 | 右侧图像,语法同左侧图像
| 未知 | 推荐 |
text | text 文字 文本 | 主要内容文本,显示在顶栏、底栏、左右侧图像之间。 | 未知 | 必需 |
below | below 底栏 下方文字 | 显示在底部的内容 | 单行文本 | 推荐 |