13,255
edits
(Using PAGENAME for name instead of title. Should make V•T•E links work also when title != PAGENAME + Mentioning category suppression) |
|||
| Line 1: | Line 1: | ||
{{Navbox | {{Navbox | ||
| name = {{ | | name = {{{title|}}} | ||
| title = {{{title|}}} | | title = {{{title|}}} | ||
| listclass = hlist | | listclass = hlist | ||
| Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
<pre> | |||
{{navigation | |||
|title= | |title= | ||
|content= | |content= | ||
}}</ | }} | ||
</pre> | |||
=== Parameters === | |||
* <tt>'''title='''</tt> Title of the navbox, and should also be the name of the template | |||
* <tt>'''content='''</tt> Contents of the navbox, commonly separated by "bullets" • (<tt>&bull;</tt>) | |||
== The links on the title bar == | === The links on the title bar === | ||
To the left there is three links V•T•E related to the navbox. | To the left there is three links V•T•E related to the navbox. | ||
* '''V''' is a link to the navbox template | ''These will only work if the tamplate name is the same as the navbox title!'' | ||
* '''V''' is a link to the navbox template | |||
* '''T''' is a link to edit the discussion page (Template <u>t</u>alk:''Page'') of the navbox template | * '''T''' is a link to edit the discussion page (Template <u>t</u>alk:''Page'') of the navbox template | ||
* '''E''' is a link to edit the navbox template | * '''E''' is a link to edit the navbox template | ||
| Line 29: | Line 34: | ||
To the right is a [hide] link will turn to a [show] link and hide the contents of the navbox. | To the right is a [hide] link will turn to a [show] link and hide the contents of the navbox. | ||
== Some hints and tips == | === Some hints and tips === | ||
* The V•T•E links will work only if the name of the template is identical to the title of the navbox. | |||
* You can easily add automatic categorisation of the pages that uses the navbox by adding categories within <includeonly> tags. | * You can easily add automatic categorisation of the pages that uses the navbox by adding categories within <includeonly> tags. | ||
* To make it easier to use even a simple template consider adding documentation using the {{tl|informative template}}. | * To make it easier to use even a simple template consider adding documentation using the {{tl|informative template}}. | ||