Template:Breadcrumb
See wikipedia: Breadcrumb_(navigation)
1: Main > Test1 {{#if: {{{2}}} and not {{{3}}}|Main > Test1 > [[:Category:{{{2}}}|{{{2}}}]]
{{#if not {{{2}}}|NOT TWO|no not two}} {{#if {{{2}}}|TWO|no two}} {{#if {{{2}}} and not {{{3}}}|TWO no THREE|2 and 3}}
1 and 2: Main > Test1 {{#if: Test2 and not {{{3}}}|Main > Test1 > Test2
{{#if not Test2|NOT TWO|no not two}} {{#if Test2|TWO|no two}} {{#if Test2 and not {{{3}}}|TWO no THREE|2 and 3}}
1 and 2 and 3: Main > Test1 {{#if: Test2 and not Test3|Main > Test1 > Test2
{{#if not Test2|NOT TWO|no not two}} {{#if Test2|TWO|no two}} {{#if Test2 and not Test3|TWO no THREE|2 and 3}}
Usage Examples
{{Breadcrumb|Software}}
Main > [[:Category:{{{1}}}|{{{1}}}]] {{#if: {{{2}}} and not {{{3}}}|Main > [[:Category:{{{1}}}|{{{1}}}]] > [[:Category:{{{2}}}|{{{2}}}]]
{{#if not {{{2}}}|NOT TWO|no not two}} {{#if {{{2}}}|TWO|no two}} {{#if {{{2}}} and not {{{3}}}|TWO no THREE|2 and 3}}