Extension:EmbedScratch

From mediawiki.org
MediaWiki extensions manual
EmbedScratch
Release status: stable
Author(s) Apple502j
Latest version 4.0.0
MediaWiki >= 1.35.0
License GPLv3
Download

The EmbedScratch extension allows Scratch projects to be embedded into wikis. Syntax:

<scratch project="199643716" />

Embeds https://scratch.mit.edu/projects/199643716/.

Installation[edit]

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

See also[edit]