Difference between revisions of "Template:Nav-block"

From WebOS Internals
Jump to navigation Jump to search
m
 
(59 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">[[Image:{{{imageName}}}]]</td>
+
         <td rowspan="2" style="vertical-align:top;width:54px;height:80px;">{{{imageName}}}</td>
         <td style="vertical-align:bottom">'''{{{title}}}'''</td>
+
         <td style="vertical-align:top;">'''{{{title}}}'''<div style="font-size:75%">
 +
''
 +
{{{description}}}
 +
''
 +
</div></td>
 
     </tr>
 
     </tr>
    <tr>
+
</table>
        <td style="vertical-align:top"><div style="font-size:75%">''{{{description}}}''</div></td>
 
    </tr>
 
</table>
 
 
 
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
<nowiki>{{nav-block
+
<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
+
 
}}</nowiki>
+
|description=description of block
 +
 
 +
}}
 +
</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>