Skip to content

Github mirror of MediaWiki extension DateDiff - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-DateDiff

Repository files navigation

DateDiff

DateDiff is an extension to MediaWiki that provides parser function #dates allowing to return a list of intermediary days.

Compatibility

  • PHP 7.2+
  • MediaWiki 1.35+

See also the "CHANGELOG.md" file provided with the code.

Installation

(1) Obtain the code from GitHub

(2) Extract the files in a directory called DateDiff in your extensions/ folder.

(3) Add the following code at the bottom of your "LocalSettings.php" file:

wfLoadExtension( 'DateDiff' );

(4) Go to "Special:Version" on your wiki to verify that the extension is successfully installed.

(5) Done.

About

Github mirror of MediaWiki extension DateDiff - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published