Enforce Script Highlighter – Extension
Category: MediaWiki Extension
| Enforce Script Highlighter | |
|---|---|
| Description | Highlights Enforce Script code (uses Syntaxhighlight at the moment) | 
| Author | Lou Montana | 
| Project Start | 2022-07-30: Project start | 
| Release Date | 
  | 
| Version | 0.00a | 
This extension highlights Enforce Script Syntax.
Features
- Enforce Script Syntax support
 - "Copy code to clipboard" button on hover
 - Enforce Script tag button in the wiki edit toolbar (next to B and I)
 - Options:
- all of Syntaxhighlight
 
 
Installation
- Unzip the directory to wiki
/extensions /EnforceScriptHighlighter  - Add 
wfLoadExtension( 'EnforceScriptHighlighter' );to LocalSettings.php - There are no settings
 
Usage
Using <enforce> tags will auto-generate syntax highlighting.
| Code | Result | 
|---|---|
<enforce/>
 | 
-no code provided- 
 | 
<enforce></enforce>
 | 
-no code provided- 
 | 
<enforce> </enforce>
 | 
-no code provided- 
 | 
<enforce>int i = 3;</enforce>
 | 
|
This is <enforce inline>int i = 0; i++;</enforce> absolutely inline.
 | 
This is int i = 0; i++; absolutely inline. | 
Known Issues
| Version | Issue | Report Date | Fix Date | 
|---|---|---|---|
| 0.00a | N/A | ||