Extension:ScratchSig3

From mediawiki.org
MediaWiki extensions manual
ScratchSig3
Release status: stable
Implementation Parser extension
Author(s) Naleksuh, Jacob G. (jvvg)
MediaWiki >= 1.35.0
License No license specified
Download

The ScratchSig3 extension adds a parser function to render a user's Scratch avatar and uses it in signatures.

Installation[edit]

  • Download and place the file(s) in a directory called ScratchSig3 in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ScratchSig3' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.