Simple MediaWiki extension for wiki talk signatures with Scratch avatars.
This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2013-06-03 19:25:27 +01:00
.gitignore Initial 2013-05-22 14:22:05 +01:00
LICENSE Add license, readme 2013-05-22 14:25:16 +01:00
README.txt Update readme 2013-06-03 19:25:27 +01:00
scratchsig.css Use images off CDN 2013-06-02 09:49:30 +01:00
ScratchSig2.php Fix img size 2013-06-03 11:59:28 +01:00

Simple MediaWiki extension for wiki talk signatures with Scratch avatars.

Uses the Scratch 2.0 site API to fetch avatar thumbnail image URLs:

    http://scratch.mit.edu/site-api/users/all/{username}/


Installation
============

Just drop this folder into MediaWiki's "extensions/" folder, and add

    require_once( "$IP/extensions/ScratchSig2/ScratchSig2.php" );

to your "LocalSettings.php".