• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

“Template:Info/doc”的版本间的差异

来自小鱼君和他的朋友们
 
([InPageEdit] 没有编辑摘要 →‎参数说明
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
==info box使用 说明==
+
== 参数 说明 ==
{{Tipbox
+
{| class="wikitable"
|width=50
+
|-
|title= 标题
+
|<pre>{{Info
|text=  主要内容
+
| type    =
|text-style= color: red; font-weight: bold; font-style: italic;
+
| title    =
|leftimage= [[image:Icon-info.png|50px|link=]]
+
| text    =
|color= red
+
| width   
|backgroundColor=
+
| text-style =
|below= 下标
+
| leftimage  =
|class=
+
| below    =
|type=
+
}}</pre>
}}
+
|<pre>
 +
 
 +
类型,支持的类型:info, success, warning, error
 +
标题
 +
内容
 +
宽度,默认80%
 +
内容样式
 +
图标
 +
下标文字
 +
 
 +
</pre>
 +
|}
 +
 
 +
== 例子 ==
 +
 
 +
<pre>{{Info
 +
| type    = warning
 +
| title    = 请注意
 +
| text     道路千万条, 安全第一条。<br>行车不规范, 亲人两行泪。
 +
| width    = 50%
 +
| text-style = color: red; font-weight: bold; font-size: large;
 +
| leftimage = [[image:Icon-info.png|50px|link=]]
 +
| below    = 北京第三区交通委
 +
}}</pre>
  
<pre>
+
{{Info
{{tipbox
+
| type    = warning
|width=50%
+
| title    = 请注意
|title= 标题
+
| text     道路千万条, 安全第一条。<br>行车不规范, 亲人两行泪。
|text=  主要内容
+
| width    = 50%
|text-style= color: red; font-weight: bold; font-style: italic;
+
| text-style = color: red; font-weight: bold; font-size: large;
|leftimage= [[image:Icon-info.png|50px|link=]]
+
| leftimage = [[image:Icon-info.png|50px|link=]]
|color= red
+
| below    = 北京第三区交通委
|backgroundColor=
 
|below= 下标
 
|class=
 
|type=
 
 
}}
 
}}
</pre>
 

2020年6月19日 (五) 16:00的最新版本

参数说明

{{Info
| type       = 
| title      = 
| text       = 
| width      = 
| text-style = 
| leftimage  = 
| below      = 
}}

类型,支持的类型:info, success, warning, error
标题
内容
宽度,默认80%
内容样式
图标
下标文字

例子

{{Info
| type       = warning
| title      = 请注意
| text       = 道路千万条, 安全第一条。<br>行车不规范, 亲人两行泪。
| width      = 50%
| text-style = color: red; font-weight: bold; font-size: large;
| leftimage  = [[image:Icon-info.png|50px|link=]]
| below      = 北京第三区交通委
}}
请注意
道路千万条, 安全第一条。
行车不规范, 亲人两行泪。
北京第三区交通委