Difference between revisions of "Template:Navbox"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
* content - Text to appear in the navigation template "box".  The expectation is that this is generally a bulleted list; though it can be in any text.
* content - Text to appear in the navigation template "box".  The expectation is that this is generally a bulleted list; though it can be in any text.
</noinclude>
</noinclude>
<div id="box" style="float: right; background:#f4f8fb;">
<div id="box" style="float: right; background:#f4f8fb; margin-left: 10px">
<div style="text-align: center; font-size: 16px; padding: 5px">'''{{{title}}}'''</div>
<div style="text-align: center; font-size: 16px; padding: 5px">'''{{{title}}}'''</div>
<div style="padding: 0.5em; background:#ffffff;">
<div style="padding: 0.5em; background:#ffffff;">
{{{content}}}
{{{content}}}
</div></div>
</div></div>

Revision as of 16:41, 11 March 2009

This is a simple template intended for use in creating navigation templates. It takes two paramters:

  • title - Title of the navigation group. This can also be a link using normal wiki syntax.
  • content - Text to appear in the navigation template "box". The expectation is that this is generally a bulleted list; though it can be in any text.
{{{title}}}

{{{content}}}