Difference between revisions of "Template:Navbox"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) |
Rand Linden (talk | contribs) |
||
Line 5: | Line 5: | ||
</noinclude> | </noinclude> | ||
<div id="box" style="float: right; background:#f4f8fb;"> | <div id="box" style="float: right; background:#f4f8fb;"> | ||
''' | <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 14:58, 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, i.e. the group of articles that will use this navigation template. It can be a link only if the destination article title and text are the same, currently, i.e. you can't use the
[[Foo|Bar]]
syntax; only[[Foo]]
. - 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}}}