Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
(Undo revision 20483 by Mstuart (talk))
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{frameBox
+
{{frame-box
<!--   -->|width = {{{width-outer|}}}
+
|frame-layout = {{frame-resize-content}}
<!--   -->|height = {{{height-outer|}}}
+
                {{{outer-frame-size|}}}
<!--   -->|layout = {{{layout-outer|}}};
+
                {{{outer-frame-layout|}}}
<!--   -->background:{{{background-outer|}}};
+
|frame-content =
<!--   -->|inner  =
+
    {{frame-box
<!--   -->{{frameBox
+
    |frame-layout = {{frame-position-top}}
<!--             -->|layout =
+
                    {{frame-resize-content}}
<!--             -->float:top;
+
                    {{{top-frame-size|}}}
<!--             -->width:{{{width-top|100%}}};
+
                    {{{top-frame-layout|}}}
<!--            -->height:{{{height-top|25%}}};
+
    |frame-content = {{{top-frame-content|}}}
<!--             -->background:{{{background-top|}}};
+
    }}
<!--             -->{{{layout-top|}}};
+
    {{frame-box
<!--             -->|inner = {{{content-top|}}}
+
    |frame-layout = {{frame-position-top}}
 +
                    {{frame-resize-content}}
 +
                    {{{middle-frame-size|}}}
 +
                    {{{middle-frame-layout|}}}
 +
    |frame-content = {{{middle-frame-content|}}}
 +
    }}
 +
    {{frame-box
 +
    |frame-layout  = {{frame-position-reset}}
 +
                    {{frame-position-bottom}}
 +
                    {{frame-resize-content}}
 +
                    {{{bottom-frame-size|}}}
 +
                    {{{bottom-frame-layout|}}}
 +
    |frame-content = {{{bottom-frame-content|}}}
 +
    }}
 
}}
 
}}
<!--    -->{{frameBox
 
<!--            -->|layout =
 
<!--            -->float:top;
 
<!--            -->width:{{{width-middle|100%}}};
 
<!--            -->height:{{{height-middle|70%}}};
 
<!--            -->background:{{{background-middle|}}};
 
<!--            -->{{{layout-middle|}}};
 
<!--            -->|inner = {{{content-middle|}}}
 
}}
 
<!--    -->{{frameBox
 
<!--            -->|layout=clear:both;
 
<!--            -->background:{{{background-bottom|}}};
 
<!--            -->width:{{{width-bottom|100%}}};
 
<!--            -->height:{{{height-bottom|5%}}};
 
<!--            -->{{{layout-bottom|}}};
 
<!--            -->|inner={{{content-bottom|}}}
 
}}}}<noinclude>
 
<nowiki>{{</nowiki>pageFrame<br>
 
|width-outer=<br>
 
|height-outer=<br>
 
|layout-outer=<br>
 
|background-outer=<br>
 
|width-top=<br>
 
|height-top=<br>
 
|background-top=<br>
 
|layout-top=<br>
 
|content-top=<br>
 
|width-middle=<br>
 
|height-middle=<br>
 
|background-middle=<br>
 
|layout-middle=<br>
 
|content-middle=<br>
 
|width-bottom=<br>
 
|height-bottom=<br>
 
|background-bottom=<br>
 
|layout-bottom=<br>
 
|content-bottom=<br>
 
}}</noinclude>
 

Latest revision as of 17:50, 25 November 2012