打开/关闭菜单
切换首选项菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

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

来自异世界百科
删除的内容 添加的内容
落雨枫留言 | 贡献
尝试增加选择框模式
落雨枫留言 | 贡献
无编辑摘要
 
(未显示同一用户的1个中间版本)
第5行: 第5行:
{{ 提示框 | content = 提示内容 | type = primary }}
{{ 提示框 | content = 提示内容 | type = primary }}


<code><nowiki>{{ 提示框 | content = 提示内容 | type = primary }}</nowiki></code><templatedata>
<code><nowiki>{{ 提示框 | content = 提示内容 | type = primary }}</nowiki></code>
<templatedata>
{
{
"params": {
"params": {
第12行: 第13行:
"description": "具体请参考bootstrap。可用值:primary, secondary, success, warning, danger, info",
"description": "具体请参考bootstrap。可用值:primary, secondary, success, warning, danger, info",
"example": "primary",
"example": "primary",
"type": "select",
"type": "dropdown",
"autovalue": "primary",
"autovalue": "primary",
"default": "primary: 主要(蓝色)\ninfo: 信息(浅蓝色)\nsecondary: 次要(灰色)\nsuccess: 成功(绿色)\nwarning: 警告(黄色)\ndanger: 危险(红色)"
"default": "primary: 主要(蓝色)\ninfo: 信息(浅蓝色)\nsecondary: 次要(灰色)\nsuccess: 成功(绿色)\nwarning: 警告(黄色)\ndanger: 危险(红色)"

2022年4月25日 (一) 14:47的最新版本

提示框

显示一小段提示

提示内容

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

无描述。

模板参数

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

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

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

默认值
primary: 主要(蓝色)

info: 信息(浅蓝色) secondary: 次要(灰色) success: 成功(绿色) warning: 警告(黄色)

danger: 危险(红色)
示例值
primary
自动值
primary
单选可选
提示框内容content

要在提示框内显示的内容

自动值
内容必需