「テンプレート:Info」の版間の差分

提供: 萌えっ娘百科事典
移動先: 案内検索
(//QuickEdit)
 
(他の1人の利用者による、間の1版が非表示)
1行目: 1行目:
{|class="common-box {{{class|}}}" style="margin: 0px 10%; width:{{{width|80%}}}; background: #f8f9fa; border-left: 10px solid {{{color|#1e90ff}}};; box-shadow:0 1px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 2px 1px -2px rgba(0,0,0,.2)"
+
<includeonly><div class="infoBox {{{class|}}}" style="{{#ifeq:{{{type|}}}|middle|display:flow-root;}}{{#switch:{{#if:{{{type|}}}|{{{type|}}}|none}}|middle|none={{#if:{{{width|}}}|width:{{{width}}};}}}}max-width:100%;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>}}
| style="padding: 2px 0 2px 0.5em" | {{{leftimage|[[image:Icon-info.png|50px|link=]]}}}
+
</div></div>{{TemplateCate|{{#switch:{{{type|}}}
| style="padding: 0.25em 0.5em"| <div style="{{{text-style|}}}">{{{text|{{{1|'''警告!まだ内容を入力してない!'''}}}}}}</div>
+
|top=最上部に提示するテンプレート‎
|}<noinclude>
+
|middle=ページに提示されるテンプレート
 
+
|none=
=== 使用例 ===
+
|#default=最上部に提示するテンプレート‎}}}}</includeonly>
<pre>
+
<noinclude>{{Documentation}}</noinclude>
|text= を除いて、他の項を空白のままにしても削除しても構わない。なんの内容を書かないと、效果は上記のようです。
 
 
 
{{info
 
|width=50%
 
|text= このinfoテンプレートはほかのテンプレートの親テンプレートです。
 
|text-style= color: red; font-weight: bold; font-style: italic;
 
|leftimage= [[image:Icon-forbidden.png|50px|link=]]
 
|color= red
 
}}
 
</pre>
 
</noinclude>
 

2022年5月13日 (金) 02:45時点における最新版

Template-info.svg テンプレートの解説  [表示] [編集] [履歴] [キャッシュを破棄]

这是效果预览

Icon-info.png
警告!まだ何も書き加えていません


举例说明:

除了|text= 以外都可以留空或者删去,不写任何东西的效果见上面的【效果预览】
|text=可以用参数【1】代替
可以使用参数title来增加一个标题!也可以用参数below增加一个页脚!
type= ,分類填寫,默認為【頁頂提醒模板】,top為【頁頂提醒模板】;middle為【頁中提醒模板】;none為沒有分類。
{{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(默认高度)-->
}}