Difference between revisions of "Template:Page-frame"

From SI410
Jump to: navigation, search
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{frameBox
+
{{frame-box
|frame-layout=width:{{{width-outer}}}; height:{{{height-outer}}}; {{{layout-outer}}}; background:{{{background-outer}}};
+
|frame-layout = {{frame-resize-content}}
|frame-content=
+
                {{{outer-frame-size|}}}
{{frameBox
+
                {{{outer-frame-layout|}}}
|frame-layout=float:top; width:{{{width-top}}}; height:{{{height-top}}}; background:{{{background-top}}}; {{{layout-top}}};
+
|frame-content =
|frame-content={{{content-top}}}
+
    {{frame-box
 +
    |frame-layout  = {{frame-position-top}}
 +
                    {{frame-resize-content}}
 +
                    {{{top-frame-size|}}}
 +
                    {{{top-frame-layout|}}}  
 +
    |frame-content = {{{top-frame-content|}}}
 +
    }}
 +
    {{frame-box
 +
    |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
 
|frame-layout=float:top; width:{{{width-middle}}}; height:{{{height-middle}}}; background:{{{background-middle}}}; {{{layout-middle}}};
 
|frame-content={{{content-middle}}}
 
}}
 
{{frameBox
 
|frame-layout=clear:both; background:{{{background-bottom}}}; width:{{{width-bottom}}}; height:{{{height-bottom}}}; {{{layout-bottom}}};
 
|frame-content={{{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