MediaWiki Getting Started


Table of Contents

Basic Usage 

Basic Usage 

http://www.mediawiki.org/wiki/Help:FAQ#Basic_Usage

1. How do I create a new page
1.

How do I create a new page

There are several paths to creating a new page:

  • Create a link to the page on another page, then click on the red link which appears
  • Browse to the intended location of the page, e.g. http://www.foowiki.org/index.php?title=New_page and click on the edit link.

ref http://www.mediawiki.org/wiki/Help:Starting_a_new_page

You start a new template in the same way you would start a normal page. The only difference is that its title must start with Template:.

Template:foo to edit it. To get there, type in the URL to your address bar, search for it, or make a link in the sandbox and click on it.

Here are the 6 most frequently used types of wiki markup. If you need more help see Wikitext examples. http://meta.wikimedia.org/wiki/Help:Wikitext_examples

1. Practice editing
2. How to create a user
1.

Practice editing

Before start editing a MediaWiki page, you'd better experiment editing in the sandbox http://meta.wikimedia.org/wiki/Meta:Sandbox

2.

How to create a user

Execute maintenance/createAndPromote.php from the shell.

$ php maintenance/createAndPromote.php —help Please provide a username and password for the new account.

$ php maintenance/createAndPromote.php auto_import p wikidb-kb_: Creating and promoting User:auto_import…done.

1. How do I reset a password
1.

How do I reset a password

You can use the maintenance/changePassword.php maintenance script to reset a user's password.

php maintenance/changePassword.php --user=someuser --password=somepass