Template:Navbox/doc: Difference between revisions
From BoyWiki
No edit summary |
No edit summary |
||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This template is used to create a basic navbox. Syntax | <noinclude>{{Documentation subpage}}</noinclude> | ||
{{ | ;Description | ||
| | :This template is used to create a basic [[Template:Navbox|navbox]]. | ||
| | ;Syntax | ||
:For more information see: https://en.wikipedia.org/wiki/Template:Navbox/doc | |||
== Parameter list == | |||
{{Navbox | |||
| name = Navbox/doc | |||
| state = uncollapsed | |||
| title = {{{title}}} | |||
| above = {{{above}}} | |||
| image = {{{image}}} | |||
| group1 = {{{group1}}} | |||
| list1 = {{{list1}}} | |||
| group2 = {{{group2}}} | |||
| list2 = {{{list2}}} | |||
| list3 = {{{list3}}} ''without {{{group3}}}'' | |||
| group4 = {{{group4}}} | |||
| list4 = {{{list4}}} | |||
| below = {{{below}}} | |||
}} | }} | ||
< | |||
The navbox uses lowercase parameter names, as shown in the box (''above''). The required ''name'' and ''title'' will create a one-line box if other parameters are omitted. | |||
Notice "group1" (etc.) is optional, as are sections named "above/below". | |||
{{clr}} | |||
The basic and most common parameters are as follows (see [[#Parameter descriptions|below]] for the full list): | |||
: <code>name</code> – the name of the template. | |||
: <code>title</code> – text in the title bar, such as: <nowiki>[[Widget stuff]]</nowiki>. | |||
: <code>listclass</code> – a CSS class for the list cells, usually <code>hlist</code> for horizontal lists. Alternatively, use bodyclass for the whole box. | |||
: <code>state</code> – controls when a navbox is expanded or collapsed. | |||
: <code>titlestyle</code> – a CSS style for the title-bar, such as: <code>background: gray;</code> | |||
: <code>groupstyle</code> – a CSS style for the group-cells, such as: <code>background: #eee;</code> | |||
: <code>above</code> – text to appear above the group/list section (could be a list of overall wikilinks). | |||
: <code>image</code> – an optional right-side image, coded as the whole image. Typically it is purely decorative, so it should be coded as <code><nowiki>[[File:</nowiki><var>XX</var><nowiki>.jpg|80px|link=|alt=]]</nowiki></code>. | |||
: <code>imageleft</code> – an optional left-side image (code the same as the "image" parameter). | |||
: <code>group<sub>n</sub></code> – the left-side text before list-n (if group-n omitted, list-n starts at left of box). | |||
: <code>list<sub>n</sub></code> – text listing wikilinks using a [[Help:Lists|wikilist]] format. | |||
: <code>below</code> – optional text to appear below the group/list section. | |||
;Sample output | |||
<pre>{{Navbox | |||
| name = Navbox Test | |||
| state = uncollapsed | |||
| title = test | |||
| above = test | |||
| abovestyle = background:#cedff2; | |||
| listclass = hlist | |||
| titlestyle = {{{titlestyle|background:#cedff2;}}} | |||
| groupstyle = line-height:1.2em;{{{groupstyle|background:#cedff2;}}} | |||
| image = | |||
| group1 = test | |||
| list1 = | |||
'''{{bp}} test | |||
| |||
| group2 = test | |||
| list2style = line-height:1.2em;{{{list2style|background:#f5faff;}}} | |||
| list2 = | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
| group3 = test | |||
| list3style = line-height:1.2em; | |||
| list3 = | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
| |||
<BR> | |||
| belowstyle = background:#cedff2; | |||
|below = test [[File:Bloge.png|30 px|link=Portal:Boylove News Channel]] | |||
}}</pre> | |||
Results in... | |||
{{Navbox | |||
| name = Navbox/doc | |||
| state = uncollapsed | |||
| title = test | |||
| above = test | |||
| abovestyle = background:#cedff2; | |||
| listclass = hlist | |||
| titlestyle = {{{titlestyle|background:#cedff2;}}} | |||
| groupstyle = line-height:1.2em;{{{groupstyle|background:#cedff2;}}} | |||
| image = | |||
| group1 = test | |||
| list1 = | |||
'''{{bp}} test | |||
| |||
| group2 = test | |||
| list2style = line-height:1.2em;{{{list2style|background:#f5faff;}}} | |||
| list2 = | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
| group3 = test | |||
| list3style = line-height:1.2em; | |||
| list3 = | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
*test | |||
| |||
<BR> | |||
| belowstyle = background:#cedff2; | |||
|below = test [[File:Bloge.png|30 px|link=Portal:Boylove News Channel]] | |||
}} | |||
<br> | |||
<br> |
Latest revision as of 12:28, 11 June 2015
- Description
- This template is used to create a basic navbox.
- Syntax
- For more information see: https://en.wikipedia.org/wiki/Template:Navbox/doc
Parameter list
The navbox uses lowercase parameter names, as shown in the box (above). The required name and title will create a one-line box if other parameters are omitted.
Notice "group1" (etc.) is optional, as are sections named "above/below".
The basic and most common parameters are as follows (see below for the full list):
name
– the name of the template.title
– text in the title bar, such as: [[Widget stuff]].listclass
– a CSS class for the list cells, usuallyhlist
for horizontal lists. Alternatively, use bodyclass for the whole box.state
– controls when a navbox is expanded or collapsed.titlestyle
– a CSS style for the title-bar, such as:background: gray;
groupstyle
– a CSS style for the group-cells, such as:background: #eee;
above
– text to appear above the group/list section (could be a list of overall wikilinks).image
– an optional right-side image, coded as the whole image. Typically it is purely decorative, so it should be coded as[[File:XX.jpg|80px|link=|alt=]]
.imageleft
– an optional left-side image (code the same as the "image" parameter).groupn
– the left-side text before list-n (if group-n omitted, list-n starts at left of box).listn
– text listing wikilinks using a wikilist format.below
– optional text to appear below the group/list section.- Sample output
{{Navbox | name = Navbox Test | state = uncollapsed | title = test | above = test | abovestyle = background:#cedff2; | listclass = hlist | titlestyle = {{{titlestyle|background:#cedff2;}}} | groupstyle = line-height:1.2em;{{{groupstyle|background:#cedff2;}}} | image = | group1 = test | list1 = '''{{bp}} test | group2 = test | list2style = line-height:1.2em;{{{list2style|background:#f5faff;}}} | list2 = *test *test *test *test *test *test | group3 = test | list3style = line-height:1.2em; | list3 = *test *test *test *test *test *test <BR> | belowstyle = background:#cedff2; |below = test [[File:Bloge.png|30 px|link=Portal:Boylove News Channel]] }}
Results in...