Wiktenauer logo.png

Difference between revisions of "Template:Master begin"

From Wiktenauer
Jump to navigation Jump to search
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div class="NavFrame collapsed" style="border:none;">
+
<includeonly><div class="collapsibletemplate collapsed">
<div class="NavHead" style="background:#f2f2f2; border:1px solid #aaaaaa; padding:10px; text-align:center; vertical-align:middle; width:60%;">
+
<div class="collapsibleheader header" style="display: none; background-color: transparent; text-align: left; line-height: 1.6em;">
<p style="font-size:130%;">{{{title|}}}</p>&nbsp;
+
<h3 class="headertext"> {{{title|{{red|b=1|No title}}}}} </h3>
 
</div>
 
</div>
<div class="NavContent" style="background:transparent; text-align:left; display:block; width:{{{width|28em}}};"></includeonly><noinclude>{{documentation}}</noinclude>
+
<div class="body" style="background: transparent; clear: both; font-weight: normal; padding: 3px; text-align: left; width: {{{width|}}}; min-width: {{{width|}}};">
 +
<div style="display: block; width: {{{width|28em}}};"></includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 16:04, 11 July 2021

[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}}