Help:Contents
From Dar
Contents |
Tips
basic editing Tips helppage from KM4Devwiki
Tables
http://meta.wikimedia.org/wiki/Help:Table
RSS
Is it possible to include RSS feeds in this WIKI?
Yes, RSS rendering is now enabled and works, with previous glitches fixed.
See page Drupal_blogs for an example.
Categories
How do I add categories to pages?--Linda 21:36, 10 March 2006 (GMT)
- Ok, you just add the tag at the bottom of a page for a category. No need to create the category first - copy the format from one which is there already.
Sidebar
Editing the sidebar in mediawiki is by MediaWiki:Sidebar
insert a line eg
- drupal-url|Drupal
then create the redirect page named MediaWiki:drupal-url
Database
Table by table documentation of the MySQL Database structure used by mediawiki is here:
http://meta.wikimedia.org/wiki/Help:Database_layout
hosting
redirect
How to create a redirect (PHP)...
If you want to have your domain redirect to another page or folder on your domain you can create an index.php page and enter the following code...
<?php
header ('HTTP/1.1 301 Moved Permanently');
header ('Location: /shop/');
?>
In this example if you put the index.php file in your root folder of www.domainname.com any visitors would be redirected to www.domainname.com/shop/
bugs
http://bugzilla.wikimedia.org/
documentation
http://meta.wikimedia.org/wiki/Help:Installation
http://meta.wikimedia.org/wiki/Help:Administration
http://en.wikibooks.org/wiki/MediaWiki_Administrator%27s_Handbook
http://en.wikibooks.org/wiki/MediaWiki_Developer%27s_Handbook
input box
The input box for 'create a new article' on the main page is done with an extension called inputbox
