Difference between revisions of "Template:Nav-block"
Jump to navigation
Jump to search
PuffTheMagic (talk | contribs) (New page: <table> <tr> <td rowspan="2">[[Image:{{{imageName}}}]]</td> <td>{{{somethingB}}}</td> </tr> <tr> <td>{{{somethingC}}}</td> </tr> </table> <...) |
Templarian (talk | contribs) m |
||
(66 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <table> | + | <table cellpadding="5" style="width:100%;height:100%;background:transparent;"> |
<tr> | <tr> | ||
− | <td rowspan="2"> | + | <td rowspan="2" style="vertical-align:top;width:54px;height:80px;">{{{imageName}}}</td> |
− | <td>{{{ | + | <td style="vertical-align:top;">'''{{{title}}}'''<div style="font-size:75%"> |
+ | '' | ||
+ | {{{description}}} | ||
+ | '' | ||
+ | </div></td> | ||
</tr> | </tr> | ||
− | + | </table> | |
− | |||
− | |||
− | |||
− | |||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
− | + | <source lang="text"> | |
− | + | {{nav-block | |
− | name of image | + | |
− | + | |imageName=name of image | |
− | + | ||
− | + | |title=title of block | |
+ | |||
+ | |description=description of block | ||
− | + | }} | |
− | + | </source> | |
− | |||
</noinclude> | </noinclude> |
Latest revision as of 16:49, 21 July 2009
{{{imageName}}} | {{{title}}} {{{description}}} |
Usage
<source lang="text">
name of image | title of block description of block |
</source>