Difference between revisions of "Template:MultiBox"

From SI410
Jump to: navigation, search
(Created page with "{{Box|{{Box\width|{{{width|}}}}}|{{Box\height|{{{height|}}}}}}}")
 
 
(75 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Box|{{Box\width|{{{width|}}}}}|{{Box\height|{{{height|}}}}}}}
+
<includeonly>{{Box|
 +
{{width|{{{width}}}}}
 +
{{height|{{{height|0}}}}}
 +
{{Border|set|{{{borderSize|}}}|{{{borderType|}}}|{{{borderColor|}}}}}
 +
{{Font|set|{{{fontSize|}}}|{{{fontColor|}}}|{{{fontType|}}}}}
 +
{{Color|background|{{{backgroundColor|}}}}}
 +
{{Box\shadow|{{{xShadowOffset}}}|{{{yShadowOffset}}}|{{{shadowBlur}}}|{{{shadowSize}}}|{{{shadowColor}}}}}
 +
{{Margin|{{{margin|}}}}}
 +
{{Margin|{{{topMargin|{{{margin|0}}}}}}|{{{rightMargin|{{{margin|0}}}}}}|{{{bottomMargin|{{{margin|0}}}}}}|{{{leftMargin|{{{margin|0}}}}}}}}
 +
{{Padding|{{{padding|}}}}}
 +
{{Padding|{{{topPadding|{{{padding|0}}}}}}|{{{rightPadding|{{{padding|0}}}}}}|{{{bottomPadding|{{{padding|0}}}}}}|{{{leftPadding|{{{padding|0}}}}}}}}
 +
{{Border|radius|{{{borderRadius|}}}}}
 +
{{Border|radius|{{{topLeftRadius|{{{borderRadius|0}}}}}}|{{{topRightRadius|{{{borderRadius|0}}}}}}|{{{bottomRightRadius|{{{borderRadius|0}}}}}}|{{{bottomLeftRadius|{{{borderRadius|0}}}}}}}}
 +
{{{layout|}}}|
 +
{{{inner|}}}}}</includeonly><noinclude>
 +
<nowiki>
 +
{{</nowiki>multiBox<br>
 +
|width=<br>
 +
|height=<br>
 +
|borderSize=<br>
 +
|borderType=<br>
 +
|borderColor=<br>
 +
|fontSize=<br>
 +
|fontColor=<br>
 +
|fontType=<br>
 +
|backgroundColor=<br>
 +
|margin=<br>
 +
|topMargin=<br>
 +
|rightMargin=<br>
 +
|bottomMargin=<br>
 +
|leftMargin=<br>
 +
|padding=<br>
 +
|topPadding=<br>
 +
|rightPadding=<br>
 +
|bottomPadding=<br>
 +
|leftPadding=<br>
 +
|borderRadius=<br>
 +
|topLeftRadius=<br>
 +
|topRightRadius=<br>
 +
|bottomRightRadius=<br>
 +
|bottomLeftRadius=<br>
 +
<nowiki>}}</nowiki></noinclude>

Latest revision as of 02:52, 13 November 2012

{{multiBox
|width=
|height=
|borderSize=
|borderType=
|borderColor=
|fontSize=
|fontColor=
|fontType=
|backgroundColor=
|margin=
|topMargin=
|rightMargin=
|bottomMargin=
|leftMargin=
|padding=
|topPadding=
|rightPadding=
|bottomPadding=
|leftPadding=
|borderRadius=
|topLeftRadius=
|topRightRadius=
|bottomRightRadius=
|bottomLeftRadius=
}}