Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
Line 1: Line 1:
 
{{frameBox
 
{{frameBox
|frame-layout=box-sizing:content-box;{{{width-outer|}}} {{{height-outer|}}} {{{layout-outer|}}};
+
|frame-layout=box-sizing:content-box;{{{size-outer-frame|}}} {{{layout-outer-frame|}}};
 
|frame-content=
 
|frame-content=
 
{{frameBox
 
{{frameBox
|frame-layout=float:top;box-sizing:border-box;{{{width-top|}}} {{{height-top|}}} {{{layout-top|}}};
+
|frame-layout=float:top;box-sizing:border-box;{{{size-top-frame|}}} {{{layout-top-frame|}}};
|frame-content={{{content-top|}}}
+
|frame-content={{{content-top-frame|}}}
 
}}
 
}}
 
{{frameBox
 
{{frameBox
|frame-layout=float:top;box-sizing:border-box; {{{width-middle|}}} {{{height-middle|}}} {{{layout-middle|}}};
+
|frame-layout=float:top;box-sizing:border-box; {{{size-middle-frame|}}} {{{layout-middle-frame|}}};
|frame-content={{{content-middle|}}}
+
|frame-content={{{content-middle-frame|}}}
 
}}
 
}}
 
{{frameBox
 
{{frameBox
|frame-layout=clear:both;box-sizing:border-box; {{{width-bottom|}}} {{{height-bottom|}}} {{{layout-bottom|}}} ;
+
|frame-layout=clear:both;box-sizing:border-box; {{{size-bottom-frame|}}} {{{layout-bottom-frame|}}} ;
|frame-content={{{content-bottom|}}}
+
|frame-content={{{content-bottom-frame|}}}
 
}}
 
}}
 
}}<noinclude>
 
}}<noinclude>

Revision as of 23:40, 24 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=
}}