Book Image

MediaWiki Administrators' Tutorial Guide

By : Mizanur Rahman
Book Image

MediaWiki Administrators' Tutorial Guide

By: Mizanur Rahman

Overview of this book

<p>Run your own MediaWiki collaborative website with this fast-paced, friendly tutorial, which is full of information and advice for creating powerful MediaWiki sites, and filling them with varied and useful collaborative content. Whether you are creating a public wiki for completely open contributions, a private wiki for collaborating within your work team or group of friends, or even a wiki for personal use, this book will show you all the essential steps.</p> <p>You will see the various ways of organizing and managing content, and preventing collaboration from getting out of control. You'll learn how to incorporate images and other media into your pages, as well as becoming a wiki markup wizard to produce intricately formatted pages with tables, lists, and more. On the technical side, the book covers how to administer users, back up and restore content safely, migrate your installation to another server or database, and even make hacks to the code.</p> <p>MediaWiki is the free, open-source wiki engine software that powers Wikipedia and many of the other popular wikis across the Web. Written in PHP, it possesses many features that make it the engine of choice for large collaborative wikis: flexible markup, comprehensive user management, multimedia handling, and more.</p>
Table of Contents (16 chapters)
MediaWiki Administrators' Tutorial Guide
Credits
About the Author
About the Reviewers
Preface
Free Chapter
1
About MediaWiki

Custom Namespaces


We can have our own namespace, which is known as having a custom namespace. Each project or wiki can have a lot of custom namespaces as per the site's requirement. Custom namespaces are added by the administrator in need of new namespaces other than the ones defined by MediaWiki. For our site, we can have different namespaces such as story, article, novel, real-life experience, etc. In general, custom namespaces are numbered from 100.

In order to add a new custom namespace, we have to perform the following steps:

  1. 1. Pick a name for the namespace and its corresponding talk page. Do not include a space in the name. If required, you can use the underscore (_) character.

  2. 2. Pick namespace numbers appropriately. Numbers should start from after 100. Also we should apply the following rule for talk pages: Even numbers are for namespaces containing articles, odd numbers are reserved for talk pages for the corresponding namespace.

  3. 3. In the include directory, open the defaultsettings...