Erweiterung:Expiry
Appearance
From mediawiki.org
This page is a translated version of the page Extension:Expiry and the translation is 33% complete.
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.
If you need help, you should post there, and not on the talk page.
Freigabestatus: stabil |
|
|---|---|
| Beschreibung | Seiten können als Abgelaufen markiert werden. |
| Autor(en) | Hallo Welt! GmbH |
| 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) |
| Datenbankänderungen | Ja |
|
|
|
|
| Licence | nur GNU General Public License 3.0 |
| Herunterladen | |
| Übersetze die Expiry-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
Expiry allows to set an expiration date for a wiki page.
Optionally, a watermark can be shown starting at the expiration date.
Verwendung / Funktionen
Expiry marks — after a certain period of time — a chosen article as "obsolete". The article can be updated by editing or by confirming that the article is still up-to-date.
Expiry is the ideal basis for an archiving system. Outdated articles can be moved to an archive after being queried. Expiry can be set on any content page of the wiki. In conjunction with expiring a page, a user can also set a reminder for this page.
Siehe auch
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExpiry
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceExpiry) and version to the require section of your composer.local.json . Example:
{ "repositories":[ { "type":"vcs", "url":"https://github.com/wikimedia/mediawiki-extensions-BlueSpiceExpiry .git" } ], "require":{ "mediawiki/BlueSpiceExpiry":"BlueSpiceExpiry" } }
- 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( 'BlueSpiceExpiry' );
- Yes Erledigt Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/de
- Extensions with invalid or missing type/de
- BeforePageDisplay extensions/de
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/de
- LoadExtensionSchemaUpdates extensions/de
- MWStakeCommonUIRegisterSkinSlotComponents extensions/de
- SkinTemplateNavigation::Universal extensions/de
- StandardDialogsRegisterPageInfoPanelModules extensions/de
- WgQueryPages extensions/de
- GPL licensed extensions/de
- Extensions in Wikimedia version control/de
- All extensions/de
- Extensions by HalloWelt/de
- BlueSpice/de