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