Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.26 KB

MsCalendar

The MsCalendar extension enables users to insert calendars into wiki pages.

Installation

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).

Usage

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.

Configuration

The events of each day are sorted alphabetically. You can also sort them by id by doing:

Name of the calendar

Credits