mauroveron / mediawiki-gists

Adds a convenient <gist> tag to your MediaWiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! :)

About

Adds a convenient <gist> tag to your MediaWiki


Languages

Language:PHP 100.0%