Difference between revisions of "Template:Navbox"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) |
Rand Linden (talk | contribs) |
||
(24 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
< | <onlyinclude><div id="box" style="float: {{{float|right}}}; background:{{{title-bg-color|#96C5AF}}}; margin-left: 10px; max-width: {{{width|80%}}};{{{1|}}}"> | ||
<div style="text-align: center; font-size: 16px; padding: 5px; color: {{{title-color|black}}}" class="navbox-content">'''{{{title}}}'''</div> | |||
<div style="padding: 0.5em; background:{{{content-bg-color|#ffffff}}}; color:{{{content-color|black}}}" class="navbox-content"> | |||
<div id="box" style="float: right; background:# | |||
<div style="text-align: center; font-size: 16px; padding: 5px">'''{{{title}}}'''</div> | |||
<div style="padding: 0.5em; background:#ffffff;"> | |||
{{{content}}} | {{{content}}} | ||
</div></div> | </div></div></onlyinclude> | ||
This is a simple template intended for use in creating navigation templates. It takes two parameters: | |||
* '''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. | |||
* '''content-bg-color''' (optional) - Background color of content area (default is white) | |||
* '''content-color''' (optional) - color of content text (default is black) | |||
* '''title-bg-color''' (optional) - Specify a color if you want to use something other than the <span style="background:#96C5AF; padding: 3px;">default blue-green color</span>. | |||
* '''title-color''': color of title text; default is black. | |||
* '''float''' (optional) - CSS float position. Default is right. | |||
* '''width''' (optional) - max width. Default is 30% | |||
== Usage == | |||
<div style="font-size: 130%; "> | |||
<nowiki>{{</nowiki>Navbox | |||
|title=<font color="blue">your title</font> | |||
|content=<font color="blue">your content</font> | |||
}} | |||
</div> | |||
{{KBtip|1=See the [[Style_guide#Navigation_Templates|Style Guide]] for Navbox usage relevant to the [[Knowledge Base]].}} | |||
== Example == | |||
Input: | |||
<div style="font-size: 130%; "> | |||
<nowiki>{{</nowiki>Navbox | |||
|title=<font color="blue"><nowiki>[[User:Magellan Linden|Magellan]]'s Discoveries</nowiki></font> | |||
|content=<font color="blue">*<nowiki>[[Nautilus City investigation|Nautilus City]]</nowiki> | |||
**<nowiki>[[Magellan_and_Gaeta|Gaeta]]</nowiki> | |||
**<nowiki>[[LDPW]]</nowiki> | |||
*<nowiki>[[Agni]]</nowiki> | |||
*<nowiki>[[Aditi]]</nowiki></font> | |||
}} | |||
</div> | |||
Output: | |||
{{Navbox | |||
|title=[[User:Magellan Linden|Magellan]]'s Discoveries | |||
|content=*[[Nautilus City investigation|Nautilus City]] | |||
**[[Magellan_and_Gaeta|Gaeta]] | |||
**[[LDPW]] | |||
*[[Agni]] | |||
*[[Aditi]] | |||
}} | |||
[[Category:Box templates]] |
Latest revision as of 16:14, 9 May 2011
This is a simple template intended for use in creating navigation templates. It takes two parameters:
- 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.
- content-bg-color (optional) - Background color of content area (default is white)
- content-color (optional) - color of content text (default is black)
- title-bg-color (optional) - Specify a color if you want to use something other than the default blue-green color.
- title-color: color of title text; default is black.
- float (optional) - CSS float position. Default is right.
- width (optional) - max width. Default is 30%
Usage
{{Navbox |title=your title |content=your content }}
Tip: See the Style Guide for Navbox usage relevant to the Knowledge Base. |
Example
Input:
{{Navbox |title=[[User:Magellan Linden|Magellan]]'s Discoveries |content=*[[Nautilus City investigation|Nautilus City]] **[[Magellan_and_Gaeta|Gaeta]] **[[LDPW]] *[[Agni]] *[[Aditi]] }}
Output: