Working With MediaWiki

Working With MediaWiki by Yaron Koren Read Free Book Online

Book: Working With MediaWiki by Yaron Koren Read Free Book Online
Authors: Yaron Koren
The}}
[[Category:Musical groups]]
...etc.
    “DEFAULTSORT” can be placed anywhere on the page, though it’s usually placed right above the set of categories, which in turn are usually at the end of the page. (That’s unless you’re using the Semantic MediaWiki system, though, where categories, and default sorting, are usually set via the template.)
    Since the "Category" tag looks exactly like a standard wiki-link, how do you actually link to a category page, instead of making a category declaration? You do that by adding a colon at the beginning of the tag, so the text would look like:
Also check out [[:Category:Butterflies]].
    ...or, if you want custom text in the link, add a "|" and the text after that, just as you would with a regular link:
Also check out the [[:Category:Butterflies|Butterflies]] category.

Namespaces
    Namespaces are how different types of content in the wiki are distinguished. A page is defined as being within a certain namespace if the name of the page begins with the name of that namespace, followed by a colon. So, for instance, the page "Talk:UNIX administration" is in the "Talk" namespace.
    It’s very important to note that a namespace is more than just a prefix: it’s a true separate container of content. So the page "Talk:UNIX administration" is actually considered by the system to be the page "UNIX administration" within the "Talk" namespace.
    Some namespaces can be represented by more than one string. For instance, in non-English-language wikis, the English-language name for a namespace will always work. So, for example, going to the page “Talk:Paavo Nurmi” on a Finnish-language wiki will redirect you to “Keskustelu:Paavo Nurmi”. (“Keskustelu” is Finnish for “discussion”.) This can also happen within one language. In most wikis, the project namespace can be accessed with either the name of the wiki, the string “Project:”, or, for non-English wikis, the corresponding word for “project” in that language. When settings are changed for individual namespaces within LocalSettings.php, the namespaces aren’t referred to by their language aliases, but rather by values like NS_TALK, NS_USER, etc. So if you want to enable subpages for just “User:” pages, for example (we’ll get to subpages here ), you would add the following line to LocalSettings.php:
$wgNamespacesWithSubpages[NS_USER] = true;
    NS_TALK, NS_USER etc. are actually PHP constants, that in turn simply represent numbers (NS_TALK is 1, for example). Each namespace’s number is unique. Pages whose names don’t contain a colon are still part of a namespace: that’s the "main" or "blank" namespace, denoted by NS_MAIN in LocalSettings.php (which has the numeric value 0). Similarly, pages whose names do contain a colon, but whose string before the colon doesn’t correspond to an active namespace, are also in the main namespace: a page named "Happy:Times" is just the page "Happy:Times" in the main namespace, not a page called "Times" in the "Happy" namespace, unless a "Happy" namespace has been defined on this wiki. Namespaces are used for many types of content; below is the listing of each namespace that comes by default in MediaWiki, along with its PHP constant, its actual numeric value, its English-language alias, and its purpose:
    Namespace constant
#
English-language alias(es)
Purpose
NS_MEDIA
-2
"Media"
Used for directly linking to uploaded files
NS_SPECIAL
-1
"Special"
Used for special pages defined by the software
NS_MAIN
0
(no text)
Most user-created content
NS_TALK
1
"Talk"
Discussions about pages in the main namespace
NS_USER
2
"User"
Information about the wiki’s users
NS_USER_TALK
3
"User talk"
Discussions with individual users
NS_PROJECT
4
"Project" and a specific name for that wiki, usually the name of the wiki
Pages about the wiki itself
NS_PROJECT_TALK
5
"Project talk" and a specific name + " talk"
Discussions about project pages
NS_FILE
6
"File" and "Image"
Uploaded files
NS_FILE_TALK
7
"File

Similar Books

Switch

William Bayer

A Ghost of a Chance

Minnette Meador

How to Make Monsters

Gary McMahon

Shelter

Tara Shuler

April Lady

Georgette Heyer

Nice Weekend for a Murder

Max Allan Collins