Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
Line 4: Line 4:
 
<!--  -->|layout = {{{layout-outer|}}};
 
<!--  -->|layout = {{{layout-outer|}}};
 
<!--  -->|inner  =
 
<!--  -->|inner  =
<!--  -->{{multiBox
+
<!--  -->{{frameBox
 
<!--            -->|layout =
 
<!--            -->|layout =
 
<!--            -->float:top;
 
<!--            -->float:top;
Line 13: Line 13:
 
<!--            -->|inner = {{{content-top|}}}
 
<!--            -->|inner = {{{content-top|}}}
 
}}
 
}}
<!--    -->{{multiBox
+
<!--    -->{{frameBox
 
<!--            -->|layout =
 
<!--            -->|layout =
 
<!--            -->float:top;
 
<!--            -->float:top;
Line 22: Line 22:
 
<!--            -->|inner = {{{content-middle|}}}
 
<!--            -->|inner = {{{content-middle|}}}
 
}}
 
}}
<!--    -->{{multiBox
+
<!--    -->{{frameBox
 
<!--            -->|layout=
 
<!--            -->|layout=
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=black|{{{background-bottom|}}}}};
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=black|{{{background-bottom|}}}}};

Revision as of 05:17, 15 November 2012

{{pageFrame
|show-layout=
|width-outer=
|height-outer=
|layout-outer=
|width-top=
|height-top=
|width-left=
|height-left=
|width-center=
|height-center=
|width-right=
|height-right=
|width-bottom=
|height-bottom=
|background-top=
|background-left=
|background-center=
|background-right=
|background-bottom=
|layout-top=
|layout-left=
|layout-center=
|layout-right=
|layout-bottom=
|content-top=
|content-left=
|content-center=
|content-right=
|content-bottom=
}}