Extension:EmbedScratch

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:Extensions with unknown license
MediaWiki extensions manual
EmbedScratch
Release status: stableCategory:Stable extensions
Author(s) Apple502j
Latest version 4.0.0
MediaWiki >= 1.35.0
License GPLv3
Download Category:Extensions in GitHub version control
Category:All extensions

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

<scratch project="199643716" />

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

Installation

  • 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

Category:All extensions Category:Extensions in GitHub version control Category:Extensions with invalid or missing type Category:Extensions with unknown license Category:Extensions without a compatibility policy Category:Extensions without an image Category:ParserFirstCallInit extensions Category:Stable extensions