Update credits
This commit is contained in:
parent
81429512a3
commit
c345f7d6af
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
A simple MediaWiki extension for rendering Scratch blocks.
|
A simple MediaWiki extension for rendering Scratch blocks.
|
||||||
|
|
||||||
Transforms `<scratchblocks>` tags inside wiki articles into `<pre class="blocks">`
|
Transforms `<scratchblocks>` tags inside wiki articles into `<pre class="blocks">`
|
||||||
|
@ -5,6 +6,9 @@ in the HTML, which are then rendered to scratch blocks using CSS and JS
|
||||||
included in the page. Inline blocks are rendered with `<sb>` tags, and become
|
included in the page. Inline blocks are rendered with `<sb>` tags, and become
|
||||||
`<code class="blocks">` tags.
|
`<code class="blocks">` tags.
|
||||||
|
|
||||||
|
- Maintained by ErnieParke ([@Choco31415](https://github.com/Choco31415)).
|
||||||
|
- Authored by tjvr
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
@ -23,3 +27,4 @@ to your "LocalSettings.php". If running Mediawiki 1.25 or greater, you can use
|
||||||
wfLoadExtension( "ScratchBlocks" );
|
wfLoadExtension( "ScratchBlocks" );
|
||||||
|
|
||||||
instead of the require statement.
|
instead of the require statement.
|
||||||
|
|
||||||
|
|
Reference in a new issue