Difference between revisions of "Template:Nav-block"

From WebOS Internals
Jump to navigation Jump to search
m
 
(49 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table frame="box" cellpadding="5" width="45%"><div style="padding:5px 5px 5px 5px">
+
<table cellpadding="5" style="width:100%;height:100%;background:transparent;">
 
     <tr>
 
     <tr>
         <td rowspan="2"><div style="padding:0px 5px 0px 0px">[[Image:{{{imageName}}}]]</div></td>
+
         <td rowspan="2" style="vertical-align:top;width:54px;height:80px;">{{{imageName}}}</td>
         <td><div style="valign:bottom">'''[[{{{page}}}|{{{title}}}]]'''</div></td>
+
         <td style="vertical-align:top;">'''{{{title}}}'''<div style="font-size:75%">
 +
''
 +
{{{description}}}
 +
''
 +
</div></td>
 
     </tr>
 
     </tr>
    <tr>
+
</table>
        <td><div style="font-size:75%;valign:top">''{{{description}}}''</div></td>
 
    </tr>
 
</div></table>
 
 
 
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
<nowiki>
+
<source lang="text">
 
{{nav-block
 
{{nav-block
  
 
|imageName=name of image
 
|imageName=name of image
 
|page=wiki page
 
  
 
|title=title of block
 
|title=title of block
Line 23: Line 21:
  
 
}}
 
}}
</nowiki>
+
</source>
 
</noinclude>
 
</noinclude>

Latest revision as of 17:49, 21 July 2009

{{{imageName}}} {{{title}}}

{{{description}}}

Usage

<source lang="text">

name of image title of block

description of block

</source>