Template:Navigation: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Using PAGENAME for name instead of title. Should make V•T•E links work also when title != PAGENAME + Mentioning category suppression)
m (Undo revision 65971 by Johan G (talk) What was I thinking?!)
Line 1: Line 1:
{{Navbox
{{Navbox
| name  = {{PAGENAME}}
| name  = {{{title|}}}
| title = {{{title|}}}
| title = {{{title|}}}
| listclass = hlist
| listclass = hlist
Line 12: Line 12:


== Usage ==
== Usage ==
<nowiki>{{</nowiki>'''navigation'''<nowiki>
<pre>
{{navigation
|title=
|title=
|content=
|content=
}}</nowiki>
}}
</pre>


; titleTitle of the navbox, and should also be the name of the template
=== Parameters ===
; contentContents of the navbox, commonly separated by "bullets" &bull; (<tt>&amp;bull;</tt>)
* <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" &bull; (<tt>&amp;bull;</tt>)


== The links on the title bar ==
=== The links on the title bar ===
To the left there is three links V&bull;T&bull;E related to the navbox.
To the left there is three links V&bull;T&bull;E related to the navbox.


* '''V''' is a link to the navbox template page
''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&bull;T&bull;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 &lt;includeonly&gt; tags.
* You can easily add automatic categorisation of the pages that uses the navbox by adding categories within &lt;includeonly&gt; tags.
* You can [[Help:Templates#Category suppression|suppress categorisation]] when the template is used on other pages than articles by using {{tl|main other}}.
* 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}}.



Revision as of 05:46, 24 December 2013

hlist

The following template description is not displayed when the template is inserted in an article.

Goal

This template is a template for simple navigation boxes at the bottom of pages.

Usage

{{navigation
|title=
|content=
}}

Parameters

  • title= Title of the navbox, and should also be the name of the template
  • content= Contents of the navbox, commonly separated by "bullets" • (&bull;)

The links on the title bar

To the left there is three links V•T•E related to the navbox.

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 talk:Page) of the navbox template
  • E is a link to edit the navbox template

To the right is a [hide] link will turn to a [show] link and hide the contents of the navbox.

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.
  • To make it easier to use even a simple template consider adding documentation using the {{informative template}}.

Examples

{{Navigation
|title=Dassault
|content=
[[Dassault/Dornier Alpha Jet|Alpha Jet]] • [[Dassault Mirage 2000|Mirage 2000]] • [[Dassault Mirage 2000-5|Mirage 2000-5]] • [[Dassault Mirage F.1|Mirage F.1]]}}
hlist

Related templates