=== WP-MediaWiki ===
Contributors: mht208
Donate link: 
Tags: formatting, markup, post
Requires at least: 2.0.2
Tested up to: 2.3.3
Stable tag: 0.8

WP-MediaWiki is a plugin for WordPress. It adds a subset of MediaWiki markups to WordPress.

== Description ==

WP-MediaWiki adds a subset of MediaWiki markups to WordPress.
Currently, the following MediaWiki markups are supported.

* Bold
* Italic
* Heading
* Lists: Besides the list markups come from MediaWiki, I also added a continuation markup such that users can put preformatted text in a list item.
* Tables
* External links
* WikiLinks: the wikilink will link to Wikipedia by default, you can change the wiki site in the admin option page.
* Table of content
* Horizontal line
* Preformatted text

For more information about MediaWiki markups, please refer to http://meta.wikimedia.org/wiki/Help:Editing.
For a demo of this plugin, please refer to http://zechs.dyndns.org/wordpress/?page_id=152.
There is also a sandbox (http://zechs.dyndns.org/wordpress/wp-content/files/wp-mediawiki/sandbox/index.php) for you to preview the effect of this plugin.

== Installation ==

1. Please make sure you have PHP 5 installed.
1. Upload `wp-mediawiki.php` and the folder `wp-mediawiki` containing wp-mediawiki.css and wp-mediawiki.js to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Complete options in the 'Options' page.

== Frequently Asked Questions ==

== Screenshots ==

1. Creating a table.
2. Creating external links.
3. Creating lists.
