Difference between revisions of "Template:Breadcrumb2/doc"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
m
 
Line 8: Line 8:
 
=== Parameters ===
 
=== Parameters ===
 
{{Parameter table|name=both|parameters=
 
{{Parameter table|name=both|parameters=
{{Parameter row|rootimg|The filename of an image to use for the topmost "root" element.|([[File:Home breadcrumb.svg|20px]])}}
+
{{Parameter row|rootimg|The filename of an image to use for the topmost "root" element.|([[File:Home breadcrumb.png|20px]])}}
 
{{Parameter row|rootlink|Where the above image should link to.|[[Main Page]]}}
 
{{Parameter row|rootlink|Where the above image should link to.|[[Main Page]]}}
 
{{Parameter row|roottext|Text for an optional first "root" link.|Not set}}
 
{{Parameter row|roottext|Text for an optional first "root" link.|Not set}}

Latest revision as of 09:19, 26 February 2020

Usage

This template can be used to create navigation breadcrumbs, inspired by those at WikiProject Accessibility.

It should not be used in article space.

Parameters

#/Name Optional Description Default
rootimg Yes The filename of an image to use for the topmost "root" element. (Home breadcrumb.png)
rootlink Yes Where the above image should link to. Main Page
roottext Yes Text for an optional first "root" link. Not set
1-6 Yes Links to use as breadcrumbs (currently supports up to 6 number) Not Set

Examples

{{Breadcrumb2|[[Parts]] |[[Engine]]s |[[Liquid fuel engine]]s |[[RE-M3 "Mainsail" Liquid Engine]] }}

Home breadcrumb.png >Parts >Engines >Liquid fuel engines >RE-M3 "Mainsail" Liquid Engine

{{Breadcrumb2|rootimg=Help-browser.png |rootlink=Help:Contents |[[Help:Contents/Getting started|Getting started]] |[[Help:Navigation|Navigation]] }}

Help-browser.png >Getting started >Navigation

{{Breadcrumb2|rootimg=Help-magnify.png |rootlink=Help:Contents |roottext=Help |[[Help:Contents/Getting started|Getting started]] |[[Help:Navigation|Navigation]] }}

Help-magnify.png Help >Getting started >Navigation

{{Breadcrumb2|param1 |param2 |param3 |param4 |param5 |param6 }}

Home breadcrumb.png >param1 >param2 >param3 >param4 >param5 >param6

{{Breadcrumb2|param1 | |param3 | |param5 }}

Home breadcrumb.png >param1 >param3 >param5

See also

  • {{Breadcrumb}} - similar template with a different appearance, more like MediaWiki's subpage links