Template:Breadcrumb: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
(Testing)
Line 1: Line 1:
<noinclude>
<noinclude>
See [[wikipedia: Breadcrumb_(navigation)]]
See [[wikipedia: Breadcrumb_(navigation)]]
1: {{Breadcrumb|Test1}}
1 and 2: {{Breadcrumb|Test1|Test2}}
1 and 2 and 3: {{Breadcrumb|Test1|Test2|Test3}}


==Usage Examples==
==Usage Examples==
<nowiki>{{Breadcrumb|Software}}</nowiki>
<nowiki>{{Breadcrumb|Software}}</nowiki>
----
----
</noinclude>'''[[Main Page|Main]]''' > '''[[:Category:{{{1}}}|{{{1}}}]]'''
</noinclude>{{#if: not {{{2}}}|'''[[Main Page|Main]]''' > '''[[:Category:{{{1}}}|{{{1}}}]]'''}}
{{#if: {{{2}}} and not {{{3}}}|'''[[Main Page|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}}
<includeonly>[[Category: {{{1}}}]]</includeonly>
<includeonly>[[Category: {{{1}}}]]</includeonly>

Revision as of 09:53, 11 April 2011

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