Difference between revisions of "Template:Nav-block"
Jump to navigation
Jump to search
PuffTheMagic (talk | contribs) |
Templarian (talk | contribs) m |
||
(35 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 | {{nav-block | ||
|imageName=name of image | |imageName=name of image | ||
− | |||
− | |||
|title=title of block | |title=title of block | ||
Line 20: | Line 21: | ||
}} | }} | ||
− | </ | + | </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>