Difference between revisions of "Template:B1"

From SI410
Jump to: navigation, search
Line 1: Line 1:
 
{{B2
 
{{B2
<!--  -->|layout = width:{{{width-outer}}};
+
<!--  -->|frame-layout = width:{{{width-outer}}};
 
<!--  -->height:{{{height-outer}}};
 
<!--  -->height:{{{height-outer}}};
 
<!--  -->{{{layout-outer}}};
 
<!--  -->{{{layout-outer}}};
 
<!--  -->background:{{{background-outer}}};
 
<!--  -->background:{{{background-outer}}};
<!--  -->|inner =<!--  -->{{B2
+
<!--  -->|frame-content =<!--  -->{{B2
<!--            -->|layout =
+
<!--            -->|frame-layout =
 
<!--            -->float:top;
 
<!--            -->float:top;
 
<!--            -->width:{{{width-top}}};
 
<!--            -->width:{{{width-top}}};
Line 11: Line 11:
 
<!--            -->background:{{{background-top}}};
 
<!--            -->background:{{{background-top}}};
 
<!--            -->{{{layout-top}}};
 
<!--            -->{{{layout-top}}};
<!--            -->|inner = {{{content-top}}}}}
+
<!--            -->|frame-content = {{{content-top}}}}}
 
<!--    -->{{B2
 
<!--    -->{{B2
<!--            -->|layout =
+
<!--            -->|frame-layout =
 
<!--            -->float:top;
 
<!--            -->float:top;
 
<!--            -->width:{{{width-middle}}};
 
<!--            -->width:{{{width-middle}}};
Line 19: Line 19:
 
<!--            -->background:{{{background-middle}}};
 
<!--            -->background:{{{background-middle}}};
 
<!--            -->{{{layout-middle}}};
 
<!--            -->{{{layout-middle}}};
<!--            -->|inner = {{{content-middle}}}
+
<!--            -->|frame-content = {{{content-middle}}}
 
}}
 
}}
 
<!--    -->{{B2
 
<!--    -->{{B2
<!--            -->|layout=clear:both;
+
<!--            -->|frame-layout=clear:both;
 
<!--            -->background:{{{background-bottom}}};
 
<!--            -->background:{{{background-bottom}}};
 
<!--            -->width:{{{width-bottom}}};
 
<!--            -->width:{{{width-bottom}}};
 
<!--            -->height:{{{height-bottom}}};
 
<!--            -->height:{{{height-bottom}}};
 
<!--            -->{{{layout-bottom}}};
 
<!--            -->{{{layout-bottom}}};
<!--            -->|inner={{{content-bottom}}}
+
<!--            -->|frame-content={{{content-bottom}}}
 
}}}}
 
}}}}

Revision as of 04:15, 21 November 2012

((frame-box
|frame-layout=width:{{{width-outer}}}; height:{{{height-outer}}}; {{{layout-outer}}}; background:{{{background-outer}}};
|frame-content=((frame-box
|frame-layout=float:top; width:{{{width-top}}}; height:{{{height-top}}}; background:{{{background-top}}}; {{{layout-top}}};
|frame-content={{{content-top}}}
))
((frame-box
|frame-layout=float:top; width:{{{width-middle}}}; height:{{{height-middle}}}; background:{{{background-middle}}}; {{{layout-middle}}};
|frame-content={{{content-middle}}}
))
((frame-box
|frame-layout=clear:both; background:{{{background-bottom}}}; width:{{{width-bottom}}}; height:{{{height-bottom}}}; {{{layout-bottom}}};
|frame-content={{{content-bottom}}}
))

))