Difference between revisions of "Template:Category/doc"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Undo revision 123777 by Sanfazer (talk).)
Line 1: Line 1:
{{working|Sanfazer}}
=== Use ===
<!-- === Use ===


For categories the names of which are plurals.
For categories the names of which are plurals.
Line 8: Line 7:
=== Examples ===
=== Examples ===


Assume that the category is [[:Category:Decapods|the ''Decapods'' category]].
Assume that the category is [[:Category:Hospitals|the ''Hospitals'' category]].


<pre>{{category}}</pre>
<pre>{{category}}</pre>
:::<pre>This is a list of '''Decapods''' in the ''[[Futurama]]'' universe.</pre>
:::<pre>This is a list of '''hospitals''' in the ''[[Futurama]]'' universe.</pre>
<pre>{{category|link=Decapod 10}}</pre>
<pre>{{category|link=medicine}}</pre>
:::<pre>This is a list of '''[[Decapod 10|Decapods]]''' in the ''[[Futurama]]'' universe.</pre>
:::<pre>This is a list of '''[[medicine|hospitals]]''' in the ''[[Futurama]]'' universe.</pre>
<pre>{{category|low=no}}</pre>
:::<pre>This is a list of '''[[Hospitals]]''' in the ''[[Futurama]]'' universe.</pre>
<pre>{{category|universe=no}}</pre>
<pre>{{category|universe=no}}</pre>
:::<pre>This is a list of '''Decapods'''.</pre>
:::<pre>This is a list of '''hospitals'''.</pre>
<pre>{{category|link=Decapod 10|universe=no}}</pre>
<pre>{{category|link=medicine|low=no|universe=no}}</pre>
:::<pre>This is a list of '''[[Decapod 10|Decapods]]'''.</pre>
:::<pre>This is a list of '''[[medicine|Hospitals]]'''.</pre>
<pre>{{category|link=Decapod 10|universe=no|alien species}}</pre>
<pre>{{category|link=medicine|low=no|universe=no|buildings}}</pre>
:::<pre>This is a list of '''[[Decapod 10|Decapods]]'''.</pre>
:::<pre>This is a list of '''[[medicine|Hospitals]]'''.</pre>
:::<pre>[[Category:Alien species]]</pre>
:::<pre>[[Category:Buildings]]</pre>
<pre>{{category|link=Decapod 10|universe=no|alien species|characters}}</pre>
<pre>{{category|link=medicine|low=no|universe=no|buildings|places}}</pre>
:::<pre>This is a list of '''[[Decapod 10|Decapods]]'''.</pre>
:::<pre>This is a list of '''[[medicine|Hospitals]]'''.</pre>
:::<pre>[[Category:Alien species]]</pre>
:::<pre>[[Category:Buildings]]</pre>
:::<pre>[[Category:Characters]]</pre> -->
:::<pre>[[Category:Places]]</pre>

Revision as of 14:04, 2 July 2013

Use

For categories the names of which are plurals.

The unnamed parameters determine what categories the category will be part of. (The template allows for ten categories.) The "link" parameter determines whether the text in bold links to an article or not. The "universe" parameter determines whether the phrase "in the Futurama universe" is used.

Examples

Assume that the category is the Hospitals category.

{{category}}
This is a list of '''hospitals''' in the ''[[Futurama]]'' universe.
{{category|link=medicine}}
This is a list of '''[[medicine|hospitals]]''' in the ''[[Futurama]]'' universe.
{{category|low=no}}
This is a list of '''[[Hospitals]]''' in the ''[[Futurama]]'' universe.
{{category|universe=no}}
This is a list of '''hospitals'''.
{{category|link=medicine|low=no|universe=no}}
This is a list of '''[[medicine|Hospitals]]'''.
{{category|link=medicine|low=no|universe=no|buildings}}
This is a list of '''[[medicine|Hospitals]]'''.
[[Category:Buildings]]
{{category|link=medicine|low=no|universe=no|buildings|places}}
This is a list of '''[[medicine|Hospitals]]'''.
[[Category:Buildings]]
[[Category:Places]]