The MsCalendar extension enables users to insert calendars into wiki pages.
To install MsCalendar, add the following to your LocalSettings.php:
wfLoadExtension( 'MsCalendar' );
Then run the update script to create the necessary tables (see https://www.mediawiki.org/wiki/Manual:Update.php).
To insert a calendar into a wiki page, simply edit a page and add the following wikitext:
Name of the calendar
You can insert as many calendars as you want, but each must have a unique name.
The events of each day are sorted alphabetically. You can also sort them by id by doing:
Name of the calendar
- Developed and coded by Martin Schwindl ([email protected])
- Idea, project management and bug fixing by Martin Keyler ([email protected])
- Updated, debugged and improved by Felipe Schenone (User:Sophivorus)
- Updated for MediaWiki 1.39+ by Patrick Dudics (User:BeneBane)
- Support for multiple calendars by Frédéric Souchon (aka Fraifrai)
- This extension uses jquery.calendario.js v1.0.0 (http://www.codrops.com) - Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) - Copyright 2012 - Codrops (http://www.codrops.com)