模板:提示框:修订间差异

来自异世界百科
删除的内容 添加的内容
落雨枫留言 | 贡献
无编辑摘要
落雨枫留言 | 贡献
无编辑摘要
第5行: 第5行:
{{ 提示框 | content = 提示内容 | type = primary }}
{{ 提示框 | content = 提示内容 | type = primary }}


<code><nowiki>{{ 提示框 | content = 提示内容 | type = primary }}</nowiki></code>
<code><nowiki>{{ 提示框 | content = 提示内容 | type = primary }}</nowiki></code><templatedata>
{
"params": {
"type": {
"label": "提示框颜色",
"description": "具体请参考bootstrap。可用值:primary, secondary, success, warning, danger, info",
"example": "primary",
"type": "line",
"autovalue": "primary"
},
"content": {
"label": "提示框内容",
"description": "要在提示框内显示的内容",
"type": "content",
"autovalue": "",
"required": true
}
},
"format": "block"
}
</templatedata>
</noinclude>
</noinclude>

2020年9月1日 (二) 15:19的版本

提示框

显示一小段提示

提示内容

{{ 提示框 | content = 提示内容 | type = primary }}

无描述。

模板参数

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

参数描述类型状态
提示框颜色type

具体请参考bootstrap。可用值:primary, secondary, success, warning, danger, info

示例值
primary
自动值
primary
单行文本可选
提示框内容content

要在提示框内显示的内容

自动值
内容必需