模板:Default:修订间差异

来自Limbo Wiki
无编辑摘要
(修好了!)
第1行: 第1行:
<includeonly>
<includeonly>
:<div class="infoBox {{{class|}}}" style="{{#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}}};"}}>
<div class="infoBox wikitable {{{class|}}}" style="{{#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|[[文件:Icon-info.png|{{#if:{{{smallimage|}}}|25px|50px}}|link=]]}}}</div><div class="infoBoxText" style="{{{text-style|}}}{{{content-style|}}}">{{{text|{{{content|{{{1|'''警告!你还没有添加任何内容'''}}}}}}}}}
{{#if:{{{title|}}}|<div class="infoBoxTitle" style="{{{title-style|}}}">{{{title}}}</div>}}<div class="infoBoxIcon" style="{{#if:{{{backgroundColor|}}}|background-color:{{{backgroundColor}}};}}{{{icon-style|}}}">{{{leftimage|[[文件: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>{{#if:{{{below|}}}|<div class="infoBoxBelow" style="{{{below-style|}}}">{{{below}}}</div>}}
第9行: 第10行:
<nowiki>
<nowiki>
{{Default
{{Default
|color:<颜色条颜色,默认#1e90ff>
|title:<题目>
|title-style:<题目风格>
|backgroundColor:<背景颜色>
|backgroundColor:<背景颜色>
|content:<文字内容>
|content:<文字内容>
}}
}}
例子:
</nowiki>
</nowiki>
{{Default
|title=题目
|backgroundColor=#ffff11
|content=123
}}
</noinclude>
</noinclude>

2021年10月31日 (日) 09:39的版本


模板使用方法: {{Default |color:<颜色条颜色,默认#1e90ff> |title:<题目> |title-style:<题目风格> |backgroundColor:<背景颜色> |content:<文字内容> }} 例子:

题目
Icon-info.png
123