Assigning your Page to a Category: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
m (categorised)
(re-org and mention templates)
Line 1: Line 1:
== Manual Categorizing ==
This is easy, just add this to the bottom of your article:
This is easy, just add this to the bottom of your article:


Line 5: Line 6:
Where ''SomeCategory'' should be replaced by the name of the chosen category.  
Where ''SomeCategory'' should be replaced by the name of the chosen category.  


Please note that an article can belong to mutiple categories, this is not a problem.
Please note that an article can belong to mutiple categories, this is not a problem, just list all of them:


After adding your page to any category, it will be automatically listed on the overview page of this category. Category overview pages can be recognized by the prefix '''Category:''' in front of the name, like this [[:Category:Editing]].
<nowiki>
[[Category:SomeCategory]]
[[Category:SomeOtherCategory]]
</nowiki>
 
After adding your page to any category, it will be automatically listed on the overview page of this category. Category overview pages can be linked to by the prefix '''Category:''' in front of the name, like this [[:Category:Editing]].
 
== Using templates ==
 
Especially for tutorial pages, several templates exist that make categorizing a page even easier.
Just include the template at the bottom of each page:
 
<nowiki>
{{tutorial-wiki}}
</nowiki>
 
Please see [[List of tutorial templates]] for what templates exist. If one is missing, please add
it by copying one of the existing tutorials and modify it, then use it accordingly.


== See also ==
== See also ==
* [[Special:Categories|DarkWiki Categories]]
* [[Special:Categories|DarkWiki Categories]]
[[Category:Tutorial]]
 
{{tutorial-wiki|sort=Categories}}

Revision as of 10:39, 7 October 2007

Manual Categorizing

This is easy, just add this to the bottom of your article:

[[Category:SomeCategory]]

Where SomeCategory should be replaced by the name of the chosen category.

Please note that an article can belong to mutiple categories, this is not a problem, just list all of them:

 [[Category:SomeCategory]]
 [[Category:SomeOtherCategory]]
 

After adding your page to any category, it will be automatically listed on the overview page of this category. Category overview pages can be linked to by the prefix Category: in front of the name, like this Category:Editing.

Using templates

Especially for tutorial pages, several templates exist that make categorizing a page even easier. Just include the template at the bottom of each page:

 {{tutorial-wiki}}
 

Please see List of tutorial templates for what templates exist. If one is missing, please add it by copying one of the existing tutorials and modify it, then use it accordingly.

See also