Extension:Terminator
From MediaWiki.org
|
Terminator Release status: beta |
|||
|---|---|---|---|
| Implementation | Tag | ||
| Description | Create editable doodle-like calendars inside your Mediawiki. | ||
| Author(s) | johanneskoesterTalk | ||
| Last version | 0.1.1 (10.11.2009) | ||
| MediaWiki | 1.15 | ||
| PHP | 5.2 | ||
| License | GPLv3 | ||
| Download | [1] | ||
|
|||
|
Check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
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.
[edit] Usage
- 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.
[edit] Download instructions
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.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/Terminator/Terminator.php");
