Difference between revisions of "Template:BreadCrumbs"
Jump to navigation
Jump to search
Tag: Reverted |
|||
Line 34: | Line 34: | ||
-->{|style="max-width:300px; float:right; margin-top: -4px;border: 1px solid #aaa;background-color: #f9f9f9;" | -->{|style="max-width:300px; float:right; margin-top: -4px;border: 1px solid #aaa;background-color: #f9f9f9;" | ||
|[[Main Page|Main]] {{#var:path}} > {{#var:pagename}} | |[[Main Page|Main]] {{#var:path}} > {{link|{{#var:pagename}}|uc}} | ||
|}<!-- | |}<!-- | ||
--></includeonly> | --></includeonly> |
Revision as of 20:46, 1 August 2021
Used to create a hierarchy path that floats right. Automatically includes the "Main" page link and current page name. Any pages in the hierarchy between these two pages should be included by the author as the first variable.
Not technically a breadcrumbs path, since it doesn't necessarily match the page(s) the user was previously on.
Example: {{BreadCrumbs}}
Main > BreadCrumbs |
Example: {{BreadCrumbs|Templates,Layout}}
Main > Templates |
Example: {{BreadCrumbs|Templates,Layout/Tables}}
Main > Templates |
Example: {{BreadCrumbs|Templates,Layout|ThisPage}}
Main > Templates |
Example: {{BreadCrumbs|Templates > Layout|auto=no}}
Main > Templates > Layout > BreadCrumbs |