Extension:Terminator
From MediaWiki.org
Terminator Release status: beta |
|||
---|---|---|---|
Implementation | Tag | ||
Description | Create editable doodle-like calendars inside your Mediawiki. | ||
Author(s) | johanneskoestertalk | ||
Latest version | 0.1.1 (10.11.2009) | ||
MediaWiki | 1.15 | ||
PHP | 5.2 | ||
License | GPLv3 | ||
Download | [1] | ||
|
|||
Translate the Terminator extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
What can this extension do?[edit | edit source]
A doodle-like calendar extension for MediaWiki. Days (or weeks or whatever you like) can be dynamically added/deleted. Logged in MediaWiki-users can state at which day they are free and can add comments for each of the days.
Usage[edit | edit source]
- Put
<terminator/>
at the place in a wiki-page where you want to see your calendar. - Save the page.
- Add Days with [+]. Delete Days with [-]. Enter names/or dates or anything into the textfields appearing.
- Click on "Speichern" to save the whole thing.
Download instructions[edit | edit source]
Download the folder Terminator from svn (see above). Insert it into $IP/extensions/
. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
Installation[edit | edit source]
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/Terminator/Terminator.php");