Difference between revisions of "Help:Categories"

From SoftMC-Wiki
Jump to: navigation, search
(Rework)
Line 1: Line 1:
 
MediaWiki allows you to categorize pages and files by appending one or more '''Category''' {{#ifeq:Category|{{ns:category}}||'''({{ns:category}})'''}} tags to the content text. Adding these tags creates links at the bottom of the page that take you to the list of all pages in that category, which makes it easy to browse related articles.
 
MediaWiki allows you to categorize pages and files by appending one or more '''Category''' {{#ifeq:Category|{{ns:category}}||'''({{ns:category}})'''}} tags to the content text. Adding these tags creates links at the bottom of the page that take you to the list of all pages in that category, which makes it easy to browse related articles.
  
==Add a page to a category==
+
== Category names ==
 +
TODO
 +
 
 +
== Add a page to a category ==
 
To add a page or uploaded file to a category, simply edit the page and add the following text (where ''NAME'' is the name of the category you want to add it to).
 
To add a page or uploaded file to a category, simply edit the page and add the following text (where ''NAME'' is the name of the category you want to add it to).
 
  <nowiki>[[</nowiki>{{ns:category}}:''NAME'']]
 
  <nowiki>[[</nowiki>{{ns:category}}:''NAME'']]
Line 20: Line 23:
 
You will need to manually add a &lt;br /&gt; tag or a line break after the category.
 
You will need to manually add a &lt;br /&gt; tag or a line break after the category.
  
===Sort key===
+
=== Sort key ===
A ''sort key'' specifies where the page will appear in the category list, and under which letter heading. (By default, the page is sorted under the first letter of its full name ''including its namespace''.) You can add a sort key to a page by adding it inside the {{ns:category}} tag. For example, the tag below will add the page under the heading "S".
+
A ''sort key'' specifies where the page will appear in the category list, and under which letter heading. (By default, the page is sorted under the first letter of its full name ''excluding its namespace''.) You can add a sort key to a page by adding it inside the {{ns:category}} tag. For example, the tag below will add the page under the heading "S".
 
  <nowiki>[[</nowiki>{{ns:category}}:''NAME''|''SORT'']]
 
  <nowiki>[[</nowiki>{{ns:category}}:''NAME''|''SORT'']]
  
Line 28: Line 31:
 
==Create a category==
 
==Create a category==
 
A category can be created the same way as other wiki pages (See [[Help:Starting a new page]]); just add "<code>{{ns:category}}:</code>" before the page title. (Category lists exist even if their description page is not created, but these categories are isolated from others and serve little purpose for organization or navigation.)
 
A category can be created the same way as other wiki pages (See [[Help:Starting a new page]]); just add "<code>{{ns:category}}:</code>" before the page title. (Category lists exist even if their description page is not created, but these categories are isolated from others and serve little purpose for organization or navigation.)
 
To rename (move) a category use the ''Rename category'' special page.
 
  
 
To avoid extra work, try searching within your wiki before creating a new category. The list of all categories can be found in "{{int:specialpages}}" in the "{{lcfirst:{{int:toolbox}}}}" box of the [[Help:Navigation#Sidebar|sidebar]].
 
To avoid extra work, try searching within your wiki before creating a new category. The list of all categories can be found in "{{int:specialpages}}" in the "{{lcfirst:{{int:toolbox}}}}" box of the [[Help:Navigation#Sidebar|sidebar]].
  
==Linking to a category==
+
== Link to a category ==
 
To create a link to a category, use a leading colon before the category name. (Without this colon, it will add the current page to the category.) To change the link text, write the text inside the link tag after a pipe.
 
To create a link to a category, use a leading colon before the category name. (Without this colon, it will add the current page to the category.) To change the link text, write the text inside the link tag after a pipe.
 
  <nowiki>[[</nowiki>:{{ns:category}}:''NAME'']]
 
  <nowiki>[[</nowiki>:{{ns:category}}:''NAME'']]
Line 42: Line 43:
 
[[Help:Redirects|Redirect pages]] (to categories) must also use the colon, otherwise it will be added to the category instead of redirecting.
 
[[Help:Redirects|Redirect pages]] (to categories) must also use the colon, otherwise it will be added to the category instead of redirecting.
  
[[Category:Help|Categories]]
+
== Move a category ==
 +
To move (rename) a category use the ''Rename category'' special page in the toolbox.
 +
When a category is moved, the category tags of all category members are renamed.
 +
This procedure requires edit rights for all pages in the category!
 +
 
 +
 
 +
[[Category:Help]]

Revision as of 09:58, 22 June 2010

MediaWiki allows you to categorize pages and files by appending one or more Category tags to the content text. Adding these tags creates links at the bottom of the page that take you to the list of all pages in that category, which makes it easy to browse related articles.

Category names

TODO

Add a page to a category

To add a page or uploaded file to a category, simply edit the page and add the following text (where NAME is the name of the category you want to add it to).

[[Category:NAME]]

Any number of Category tags may be added to the page and the page will be listed in all of them. Category tags can be added wherever you like in the editing text, but they are usually added at the very bottom for the convenience of other editors.

Adding Category tags to categories will make them subcategories. It is a good idea to organize all your categories into a hierarchy with a single top level category.

Spaces and line breaks before categories are ignored, thus

* A list item
[[Category:Some category]] Some text

will be rendered the same as

* A list item Some text

You will need to manually add a <br /> tag or a line break after the category.

Sort key

A sort key specifies where the page will appear in the category list, and under which letter heading. (By default, the page is sorted under the first letter of its full name excluding its namespace.) You can add a sort key to a page by adding it inside the Category tag. For example, the tag below will add the page under the heading "S".

[[Category:NAME|SORT]]

Sort keys are case-sensitive, and a space is also valid. The order of the sections within a category follows the Unicode sort order. The sort key does not change the page title displayed in the category.

Create a category

A category can be created the same way as other wiki pages (See Help:Starting a new page); just add "Category:" before the page title. (Category lists exist even if their description page is not created, but these categories are isolated from others and serve little purpose for organization or navigation.)

To avoid extra work, try searching within your wiki before creating a new category. The list of all categories can be found in "Special pages" in the "tools" box of the sidebar.

Link to a category

To create a link to a category, use a leading colon before the category name. (Without this colon, it will add the current page to the category.) To change the link text, write the text inside the link tag after a pipe.

[[:Category:NAME]]
[[:Category:NAME|TEXT]]

For example, to link to "Category:Help", write "[[:Category:Help]]", which will result in Category:Help.

Redirect pages (to categories) must also use the colon, otherwise it will be added to the category instead of redirecting.

Move a category

To move (rename) a category use the Rename category special page in the toolbox. When a category is moved, the category tags of all category members are renamed. This procedure requires edit rights for all pages in the category!