Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
m (Mstuart moved page Template:PageFrame to Template:Page-frame)
Line 1: Line 1:
{{frameBox
+
{{frame-box
|frame-layout=box-sizing:content-box;{{{size-outer-frame|}}} {{{layout-outer-frame|}}};
+
|frame-layout=box-sizing:content-box;{{{frame-outer-size|}}} {{{frame-outer-layout|}}};
 
|frame-content=
 
|frame-content=
{{frameBox
+
{{frame-box
|frame-layout=float:top;box-sizing:border-box;{{{size-top-frame|}}}  {{{layout-top-frame|}}};
+
|frame-layout=float:top;box-sizing:border-box;{{{frame-top-size|}}}  {{{frame-top-layout|}}};
|frame-content={{{content-top-frame|}}}
+
|frame-content={{{frame-top-content|}}}
 
}}
 
}}
{{frameBox
+
{{
|frame-layout=float:top;box-sizing:border-box; {{{size-middle-frame|}}} {{{layout-middle-frame|}}};
+
frame-box|frame-layout=float:top;box-sizing:border-box; {{{frame-middle-size|}}} {{{frame-middle-layout|}}};
|frame-content={{{content-middle-frame|}}}
+
|frame-content={{{frame-middle-content|}}}
 
}}
 
}}
{{frameBox
+
{{
|frame-layout=clear:both;float:bottom;box-sizing:border-box; {{{size-bottom-frame|}}}  {{{layout-bottom-frame|}}} ;
+
frame-box|frame-layout=clear:both;float:bottom;box-sizing:border-box; {{{frame-bottom-size|}}}  {{{frame-bottom-layout|}}} ;
|frame-content={{{content-bottom-frame|}}}
+
|frame-content={{{frame-bottom-content|}}}
 
}}
 
}}
 
}}<noinclude>
 
}}<noinclude>

Revision as of 03:07, 25 November 2012

{{pageFrame
|width-outer=
|height-outer=
|layout-outer=
|background-outer=
|width-top=
|height-top=
|background-top=
|layout-top=
|content-top=
|width-middle=
|height-middle=
|background-middle=
|layout-middle=
|content-middle=
|width-bottom=
|height-bottom=
|background-bottom=
|layout-bottom=
|content-bottom=
}}