User:Odie5533/SnipManager
Appearance

SnipManager is a script which adds a toolbar to the top of the edit box for holding complex signatures, templates, or other pieces of text. It is compatible with wikiEd (and TW/HW).
Features
- Customizable menu (smMenus)
- Customizable forms (smCustomForms)
- Customizable form display (smColumns & smTextWidth)
- Form tooltips support
- Default value support (using either 'default':'default value here' or 'defeval' which supports javascript functions like getting the date)
- Multiple forms open at once
- Prepend and append support (for adding <ref> tags)
- Drop-down menus
Installation
Open your monobook.js page and add the following to it:
importScript('User:Odie5533/SnipManager.js');
Configuration
SnipManager supports customization by editing your monobook.js page. Read through the first part of the script to see a list of all the variables you can configure. Here's a quick example. Add the following to your monobook.js:
smConfig = {};
smConfig.smColumns = 3;
This will change the default two-column forum display to three columns.
For more customization, an example of a custom configuration can be found at my Halopedia js page, here.