Template:FrontPageBox: Difference between revisions

From MZXWiki
Jump to navigation Jump to search
(Created page with "{|class="wikitable" |- |MegaZeux || {{lorem}} |- ! colspan="2" | {{lorem}} |}")
 
No edit summary
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|class="wikitable"
<noinclude>
==Usage==
<pre>
{{FrontPageBox
|style =
|titleMain =
|title1 =
|title2 =
|title3 =
|title4 =
|iconMain =
|icon1 =
|icon2 =
|icon3 =
|icon4 =
|description =
}}
</pre>
</noinclude>
 
{| border="1" cellpadding="6" cellspacing="0" style="border: 1px solid #aaaaaa; {{{style}}}"
  |-
  |-
  |MegaZeux || {{lorem}}
  |style="width:20%;" | <div class="center" style="padding:12px 0px;"> {{{iconMain}}} <br /> '''{{{titleMain}}}''' </div>
| {{{description}}}
  |-
  |-
  ! colspan="2" | {{lorem}}
  |colspan="2"|
            {| class="FrontPage" style="width:100%; height:120px; background-color:transparent"
            |-
            |style="width:25%"| <div class="center"> {{{icon1}}} <br /> '''{{{title1}}}''' </div>
            |style="width:25%"| <div class="center"> {{{icon2}}} <br /> '''{{{title2}}}''' </div>
            |style="width:25%"| <div class="center"> {{{icon3}}} <br /> '''{{{title3}}}''' </div>
            |style="width:25%"| <div class="center"> {{{icon4}}} <br /> '''{{{title4}}}''' </div>
            |-
            |}
  |}
  |}

Latest revision as of 21:14, 1 February 2013

Usage

{{FrontPageBox
|style =
|titleMain =
|title1 =
|title2 =
|title3 =
|title4 =
|iconMain =
|icon1 =
|icon2 =
|icon3 =
|icon4 =
|description =
}}


{{{iconMain}}}
{{{titleMain}}}
{{{description}}}
{{{icon1}}}
{{{title1}}}
{{{icon2}}}
{{{title2}}}
{{{icon3}}}
{{{title3}}}
{{{icon4}}}
{{{title4}}}