Template:Breadcrumb

From Open Source Ecology
Revision as of 09:53, 11 April 2011 by Elifarley (talk | contribs) (Testing)
Jump to navigation Jump to search

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}}