Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
Line 12: Line 12:
 
<!--            -->{{{layout-top|}}};
 
<!--            -->{{{layout-top|}}};
 
<!--            -->|inner = {{{content-top|}}}
 
<!--            -->|inner = {{{content-top|}}}
 +
}}
 +
<!--  -->{{multiBox
 +
<!--            -->|layout=
 +
<!--            -->float:left;
 +
<!--            -->background:{{if|test={{{show-layout|}}}|then=darkgrey|{{{background-left|}}}}};
 +
<!--            -->width:{{{width-left|33%}}};
 +
<!--            -->height:{{{height-left|75%}}};
 +
<!--            -->{{{layout-left|}}};
 +
<!--            -->|inner={{{content-left|}}}
 
}}
 
}}
 
<!--  -->{{multiBox
 
<!--  -->{{multiBox
Line 22: Line 31:
 
<!--            -->{{{layout-center|}}};
 
<!--            -->{{{layout-center|}}};
 
<!--            -->|inner={{{content-center|}}}
 
<!--            -->|inner={{{content-center|}}}
}}
 
<!--  -->{{multiBox
 
<!--            -->|layout=
 
<!--            -->float:left;
 
<!--            -->background:{{if|test={{{show-layout|}}}|then=darkgrey|{{{background-left|}}}}};
 
<!--            -->width:{{{width-left|33%}}};
 
<!--            -->height:{{{height-left|75%}}};
 
<!--            -->{{{layout-left|}}};
 
<!--            -->|inner={{{content-left|}}}
 
 
}}
 
}}
 
<!--  -->{{multiBox
 
<!--  -->{{multiBox
Line 40: Line 40:
 
<!--            -->|inner={{{content-right|}}}
 
<!--            -->|inner={{{content-right|}}}
 
}}
 
}}
 
 
<!--    -->{{multiBox
 
<!--    -->{{multiBox
 
<!--            -->|layout=
 
<!--            -->|layout=

Revision as of 03:41, 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=
}}