Extension:Referenceselector
From MediaWiki.org
|
referenceselector Release status: beta |
|
|---|---|
| Implementation | Page action, Special page |
| Description | Adds a button to the edit page for finding mediafiles to "attach" or insert a reference ([[Image:]]) to at the cursor position. |
| Author(s) | mjs Talk |
| Version | 0.2 (2008-01-20) |
| MediaWiki | 1.11, possible lower |
| License | GPLv2+ |
| Download | Download (simply use unzip on it) |
| Hooks used | |
Contents |
[edit] What can this extension do?
Adds a button to the edit page for finding previously uploaded mediafiles to "attach" or insert a reference ([[Image:]], [[Media:]], {{file|}}) to at the cursor position.
[edit] Usage
[edit] Changelog
- 0.2 (2008-01-20)
- applied changes to make it work with MSIE by Kaizen
- 0.1 (2007-11-02)
- initial version
[edit] Download instructions
Download the file linked in the infobox and unzip, it's a zip file embedded inside an image. Extract it into your $IP/extensions directory
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/referenceselector/referenceselector.php");
[edit] Configuration parameters
currently none. extension needs to be improved to provide more customizability

