Extension:CreateBox
|
Release status: stable |
|||
|---|---|---|---|
| Implementation | Tag, Page action | ||
| Description | Inputbox designed for page creation | ||
| Author(s) | Ross McClure | ||
| Last Version | 1.6 (2008-06-07) | ||
| MediaWiki | 1.11+ | ||
| License | GPLv2+ [1] | ||
| Download | SVN Older version for pre-1.11 wikis |
||
| Example | undefined.net | ||
|
|||
|
check usage (experimental) |
|||
CreateBox is a specialized version of Inputbox that focuses on page creation.
If a user were to attempt to create a page that already exists, Inputbox allows the user do so, and disregards any preloaded content or edit introductions. CreateBox, by contrast, directs the user to an error page where they can enter a different page name, and all specified properties are preserved.
Contents |
[edit] Parameters
CreateBox handles parameters in the same manner as Inputbox. Example:
<createbox> parameter1=value parameter2=value </createbox> |
All parameters to CreateBox are optional.
- align: Sets the alignment of the div which contains CreateBox. Defaults to center.
- break: If set to "yes", this inserts a line break between the text field and button.
- buttonlabel: Sets the text of the Create button.
- default: Sets the default text of the input box.
- editintro: Specifies a page title. The given page will be included prior to the submission form in the Edit screen.
- prefix: Specifies a title fragment, which will prefix the submitted title.
- preload: Specifies a page title. The contents of the given page will be preloaded into the submission form.
- width: Sets the width of the input box.
[edit] MediaWiki messages
CreateBox specifies two messages in the MediaWiki: namespace.
- MediaWiki:Create - The word "Create".
- MediaWiki:Createbox-exists - The text of the error page shown when an article already exists.
[edit] Code
Download the code from SVN.
[edit] Installation
- download from SVN.
- add
to LocalSettings.php
require_once("{$IP}/extensions/CreateBox/CreateBox.php");
- test it with #Parameters and #MediaWiki messages.
[edit] Optional Use
If you want a text box to show default text (without a button of any sort), just delete line 123 out of CreateBox.php
Uses could be to have a line of text too long but to be accessible by users (BBCode to copy and paste outside of wiki) without that text clogging up the page.
[edit] See also
- Extension:DPL Page Name S/N Maker — A template to create pages with serial number page names.
- Extension:CreateRedirect — A template to create pages with serial number page names.