模板:Info:修订间差异
来自The Land of StarLight
MCBW>坑触可 重定向页面至模板:Info |
小 导入1个版本 |
||
(未显示2个用户的2个中间版本) | |||
第1行: | 第1行: | ||
# | <includeonly><templatestyles src="Info/style.css" /><div class="mw-parser-output"><div class="infoBox {{{class|}}}" style="width:{{{width|80%}}};border-left: 10px solid {{{color|#1e90ff}}};{{#if:{{{backgroundColor|}}}|background-color:{{{backgroundColor}}};}}"><div class="infoBoxContent" {{#if:{{{backgroundColor|}}}|style="border-color:{{{backgroundColor}}};background-color:{{{backgroundColor}}};"}}> | ||
{{#if:{{{title|}}}|<div class="infoBoxTitle" style="{{{title-style|}}}">{{{title}}}</div>}}<div class="infoBoxIcon" style="{{#if:{{{backgroundColor|}}}|background-color:{{{backgroundColor}}};}}{{{icon-style|}}}">{{{leftimage|[[image:Icon-info.png|{{#if:{{{smallimage|}}}|25px|50px}}|link=]]}}}</div><div class="infoBoxText" style="{{{text-style|}}}{{{content-style|}}}">{{{text|{{{content|{{{1|'''警告!你还没有添加任何内容'''}}}}}}}}}</div>{{#if:{{{below|}}}|<div class="infoBoxBelow" style="{{{below-style|}}}">{{{below}}}</div>}} | |||
</div></div></div>{{#ifeq:{{NAMESPACENUMBER}}|10|{{#switch:{{{type|}}} | |||
| top = [[Category:页顶提示模板]] | |||
| middle = [[Category:页中提示模板]] | |||
| none = | |||
| #default = [[Category:页顶提示模板]] }}|}}</includeonly><noinclude> | |||
{{Documentation}} | |||
[[分类:元模板]]<templatedata> | |||
{ | |||
"params": { | |||
"text": { | |||
"aliases": [ | |||
"1", | |||
"content" | |||
], | |||
"label": "内容", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "标题", | |||
"type": "content" | |||
}, | |||
"width": { | |||
"label": "宽度", | |||
"type": "string", | |||
"default": "80%" | |||
}, | |||
"color": { | |||
"label": "左边框颜色", | |||
"type": "string", | |||
"default": "#1e90ff" | |||
}, | |||
"text-style": { | |||
"label": "文本样式", | |||
"type": "string" | |||
}, | |||
"backgroundColor": { | |||
"label": "背景颜色", | |||
"type": "string" | |||
}, | |||
"below": { | |||
"label": "页脚", | |||
"type": "content" | |||
}, | |||
"leftimage": { | |||
"label": "左侧图标", | |||
"type": "content", | |||
"default": "[[image:Icon-info.png|50px|link=]]" | |||
}, | |||
"smallimage": { | |||
"label": "图标大小", | |||
"type": "string", | |||
"default": "50px" | |||
}, | |||
"class": { | |||
"label": "类名", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"label": "模板类型", | |||
"description": "可以是:top / middle / none" | |||
}, | |||
"title-style": { | |||
"label": "标题样式", | |||
"type": "string" | |||
}, | |||
"icon-style": { | |||
"label": "图标样式", | |||
"type": "string" | |||
}, | |||
"content-style": { | |||
"label": "内容样式", | |||
"type": "string" | |||
}, | |||
"below-style": { | |||
"label": "页脚样式", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "消息提示框", | |||
"format": "block" | |||
} | |||
</templatedata></noinclude> |
2022年10月14日 (五) 17:24的最新版本
这是效果预览
警告!你还没有添加任何内容
除了|text= 以外都可以留空或者删去,不写任何东西的效果见上面的【效果预览】 |text=可以用参数【1】代替 可以使用参数title来增加一个标题!也可以用参数below增加一个页脚! type= ,分類填寫,默認為【頁頂提醒模板】,top為【頁頂提醒模板】;middle為【頁中提醒模板】;none為沒有分類。
欢迎来到萌娘百科!
欢迎使用info模板框,这个模板是所有模板的父模板
萌娘百科,万物皆可萌!
{{info |width=50% <!-- 模板宽度,选填,默认为80% --> |title=欢迎来到萌娘百科! <!-- 文本标题,选填 --> |text= 欢迎使用info模板框,这个模板是所有模板的父模板 <!-- 文本内容,必填!!!(可省去参数名) --> |text-style= color: red; font-weight: bold; font-style: italic; <!-- 文本样式,选填,格式为行内样式(inline style) --> |leftimage= [[image:Icon-info.png|50px|link=]] <!-- 左侧图标,选填,格式为图片插入语法,默认为[[image:Icon-info.png|50px|link=]] --> |color= red <!-- 左边框颜色,选填,格式为HTML颜色语法,默认为#1e90ff --> |backgroundColor= <!-- 背景颜色,选填,格式为HTML颜色语法,默认为#fbfbfb --> |below=萌娘百科,万物皆可萌! <!-- 底部内容,选填--> |class= <!-- 模板额外class,选填,格式为class语法--> |type= <!--模板类型,仅供模板页使用:在模板页中默认为【页顶提醒模板】,top为【页顶提醒模板】,middle为【页中提醒模板】,none为没有分类;在非模板页中默认为没有分类--> |smallimage= <!--图标大小,选填。参数值填写任意内容时,图标大小为25px(即一行文字的高度),否则为50px(默认高度)--> }}
消息提示框
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
内容 | text 1 content | 无描述 | 内容 | 必需 |
标题 | title | 无描述 | 内容 | 可选 |
宽度 | width | 无描述
| 字符串 | 可选 |
左边框颜色 | color | 无描述
| 字符串 | 可选 |
文本样式 | text-style | 无描述 | 字符串 | 可选 |
背景颜色 | backgroundColor | 无描述 | 字符串 | 可选 |
页脚 | below | 无描述 | 内容 | 可选 |
左侧图标 | leftimage | 无描述
| 内容 | 可选 |
图标大小 | smallimage | 无描述
| 字符串 | 可选 |
类名 | class | 无描述 | 字符串 | 可选 |
模板类型 | type | 可以是:top / middle / none | 未知 | 可选 |
标题样式 | title-style | 无描述 | 字符串 | 可选 |
图标样式 | icon-style | 无描述 | 字符串 | 可选 |
内容样式 | content-style | 无描述 | 字符串 | 可选 |
页脚样式 | below-style | 无描述 | 字符串 | 可选 |