Difference between revisions of "Template:Nav-block"

From WebOS Internals
Jump to navigation Jump to search
(New page: <table> <tr> <td rowspan="2">[[Image:{{{imageName}}}]]</td> <td>{{{somethingB}}}</td> </tr> <tr> <td>{{{somethingC}}}</td> </tr> </table> <...)
 
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">[[Image:{{{imageName}}}]]</td>
+
         <td rowspan="2" style="vertical-align:top;width:54px;height:80px;">{{{imageName}}}</td>
         <td>{{{somethingB}}}</td>
+
         <td style="vertical-align:top;">'''{{{title}}}'''<div style="font-size:75%">
 +
''
 +
{{{description}}}
 +
''
 +
</div></td>
 
     </tr>
 
     </tr>
    <tr>
+
</table>
        <td>{{{somethingC}}}</td>
 
    </tr>
 
</table>
 
 
 
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
<nowiki> {{nav-block
+
<source lang="text">
imageName=
+
{{nav-block
name of image
+
 
+
|imageName=name of image
|somethingB=
+
 
some content B
+
|title=title of block
 +
 
 +
|description=description of block
  
|somethingC=
+
}}
some content C
+
</source>
}}</nowiki>
 
 
</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>