Difference between revisions of "Template:Page-frame"

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

Revision as of 21:48, 21 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=
}}