1,052
次編輯
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> |