“模板:Info”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
(对不起!由于会话数据丢失,我们无法处理您的编辑。 您可能已经退出。请核实您是否仍在登录,并重试。如果仍然不能工作,尝试退出并重新登录,并检查您的浏览器是否允许来自该网站的c)
举例说明
第49行: 第49行:
 
<pre>
 
<pre>
 
{{info
 
{{info
|width=50%  
+
|width=50% <!-- 模板宽度,选填,默认为80% -->
|title=欢迎来到H萌娘!
+
|title=欢迎来到萌娘百科! <!-- 文本标题,选填 -->
|text= 欢迎使用info模板框,这个模板是所有模板的父模板
+
|text= 欢迎使用info模板框,这个模板是所有模板的父模板 <!-- 文本内容,必填!!!(可省去参数名) -->
|text-style= color: red; font-weight: bold; font-style: italic;
+
|text-style= color: red; font-weight: bold; font-style: italic; <!-- 文本样式,选填,格式为行内样式(inline style) -->
|leftimage= [[image:Icon-info.png|50px|link=]]
+
|leftimage= [[image:Icon-info.png|50px|link=]] <!-- 左侧图标,选填,格式为图片插入语法,默认为[[image:Icon-info.png|50px|link=]] -->
|color= red
+
|color= red <!-- 左边框颜色,选填,格式为HTML颜色语法,默认为#1e90ff -->
|backgroundColor=
+
|backgroundColor= <!-- 背景颜色,选填,格式为HTML颜色语法,默认为#fbfbfb -->
|below=H萌娘,万物皆可萌!
+
|below=萌娘百科,万物皆可萌! <!-- 底部内容,选填-->
|class=
+
|class= <!-- 模板额外class,选填,格式为class语法-->
 +
|type= <!--模板类型,仅供模板页使用:在模板页中默认为【页顶提醒模板】,top为【页顶提醒模板】,middle为【页中提醒模板】,none为没有分类;在非模板页中默认为没有分类-->
 +
|smallimage= <!--图标大小,选填。参数值填写任意内容时,图标大小为25px(即一行文字的高度),否则为50px(默认高度)-->
 
}}
 
}}
 
</pre>
 
</pre>
  
 
[[Category:提示模板‎]]</noinclude>
 
[[Category:提示模板‎]]</noinclude>

2018年4月2日 (一) 14:28的版本


結構

{{Info
|class=
|width= 默認值是80%
|color= 默認值是#1e90ff
|backgroundColor=
|title-style=
|title=
|icon-style=
|leftimage= 默認值是[[image:Icon-info.png|50px|link=]]
|text-style=
|text= 默認值是'''警告!你还没有添加任何内容'''
|below-style=
|below=
}}
{{Info
|class=
|width=
|color=
|backgroundColor=
|title-style=
|title=
|icon-style=
|leftimage=
|text-style=
|text=
|below-style=
|below=
}}
所有參數都可以留空或者删去,但是會使模板失去作用,不写任何东西的效果见上面的【效果预览】。
除了|text= 以外的所有參數留空或者删去是合理的用法。
|text=可以用参数【1】代替
可以使用参数title来增加一个标题
可以使用参数below来增加一个页脚

举例说明

{{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(默认高度)-->
}}