Template:Crumb: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{ {{PAGENAME}}|Parent|Parent}} Toggles crumb based on matching page name {{PAGENAME}} ---- ;Template <onlyinclude><includeonly><!-- -->{{#ifeq:{{PAGENAME}}|{{{1|}}}||{{crumbtext|{{{1|}}}|{{{2|}}}}}}}<!-- --></includeonly></onlyinclude>")
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ {{PAGENAME}}|[[Parent]]|[[Parent]]}}
{{ {{PAGENAME}}|Parent||[[Parent]]}}
Toggles crumb based on matching page name
Toggles crumb based on matching page name


Line 7: Line 7:
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--


-->{{#ifeq:{{PAGENAME}}|{{{1|}}}||{{crumbtext|{{{1|}}}|{{{2|}}}}}}}<!--
-->{{#ifeq:{{FULLPAGENAME}}|{{{1|}}}||<!--
 
-->{{crumbtext|{{#if:{{{2|}}}|[[{{{1}}}|{{{2}}}]]|[[{{{1}}}]]}}|{{{3|}}}}}<!--
 
-->}}<!--


--></includeonly></onlyinclude>
--></includeonly></onlyinclude>

Latest revision as of 18:32, 12 August 2023

Parent ← Parent

Toggles crumb based on matching page name


Template