Template:FrontPageBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Usage== | |||
<pre> | |||
{{FrontPageBox | |||
|style = | |||
|titleMain = | |||
|title1 = | |||
|title2 = | |||
|title3 = | |||
|title4 = | |||
|iconMain = | |||
|icon1 = | |||
|icon2 = | |||
|icon3 = | |||
|icon4 = | |||
|description = | |||
}} | |||
</pre> | |||
{| border="1" cellpadding="6" cellspacing="0" style="border: 1px solid #aaaaaa; {{{style}}}" | {| border="1" cellpadding="6" cellspacing="0" style="border: 1px solid #aaaaaa; {{{style}}}" | ||
|- | |- | ||
|style="width:20%" | <div class="center"> | |style="width:20%" | <div class="center"> {{{iconMain}}} <br /> {{{titleMain}}} </div> || {{{description}}} | ||
|- | |- | ||
|colspan="2"| | |colspan="2"| | ||
{| class="FrontPage" style="width:100%;background-color:transparent" | {| class="FrontPage" style="width:100%;background-color:transparent" | ||
|- | |- | ||
| | | <div class="center"> {{{icon1}}} <br /> {{{title1}}} </div> | ||
| | | <div class="center"> {{{icon2}}} <br /> {{{title2}}} </div> | ||
| | | <div class="center"> {{{icon3}}} <br /> {{{title3}}} </div> | ||
| | | <div class="center"> {{{icon4}}} <br /> {{{title4}}} </div> | ||
|- | |- | ||
|} | |} | ||
|} | |} |
Revision as of 20:39, 1 February 2013
Usage
{{FrontPageBox |style = |titleMain = |title1 = |title2 = |title3 = |title4 = |iconMain = |icon1 = |icon2 = |icon3 = |icon4 = |description = }}
{{{iconMain}}} {{{titleMain}}} |
{{{description}}} | ||||
|