Template:Tab footer: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Chris Day
(New page: <includeonly> {{{abc|}}} [[Category:{{{tab|}}}|{{{abc|}}}]] {{#ifeq:{{{status|}}}|0| [[Category:Approved {{{tab|}}}|{{{abc}}}]] }}</includeonly> <no...)
 
imported>Chris Day
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
[[Category:Article specific subpage|{{{abc|}}}]]  
[[Category:Article specific subpage|{{{abc|}}}]]
[[Category:{{{tab|}}}|{{{abc|}}}]]  
[[Category:Generic subpage|{{{abc|}}}]]
{{#ifeq:{{{status|}}}|0| [[Category:Approved {{{tab|}}}|{{{abc}}}]] }}</includeonly>
[[Category:AS-{{{subpagename|}}}|{{{abc|}}}]]
<noinclude>
[[Category:{{{group}}}-AS-{{{subpagename|}}}|{{{abc|}}}]]  
{{#if:{{{group2|}}}|[[Category:{{{group2}}}-AS-{{{subpagename|}}}|{{{abc|}}}]] |}}
{{#if:{{{group3|}}}|[[Category:{{{group3}}}-AS-{{{subpagename|}}}|{{{abc|}}}]] |}}
{{#ifeq:{{{status|}}}|0| [[Category:Approved {{{subpagename|}}}|{{{abc}}}]]
[[Category:{{{group}}} Approved {{{subpagename|}}}|{{{abc}}}]]
{{#if:{{{group2|}}}|[[Category:{{{group2}}} Approved {{{subpagename|}}}|{{{abc|}}}]] |}}
{{#if:{{{group3|}}}|[[Category:{{{group3}}} Approved {{{subpagename|}}}|{{{abc|}}}]] |}} }}
{{#ifexist:CZ:{{{subpagename|}}}||[[Category:Experimental subpage|{{{abc|}}}]]}}{{#ifexist:Category:AS-{{{subpagename|}}}||[[Category:Experimental subpage|{{{abc|}}}]]}}</includeonly><noinclude>
==Usage==
==Usage==
To be used at the top of the an article specific subpage. The template fields include:
To be used at the bottom of an article specific subpage. The template fields include:


<pre>
<pre>
Line 11: Line 18:
|abc=
|abc=
|status=
|status=
|tab=
|group=
|group2=
|group3=
|subpagename=
}}
}}
</pre>
</pre>
'''abc''' = used to categorise based on last names.  For example, the [[Barbara McClintock]] approval template is written as '''abc = McClintock, Barbara''' so she is categorised under M, or List of Biologists would be '''abc = Biologists, List of''' so it is categorised under B.
'''abc''' = used to categorise based on last names.  For example, the [[Barbara McClintock]] approval template is written as '''abc = McClintock, Barbara''' so she is categorised under M, or List of Biologists would be '''abc = Biologists, List of''' so it is categorised under B.
</noinclude>
</noinclude>

Latest revision as of 03:16, 29 April 2008

Usage

To be used at the bottom of an article specific subpage. The template fields include:

{{tab footer
|abc=
|status=
|group=
|group2=
|group3=
|subpagename=
}}

abc = used to categorise based on last names. For example, the Barbara McClintock approval template is written as abc = McClintock, Barbara so she is categorised under M, or List of Biologists would be abc = Biologists, List of so it is categorised under B.