Difference between revisions of "Template:Portlet"

From Organic Design wiki
m
(Defining width parameter)
Line 1: Line 1:
 
<includeonly>[[Category:Portlet]]</includeonly>
 
<includeonly>[[Category:Portlet]]</includeonly>
<div class='portlet' id='p-navigation' style='width:200px'>
+
<div class='portlet' id='p-navigation' style='width:{{{width}}}px'>
 
<div style='font-size:8pt;'>{{{1}}}</div>
 
<div style='font-size:8pt;'>{{{1}}}</div>
 
<div class='pBody' style='white-space:nowrap'>
 
<div class='pBody' style='white-space:nowrap'>
Line 6: Line 6:
 
</div>
 
</div>
 
</div>
 
</div>
 
+
|&larr;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{{width}}}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&rarr;|
 
<noinclude>
 
<noinclude>
This template  expects a title and content to create a formatted list surrounded by a grey box. It uses the class=''portlet'' div tag defined in [[MediaWiki:Wikiskin.css]].
+
This template  expects a title and content to create a formatted list surrounded by a grey box. It uses the class=''portlet'' div tag defined in [[MediaWiki:Wikiskin.css]]. A third optional parameter {{{width}}} is allowed which defines the portlet width in pixels
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 08:31, 28 April 2007

{{{1}}}

{{{2}}}

|←        {{{width}}}        →|

This template expects a title and content to create a formatted list surrounded by a grey box. It uses the class=portlet div tag defined in MediaWiki:Wikiskin.css. A third optional parameter {{{width}}} is allowed which defines the portlet width in pixels