Wiktenauer logo.png

Difference between revisions of "Template:Master end"

From Wiktenauer
Jump to navigation Jump to search
(Created page with "</div></div><noinclude> {{documentation|template:master begin/doc}} </noinclude>")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
</div></div><noinclude>
+
<includeonly></div></div></div></includeonly><noinclude>
 
{{documentation|template:master begin/doc}}
 
{{documentation|template:master begin/doc}}
 
</noinclude>
 
</noinclude>

Latest revision as of 17:38, 13 May 2015

[edit] [history] [purge] Documentation icon Template documentation

These templates are simplified from {{hidden begin}}, with all of the parameter for use on a Master page (except {{{title|}}} and {{{width|}}}) preset so they can be controlled globally.

Usage

The {{{width|}}} parameter should be equal to 28em for each full column and 20em for each narrow column.

Example

{{master begin
| title = Lorem Ipsum
| width = 56em
}}
{| class="master"
|- 
! <p>Lorem Ipsum<br/>by Wiktenauer</p>
! <p>Lorem Ipsum<br/>by Wiktenauer</p>

|- 
| <p>{{lorem ipsum}}</p>
| <p>{{lorem ipsum}}</p>

|}
{{master end}}