Template:Breadcrumbs: Difference between revisions

Template page
(Created page with "<noinclude> {{Documentation}} </noinclude> Turing Complete Wiki {{#if:{{{2|}}} | > {{#if:{{{1|}}} | [[{{{1|}}}|{{{1|}}}]] | '''...'''}} > [[{{{2|}}}|{{{2|}}}]] | > [[{{{1|}}}|{{{1|}}}]]}} > '''{{PAGENAME}}'''")
 
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<templatestyles src="Breadcrumbs/styles.css" /><div class="breadcrumbs">[[Turing Complete Wiki|Turing Complete Wiki]] &gt;
{{Documentation}}
{{#if:{{{2|}}}
</noinclude>
|   {{#if:{{{1|}}}
[[Turing Complete Wiki|Turing Complete Wiki]]
    |   [[{{{1|}}}|{{{1|}}}]] &gt;
{{#if:{{{2|}}} |
    |   ... &gt;
    > {{#if:{{{1|}}} | [[{{{1|}}}|{{{1|}}}]] | '''...'''}} > [[{{{2|}}}|{{{2|}}}]] |
    }} [[{{{2|}}}|{{{2|}}}]] &gt;
     > [[{{{1|}}}|{{{1|}}}]]}} > '''{{PAGENAME}}'''
|   {{#if:{{{1|}}}
     | [[{{{1|}}}|{{{1|}}}]] &gt;
    | <b></b>
    }}
}} '''{{PAGENAME}}'''</div>
<noinclude>{{Documentation}}</noinclude>

Latest revision as of 04:42, 14 January 2025

This page has been transcluded from Template:Breadcrumbs/Documentation.


Display a breadcrumbs-style navigation bar. The top level (Turing Complete Wiki) and the current page are always shown. - If there is one parameter, it will be treated as the direct parent. - If there are two parameters, the first will be treated as the grandparent and the second will be treated as the direct parent. - If there are two parameters and the first parameter is left blank, it will be replaced with ... to indicate nesting greater than four levels deep.

Usage[edit source]

{{Breadcrumbs}}
{{Breadcrumbs|My Parent Page}}
{{Breadcrumbs|My Grandparent Page|My Parent Page}}
{{Breadcrumbs||My Parent Page}}