Erweiterung:StandardDialogs
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Freigabestatus: stabil |
|
|---|---|
| Beschreibung | Provides dialog user interfaces for common page actions |
| Autor(en) | Miriam Schlindwein, Robert Vogel |
| Betreuer | Hallo Welt! GmbH |
| Letzte Version | - |
| Kompatibilitätspolitik | Für jede MediaWiki-Version, die ein Long Term Support Release ist, existiert ein entsprechender Zweig in der Erweiterung. |
| MediaWiki | 1.43 (LTS) |
| Licence | nur GNU General Public License 3.0 |
| Herunterladen | |
| Übersetze die StandardDialogs-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
Usage / features
This extension provides dialogs for various actions, including:
- Delete
- Move
- Protect
- Refresh
- New page
- New subpage
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-StandardDialogs/de.git) as a "vcs repository" and the package name (mediawiki/StandardDialogs/de) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-StandardDialogs/de.git" } ], "require": { "mediawiki/StandardDialogs/de": "dev-REL1_43" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'StandardDialogs/de' );
Erledigt Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| Diese Erweiterung ist in den folgenden Softwarepaketen enthalten und/oder wird von den folgenden Wiki-Farmen, bzw. Wiki-Hostern verwendet: |

