/mediawiki-gists

Adds a convenient <gist> tag to your MediaWiki

Primary LanguagePHP

mediawiki-gist

Embed gists on your wiki with the <gist> tag!

Install

Clone into your wiki's extension directory:

git clone https://github.com/mauroveron/mediawiki-gists.git extensions/gists

add the extension to your LocalSettings.php

require_once "$IP/extensions/gists/gists.php";

that's it! :)