Difference between revisions of "Template:Cat/doc"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Created page.)
 
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
Input:
Input:


<pre>{{cat|animals}}</pre>
<pre>{{cat|animal}}</pre>


Output:
Output:


<pre>[[:Category:Animals|animals]]</pre>
<pre>[[:Category:Animals|animal]]</pre>


; Example 2
; Example 2
Line 19: Line 19:
Input:
Input:


<pre>{{cat|animals|living things}}</pre>
<pre>{{cat|animal|living thing}}</pre>


Output:
Output:


<pre>[[:Category:Animals|living things]]</pre>
<pre>[[:Category:Animals|living thing]]</pre>


=== See also ===
; Example 3


* [[Template:Countdown to Futurama]]
Input:
* [[Template:Head]]
 
* [[Template:Planet Express]]
<pre>{{cat|religion|faith|s=no}}</pre>
* [[Infosphere:Templates for avoiding redirects]]
 
Output:
 
<pre>[[:Category:Religion|faith]]</pre>
 
; Example 4
 
Input:
 
<pre>{{cat|cit||y}}</pre>
 
Output:
 
<pre>[[:Category:Cities|city]]</pre>
 
; Example 5
 
Input:
 
<pre>{{cat|societ||ies}}</pre>
 
Output:
 
<pre>[[:Category:Society|societies]]</pre>

Latest revision as of 01:00, 26 February 2014

Use

For linking to categories.

Usage

Example 1

Input:

{{cat|animal}}

Output:

[[:Category:Animals|animal]]
Example 2

Input:

{{cat|animal|living thing}}

Output:

[[:Category:Animals|living thing]]
Example 3

Input:

{{cat|religion|faith|s=no}}

Output:

[[:Category:Religion|faith]]
Example 4

Input:

{{cat|cit||y}}

Output:

[[:Category:Cities|city]]
Example 5

Input:

{{cat|societ||ies}}

Output:

[[:Category:Society|societies]]