模板:Tip:修订间差异

来自「荏苒之境」
创建页面,内容为“<noinclude>{{模板文档}}</noinclude><includeonly><!-- -->{{#tip-text|{{{1}}}|{{{2}}}}}<!-- --></includeonly><noinclude> <templatedata> { "params": { "1": { "description": "要提供提示信息的内容。", "type": "content", "required": true }, "2": { "description": "提示的内容。", "type": "line" } }, "description": "用于创建悬浮提示的组件。", "paramOrder": [ "1", "2" ], "format": "inline" } </templatedata…”
 
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
<noinclude>{{模板文档}}</noinclude><includeonly><!--
<noinclude>{{模板文档}}</noinclude><includeonly><!--
-->{{#tip-text|{{{1}}}|{{{2}}}}}<!--
-->{{#tip-text:{{{1}}}|{{{2}}}}}<!--
--></includeonly><noinclude>
--></includeonly><noinclude>
<templatedata>
<templatedata>
第12行: 第12行:
"2": {
"2": {
"description": "提示的内容。",
"description": "提示的内容。",
"type": "line"
"type": "line",
"required": true
}
}
},
},

2025年8月30日 (六) 15:49的最新版本

Hello world

示例代码:

{{tip|Hello world|你好世界}}

用于创建悬浮提示的组件。

模板参数[编辑模板数据]

此模板首选参数不换行的行内格式。

参数描述类型状态
11

要提供提示信息的内容。

内容必需
22

提示的内容。

单行文本必需