|
|
(26 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| [[{{{1}}}|
| |
| <div class="launchpad-main"> | | <div class="launchpad-main"> |
| <div class="launchpad-text">
| | [[{{{1}}}|<div class="launchpad-text"> |
| <div class="launchpad-icon" style="background-color:{{{5}}}"><i class="fa {{{4}}}"></i></div>
| | <div class="launchpad-icon" style="background-color:{{{5}}}"> |
| <h3 class="launchpad-head">{{{2}}}</h3>
| | <i class="{{{4}}}"></i> |
| <p class="launchpad-sub">
| | </div> |
| {{{3}}}
| | <h3 class="launchpad-head">{{{2}}}</h3> |
| </p>
| | <span class="launchpad-sub">{{{3}}}</span></div>]]</div> |
| </div>
| |
| </div>]]
| |
| <noinclude>
| |
| <br><br><br><br><br><br><br><br><br>
| |
| To use this template in your article, insert the following code:
| |
| <pre>
| |
| {{Launchpad Box
| |
| |1=Internal Page Name
| |
| |2=Header Text
| |
| |3=Subheader Text
| |
| |4=Font Awesome class (e.g. fa-bath)
| |
| |5=Card color
| |
| }}
| |
| </pre>
| |
| These boxes are intended to be used on the main [[Launchpad]] page. They navigate either to a good disambiguation page with a lot of links, or to a page filled with [[Template:Launchpad Card]]s. Who knows if this will work or stay...?
| |
| </noinclude> | |