InPageEdit is a powerful frontend JavaScript Plugin for MediaWiki written with jQuery.
It also has many plugins that make it more powerful.
How to install plugins
Via InPageEdit preference
- Locate the “InPageEdit Toolbox™” in the lower right corner
- Click the “preference” button (“gear” button)
- Switch to the “plugin” tab
- Check mark the plugins you want
- Click save button
- Refresh the web page
- Enjoy
Via JS code
/**
* @variable InPageEdit.myPreference.plugins {Array}
*/
InPageEdit = window.InPageEdit || {} // Keep these line
InPageEdit.myPreference = {
// ...
plugins: [
/* Plugin ID here */
],
// ...
}
Plugins list
Loading