Difference between revisions of "Template:Nav-block"

From WebOS Internals
Jump to navigation Jump to search
Line 2: Line 2:
 
     <tr>
 
     <tr>
 
         <td rowspan="2">[[Image:{{{imageName}}}]]</td>
 
         <td rowspan="2">[[Image:{{{imageName}}}]]</td>
         <td>{{{somethingB}}}</td>
+
         <td>'''{{{title}}}'''</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
         <td>{{{somethingC}}}</td>
+
         <td>''{{{description}}}''</td>
 
     </tr>
 
     </tr>
 
  </table>
 
  </table>
Line 11: Line 11:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
<nowiki> {{nav-block
+
<nowiki>{{nav-block
imageName=
+
imageName=
 
name of image
 
name of image
+
|title=
|somethingB=
+
title of block
some content B
+
|description=
 
+
description of block
|somethingC=
+
}}</nowiki>
some content C
 
}}</nowiki>
 
 
</noinclude>
 
</noinclude>

Revision as of 07:18, 20 July 2009

[[Image:{{{imageName}}}]] {{{title}}}
{{{description}}}


Usage

{{nav-block imageName= name of image |title= title of block |description= description of block }}