Help:Categories

From Wiki Shangri-La / 香格里拉 维基

From UBC Wiki [1]


W S-L Wiki Help

Introduction
Create a New Sandbox Page
Create a New Page
Editing a Page
Formatting Text

W S-L Wiki Organization
W S-L Wiki Guidelines
Using Categories

Frequently Asked Questions
Adding Pictures
Renaming a Page
Adding Links
Adding Footnotes
Editing Your User Page
Embedding Social Media Apps
All Help Pages

Contact us
Community Policies
Explore the Wiki

On the W S-L Wiki, you can 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.

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.

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 including 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 (see below). The sort key does not change the page title displayed in the category.

!"#$%&'()*+,-./0123456789:;<=>?
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
'abcdefghijklmnopqrstuvwxyz{|}~?

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.)

It is not possible to rename (move) a category, unlike other wiki pages. It is necessary to create a new category and change the Category tag on every page. The new category will not have the older category's page history, which is undesirable if there are many revisions.

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.

Create a Subcategory

Once you have created the subcategory, edit its category page and add one or more Categories at the bottom of the page. This will make the category a subcategory of all the categories that you have added. It is a good idea to organize all your categories into a hierarchy with a single top level category.

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

Creating Category List on a Wiki Page

You can use the CategoryTree tag, <categorytree> to show a category structure in-line on a wiki page.

For example, to generate a dynamic list of the subcategories of the Learning Technology category, you would use the following code:

<CategoryTree>Learning Technologies</CategoryTree>

.

This generates the following list: <CategoryTree>Learning Technologies</CategoryTree>

Please see Help:CategoryTree for more information.

See Also

References

  1. UBC Wiki. University of Bristish Columbia. Updated 3 january 2012, 19:57 UTC‎.
    Available from https://wiki.ubc.ca/Help:Categories. Internet. Retrieved Octover 26, 2013.