模板:提示框:修订间差异
来自异世界百科
删除的内容 添加的内容
无编辑摘要 |
无编辑摘要 |
||
第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
| 单行文本 | 可选 |
提示框内容 | content | 要在提示框内显示的内容
| 内容 | 必需 |