Difference between revisions of "BreadCrumbs"
From Titan's Teeth
Dicemonger (talk | contribs) (Created page with "<noinclude>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 p...") |
Dicemonger (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
Not technically a breadcrumbs path, since it doesn't necessarily match the page(s) the user was previously on.</noinclude><includeonly><!-- | Not technically a breadcrumbs path, since it doesn't necessarily match the page(s) the user was previously on.</noinclude><includeonly><!-- | ||
− | -->{{#vardefine:path|> {{{1|}}}}}<!-- | + | -->{{#if:{{{1|}}}<!-- |
+ | -->|{{#vardefine:path|> {{{1|}}}}}<!-- | ||
+ | -->|{{#vardefine:path|}}<!-- | ||
+ | -->}}<!-- | ||
-->{{#if:{{{2|}}}<!-- | -->{{#if:{{{2|}}}<!-- |
Latest revision as of 07:15, 28 May 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.