Difference between revisions of "Template:Page-frame"

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

Revision as of 04:19, 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=
}}