Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
Line 2: Line 2:
 
|width={{{width|800}}}
 
|width={{{width|800}}}
 
|height={{{height|1000}}}
 
|height={{{height|1000}}}
 +
|layout={{{layout-outer|}}};
 
|inner=
 
|inner=
 
{{multiBox
 
{{multiBox
|layout=float:top;background:{{{background-top|{{{show-layout|grey}}}}}};width:100%;height:{{{height-top|20%}}};
+
|layout=float:top;background:{{{background-top|{{{show-layout|grey}}}}}};width:100%;height:{{{height-top|20%}}};{{{layout-top|}}};
 
|inner={{{content-top|}}}
 
|inner={{{content-top|}}}
 
}}
 
}}
 
{{multiBox
 
{{multiBox
|layout=float:left;background:{{{background-left|{{{show-layout|darkgrey}}}}}};width:{{{width-left|33%}}};height:{{{height-center|75%}}};
+
|layout=float:left;background:{{{background-left|{{{show-layout|darkgrey}}}}}};width:{{{width-left|33%}}};height:{{{height-left|75%}}};{{{layout-left|}}}; |inner={{{content-left|}}}
|inner={{{content-left|}}}
+
 
}}
 
}}
 
{{multiBox
 
{{multiBox
|layout=float:right;background:{{{background-right|{{{show-layout|lightgrey}}}}}};width:{{{width-right|33%}}};height:{{{height-center|75%}}};
+
|layout=float:right;background:{{{background-right|{{{show-layout|lightgrey}}}}}};width:{{{width-right|33%}}};height:{{{height-right|75%}}};{{{layout-right|}}};
 
|inner={{{content-right|}}}
 
|inner={{{content-right|}}}
 
}}
 
}}
 
{{multiBox
 
{{multiBox
|layout=float:center;background:{{{background-middle|{{{show-layout|silver}}}}}};width:{{{width-center|34%}}};height:{{{height-center|75%}}};{{Box\center}}
+
|layout=float:center;background:{{{background-center|{{{show-layout|silver}}}}}};width:{{{width-center|34%}}};height:{{{height-center|75%}}};{{Box\center}};
 +
{{{layout-center|}}};
 
|inner={{{content-center|}}}
 
|inner={{{content-center|}}}
 
}}
 
}}
 
{{multiBox
 
{{multiBox
|layout=clear:both;background:{{{background-middle|{{{show-layout|grey}}}}}};width:100%;height:{{{height-top|5%}}};
+
|layout=clear:both;background:{{{background-bottome|{{{show-layout|grey}}}}}};width:100%;height:{{{height-bottom|5%}}};{{{layout-bottom|}}};|inner={{{content-bottom|}}}
|inner={{{content-bottom|}}}
+
 
}}
 
}}
 
}}<noinclude>
 
}}<noinclude>

Revision as of 02:45, 15 November 2012

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