Extension:CreatePageUw/de-formal
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | Special page |
Description | Adds Special:CreatePage - one-field form to create a new page. |
Author(s) | Edward ChernenkoDiskussion |
Latest version | 0.1.0 |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.35+ |
License | GNU General Public License 2.0 or later |
Download | |
|
|
Quarterly downloads | 74 (Ranked 97th) |
Translate the CreatePageUw extension if it is available at translatewiki.net | |
The CreatePageUw extension adds a special page (Special:CreatePage) that can be used to create a new page. This extension is a modern port of the precursing Uniwiki CreatePage extension.
Rationale
New users often ask: "Where do I create a new page?":
- You don't want to explain to them about redlinks, send them to some lengthy manual, etc.
- Instead, with this extension, you can answer:
on [[Special:CreatePage]]
.
Creating pages in other namespaces
If the user asks "where do I create a new category", you can answer: on [[Special:CreatePage/Category]]
.
- If user visits
[[Special:CreatePage/Category]]
and types "Cats" in the form, then new page will be called "Category:Cats". - This works with any existing namespace: [[Special:CreatePage/Template]] will create "Template:Cats", etc.
User can override it by explicitly typing the namespace prefix in the form. For example, if user visits [[Special:CreatePage/Help]]
, but types "Talk:Something", then newly created page will be "Talk:Something", not "Help:Something".
NOTE: we are purposely not adding a dropdown menu "Select namespace", because this extension is aimed at very new users, and they don't know what "namespace" is. The form must be as simple as possible to avoid confusing new users.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
CreatePageUw
im Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
wfLoadExtension( 'CreatePageUw' );
- Configure as required.
- Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Configuration
Optional parameters for LocalSettings.php :
$wgCreatePageUwUseVE = true;
- use VisualEditor instead of the usual edit form.
Alternatives
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |