|
|
第1行: |
第1行: |
|
| |
|
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "demospace": {
| |
| "label": "demospace",
| |
| "description": "指定用于展示的命名空间",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "type": {
| |
| "label": "type",
| |
| "description": "指定消息框的类型,如 speedy, delete, content 等",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "image": {
| |
| "label": "image",
| |
| "description": "左侧图片",
| |
| "type": "wiki-file-name",
| |
| "required": false
| |
| },
| |
| "imageright": {
| |
| "label": "imageright",
| |
| "description": "右侧图片",
| |
| "type": "wiki-file-name",
| |
| "required": false
| |
| },
| |
| "style": {
| |
| "label": "style",
| |
| "description": "额外的CSS样式",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "textstyle": {
| |
| "label": "textstyle",
| |
| "description": "消息文本的CSS样式",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "text": {
| |
| "label": "text",
| |
| "description": "显示在消息框中的文字",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "small": {
| |
| "label": "small",
| |
| "description": "是否启用小消息框模式",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "smallimage": {
| |
| "label": "smallimage",
| |
| "description": "左侧的小图片",
| |
| "type": "wiki-file-name",
| |
| "required": false
| |
| },
| |
| "smallimageright": {
| |
| "label": "smallimageright",
| |
| "description": "右侧的小图片",
| |
| "type": "wiki-file-name",
| |
| "required": false
| |
| },
| |
| "smalltext": {
| |
| "label": "smalltext",
| |
| "description": "以较小字体显示的文字",
| |
| "type": "string",
| |
| "required": false
| |
| }
| |
| },
| |
| "description": "{{Mbox}} 是一个元模板(在其他模板中引用的模板)。使用本模板将产生一个横幅讯息框,并可在各种不同类型的页面使用,无需手动更改横幅讯息框的样式,模板能侦测其所在的命名空间,并从 {{ambox}}、{{tmbox}}、{{imbox}}、{{cmbox}}、{{ombox}} 中自动选择适合的模板使用。"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |