更多操作
小无编辑摘要 |
无编辑摘要 |
||
(未显示3个用户的11个中间版本) | |||
第1行: | 第1行: | ||
<onlyinclude><center><div style="border-radius:1px;padding:9px;border:1px solid #d0d0d0;border-left:6px solid {{#switch:{{{type}}}|异常|Error|红色|红|Red =#b32424|警告|Warning|橙色|橙|Orange=#f28500|注意|Note|黄色|黄|Yellow=# | <onlyinclude><center><div style="border-radius:1px;padding:9px;border:1px solid #d0d0d0;border-left:6px solid {{#switch:{{{type}}}|异常|Error|红色|红|Red =#b32424|警告|Warning|橙色|橙|Orange=#f28500|注意|Note|黄色|黄|Yellow=#D4AB30|信息|提示|Tips|Info|蓝色|蓝|Blue=#3366cc|其他|Other|灰色|灰|Grey=#a2a9b1|#default =#3366cc}};margin-bottom:0px;max-width:80%;text-align:left"><font style="color:{{#switch:{{{type}}}|异常|Error|红色|红|Red =#b32424|警告|Warning|橙色|橙|Orange=#f28500|注意|Note|黄色|黄|Yellow=#D4AB30|信息|提示|Tips|Info|蓝色|蓝|Blue=#3366cc|其他|Other|灰色|灰|Grey=#a2a9b1|#default =#3366cc}};font-size:110%;font-weight:bold">{{{emoji}}} {{{title}}}</font> <font style="font-size:80%;font-style:italic">{{#if: {{{add time|}}}|({{{add time}}})|<!-- do not display anything if add time is not provided -->}}</font><br>{{{content}}}</div></center></onlyinclude> | ||
<templatedata> | <templatedata> | ||
第5行: | 第5行: | ||
"params": { | "params": { | ||
"type": { | "type": { | ||
"description": "消息框类型", | "description": "消息框类型 异常(红)、警告(橙)、注意(黄)、信息(蓝)、其他(灰)", | ||
"type": "line", | "type": "line", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
第19行: | 第19行: | ||
}, | }, | ||
"title": { | "title": { | ||
"description": " | "description": "消息框标题", | ||
"type": "line", | "type": "line", | ||
"required": true, | "required": true, | ||
第26行: | 第26行: | ||
"content": { | "content": { | ||
"description": "消息框内容", | "description": "消息框内容", | ||
"type": " | "type": "unbalanced-wikitext", | ||
"required": | "required": false, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
第33行: | 第33行: | ||
"description": "用于描述消息框的 Emoji", | "description": "用于描述消息框的 Emoji", | ||
"type": "line", | "type": "line", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | |||
"add time": { | |||
"label": "模板添加时间", | |||
"description": "模板被添加的时间", | |||
"type": "date", | |||
"default": "2024-12-31" | |||
} | } | ||
}, | }, | ||
第50行: | 第48行: | ||
"emoji", | "emoji", | ||
"title", | "title", | ||
"content" | "content", | ||
"add time" | |||
], | ], | ||
"format": "block" | "format": "block" | ||
}</templatedata> | }</templatedata> | ||
[[分类:模板的模板]] |
2024年3月19日 (二) 12:46的最新版本
{{{emoji}}} {{{title}}}
{{{content}}}
{{{content}}}
用于提示、警告等的消息框模板。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
type | type | 消息框类型 异常(红)、警告(橙)、注意(黄)、信息(蓝)、其他(灰)
| 单行文本 | 必需 |
emoji | emoji | 用于描述消息框的 Emoji | 单行文本 | 必需 |
title | title | 消息框标题 | 单行文本 | 必需 |
content | content | 消息框内容 | wikitext片段 | 推荐 |
模板添加时间 | add time | 模板被添加的时间
| 日期 | 可选 |