Difference between revisions of "Template:Cat/doc"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Created page.)
 
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>
 
; Example 3
 
Input:
 
<pre>{{cat|religion|faith|s=no}}</pre>
 
Output:
 
<pre>[[:Category:Religion|faith]]</pre>


=== See also ===
=== See also ===

Revision as of 22:08, 6 September 2013

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

See also