Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
Line 13: Line 13:
 
<!--            -->|inner = {{{content-top|}}}
 
<!--            -->|inner = {{{content-top|}}}
 
}}
 
}}
<!--   -->{{multiBox
+
<!--   -->{{multiBox
<!--            -->|layout=
+
<!--            -->|layout =
<!--            -->float:left;
+
<!--            -->float:top;
<!--            -->background:{{if|test={{{show-layout|}}}|then=darkgrey|{{{background-left|}}}}};
+
<!--            -->width:{{{width-middle|100%}}};
<!--            -->width:{{{width-left|33%}}};
+
<!--            -->height:{{{height-middle|75%}}};
<!--            -->height:{{{height-left|75%}}};
+
<!--            -->background:{{if|test={{{show-layout|}}}|then=grey|{{{background-middle|}}}}};
<!--            -->{{{layout-left|}}};
+
<!--            -->{{{layout-middle|}}};
<!--            -->|inner={{{content-left|}}}
+
<!--            -->|inner = {{{content-middle|}}}
}}
+
<!--  -->{{multiBox
+
<!--            -->|layout=float:right;
+
<!--            -->background:{{if|test={{{show-layout|}}}|then=lightgrey|{{{background-right|}}}}};
+
<!--            -->width:{{{width-right|33%}}};
+
<!--            -->height:{{{height-right|75%}}};
+
<!--            -->{{{layout-right|}}};
+
<!--            -->|inner={{{content-right|}}}
+
}}
+
<!--  -->{{multiBox
+
<!--            -->|layout=
+
<!--            -->float:center;
+
<!--            -->background:{{if|test={{{show-layout|}}}|then=silver|{{{background-center|}}}}};
+
<!--            -->width:{{{width-center|34%}}};
+
<!--            -->height:{{{height-center|75%}}};
+
<!--            -->{{Box\center}};
+
<!--            -->{{{layout-center|}}};
+
<!--            -->|inner={{{content-center|}}}
+
 
}}
 
}}
 
<!--    -->{{multiBox
 
<!--    -->{{multiBox

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