如果你看到本段文字,说明该页面未正常加载全局JS,部分功能将无法使用,请点击 刷新 重新加载页面。
全站通知:
模板:信息/文档
刷
历
编
< 模板:信息
跳到导航
跳到搜索
系列模板
提示信息主模板
使用方法
调用参数
{{信息|class|width|color|backgroundColor|icon-style|leftimage|text-style|text}}
必填
- |text=信息内容
选填
- |title=信息标题
- |class=信息框主题,预设值有default、primary、success、info、warning、danger、black、white,默认值是default
- |width=信息框宽度,默认值是 auto
- |color=边框和图标颜色,默认值是 #1e90ff
- |backgroundColor=背景颜色,默认值是 #d9edf7
- |leftimage=图标,默认值是 info-sign
- |title-style=信息标题样式
- |text-style=信息文字样式
- |icon-style=图标样式
示例1
你所写的
{{信息}}
{{信息
|class=success
|text=根据页面宽度控制宽度
|width=25%
}}
|class=success
|text=根据页面宽度控制宽度
|width=25%
}}
{{信息
|class=info
|text=固定宽度
|width=500px
}}
|class=info
|text=固定宽度
|width=500px
}}
{{信息
|class=warning
|text=更改文字样式
|text-style=color:blue;font-weight:bold;font-size:150%
}}
|class=warning
|text=更改文字样式
|text-style=color:blue;font-weight:bold;font-size:150%
}}
{{信息
|class=danger
|text=更换图标和图标样式
|leftimage=warning-sign
|icon-style=font-size:50px
}}
|class=danger
|text=更换图标和图标样式
|leftimage=warning-sign
|icon-style=font-size:50px
}}
显示内容
示例2
你所写的
{{信息
|title=不用预设,自定义样式
|text=改变信息框宽度,文字样式,边框背景颜色,图标
|width=50%
|text-style=color: #080; font-weight: bold; font-style: italic;
|color=black
|backgroundColor=#eee
|leftimage=piggy-bank
}}
|title=不用预设,自定义样式
|text=改变信息框宽度,文字样式,边框背景颜色,图标
|width=50%
|text-style=color: #080; font-weight: bold; font-style: italic;
|color=black
|backgroundColor=#eee
|leftimage=piggy-bank
}}
{{信息
|width=80%
|text=内容:欢迎使用信息模板框,这个模板是本系列所有模板的父模板
|text-style=font-weight: bold; font-style: italic;
|leftimage=[[文件:立绘·吕布.png|50px|link=]]
|color=red
|backgroundColor=#ffe897
}}
|width=80%
|text=内容:欢迎使用信息模板框,这个模板是本系列所有模板的父模板
|text-style=font-weight: bold; font-style: italic;
|leftimage=[[文件:立绘·吕布.png|50px|link=]]
|color=red
|backgroundColor=#ffe897
}}