Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
Line 1: Line 1:
 
{{multiBox
 
{{multiBox
<!--  -->|width  = {{{width-outer|800}}}
+
<!--  -->|width  = {{{width-outer|0}}}
<!--  -->|height = {{{height-outer|1000}}}
+
<!--  -->|height = {{{height-outer|0}}}
 
<!--  -->|layout = {{{layout-outer|}}};
 
<!--  -->|layout = {{{layout-outer|}}};
 
<!--  -->|inner  =
 
<!--  -->|inner  =
Line 7: Line 7:
 
<!--            -->|layout =
 
<!--            -->|layout =
 
<!--            -->float:top;
 
<!--            -->float:top;
<!--            -->width:{{{width-top|100%}}};
+
<!--            -->width:{{{width-top|{{{width-outer|0}}}}}}px;
<!--            -->height:{{{height-top|20%}}};
+
<!--            -->height:{{{height-top|0}}}px;
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=grey|{{{background-top|}}}}};
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=grey|{{{background-top|}}}}};
 
<!--            -->{{{layout-top|}}};
 
<!--            -->{{{layout-top|}}};
Line 16: Line 16:
 
<!--            -->|layout =
 
<!--            -->|layout =
 
<!--            -->float:top;
 
<!--            -->float:top;
<!--            -->width:{{{width-middle|100%}}};
+
<!--            -->width:{{{width-middle|{{{width-outer|0}}}}}}px;
<!--            -->height:{{{height-middle|75%}}};
+
<!--            -->height:{{{height-middle|0}}}px;
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=white|{{{background-middle|}}}}};
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=white|{{{background-middle|}}}}};
 
<!--            -->{{{layout-middle|}}};
 
<!--            -->{{{layout-middle|}}};
Line 25: Line 25:
 
<!--            -->|layout=
 
<!--            -->|layout=
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=black|{{{background-bottom|}}}}};
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=black|{{{background-bottom|}}}}};
<!--            -->width:{{{width-bottom|100%}}};
+
<!--            -->width:{{{width-bottom|{{{width-outer|0}}}}}}px;
<!--            -->height:{{{height-bottom|5%}}};
+
<!--            -->height:{{{height-bottom|0}}}px;
 
<!--            -->{{{layout-bottom|}}};
 
<!--            -->{{{layout-bottom|}}};
 
<!--            -->|inner={{{content-bottom|}}}
 
<!--            -->|inner={{{content-bottom|}}}

Revision as of 05:09, 15 November 2012

{{pageFrame
|show-layout=
|width-outer=
|height-outer=
|layout-outer=
|width-top=
|height-top=
|width-left=
|height-left=
|width-center=
|height-center=
|width-right=
|height-right=
|width-bottom=
|height-bottom=
|background-top=
|background-left=
|background-center=
|background-right=
|background-bottom=
|layout-top=
|layout-left=
|layout-center=
|layout-right=
|layout-bottom=
|content-top=
|content-left=
|content-center=
|content-right=
|content-bottom=
}}