Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
Line 1: Line 1:
 
{{frameBox
 
{{frameBox
<!--  -->|width = {{{width-outer|}}}
+
|frame-layout=width:{{{width-outer}}}; height:{{{height-outer}}}; {{{layout-outer}}}; background:{{{background-outer}}};
<!--  -->|height = {{{height-outer|}}}
+
|frame-content=
<!--  -->|layout = {{{layout-outer|}}};
+
{{frameBox
<!--  -->background:{{{background-outer|}}};
+
|frame-layout=float:top; width:{{{width-top}}}; height:{{{height-top}}}; background:{{{background-top}}}; {{{layout-top}}};
<!--  -->|inner  =
+
|frame-content={{{content-top}}}
<!--  -->{{frameBox
+
<!--            -->|layout =
+
<!--            -->float:top;
+
<!--            -->width:{{{width-top|100%}}};
+
<!--            -->height:{{{height-top|25%}}};
+
<!--            -->background:{{{background-top|}}};
+
<!--            -->{{{layout-top|}}};
+
<!--            -->|inner = {{{content-top|}}}
+
 
}}
 
}}
<!--    -->{{frameBox
+
{{frameBox
<!--            -->|layout =
+
|frame-layout=float:top; width:{{{width-middle}}}; height:{{{height-middle}}}; background:{{{background-middle}}}; {{{layout-middle}}};
<!--            -->float:top;
+
|frame-content={{{content-middle}}}
<!--            -->width:{{{width-middle|100%}}};
+
<!--            -->height:{{{height-middle|70%}}};
+
<!--            -->background:{{{background-middle|}}};
+
<!--            -->{{{layout-middle|}}};
+
<!--            -->|inner = {{{content-middle|}}}
+
 
}}
 
}}
<!--    -->{{frameBox
+
{{frameBox
<!--            -->|layout=clear:both;
+
|frame-layout=clear:both; background:{{{background-bottom}}}; width:{{{width-bottom}}}; height:{{{height-bottom}}}; {{{layout-bottom}}};
<!--            -->background:{{{background-bottom|}}};
+
|frame-content={{{content-bottom}}}
<!--            -->width:{{{width-bottom|100%}}};
+
}}
<!--            -->height:{{{height-bottom|5%}}};
+
}}<noinclude>
<!--            -->{{{layout-bottom|}}};
+
<!--            -->|inner={{{content-bottom|}}}
+
}}}}<noinclude>
+
 
<nowiki>{{</nowiki>pageFrame<br>
 
<nowiki>{{</nowiki>pageFrame<br>
 
|width-outer=<br>
 
|width-outer=<br>

Revision as of 04:18, 21 November 2012

{{{content-top}}}
{{{content-middle}}}
{{{content-bottom}}}

{{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=
}}