Extension:EmbedScratch
Appearance
Release status: stable |
|
|---|---|
| Author(s) | Apple502j |
| Latest version | 4.0.0 |
| MediaWiki | >= 1.35.0 |
| Licence | GNU General Public License 3.0 |
| Download | GitHub:
Note: |
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
EmbedScratchin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'EmbedScratch' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
