Extension:AgeClassification/de-formal
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | Skin , MyWiki , Hook |
Description | Age classification from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (Voluntary Self-Regulation of Multimedia Service Providers) (FSM) |
Author(s) | WikiMANNia (WikiForMenDiskussion) |
Latest version | 1.5.0 (2023-10-27) |
MediaWiki | 1.35+ |
PHP | 7.3.19+ |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
|
|
The AgeClassification extension allows the addition of meta-data and an age classification's identification button from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (Voluntary Self-Regulation of Multimedia Service Providers) (FSM) to a wikis sidebar .
Use
Install the extension and for the setup in the LocalSettings.php see the FSM manual.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
AgeClassification
im Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
wfLoadExtension( 'AgeClassification' );
- 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 options
Button
- Enable or disable the AgeClassificationButton
- true = enabled
- false = disabled
- 'not set' = disabled
$wgAgeClassificationButton = false;
- Set a link to your age classification page.
$wgAgeClassificationButtonURL = "https://www.altersklassifizierung.de";
MetaData
Set the age classification metadata.
$wgAgeClassificationMetaName = "age-de-meta-label";
$wgAgeClassificationMetaContent = "age=0 hash: yourdigitalcode v=1.0 kind=sl protocol=all";
Siehe auch
Remarks
- Branch REL1_25 works from REL1_25 and has been tested up to MediaWiki version REL1_37 .
- Branch REL1_35 works from REL1_35 and has been tested up to MediaWiki version REL1_40 .
- Version 1.5 has some Refactoring:
- Changed "configuration schema", replaced manifest version 1 with version 2 and changed the prefix of the configuration variables from default to
wm
. - Replaced class “AgeClassificationHooks” (extends “Hooks”) with class implements interfaces.
- Changed "configuration schema", replaced manifest version 1 with version 2 and changed the prefix of the configuration variables from default to
- Tested with: 1.35.13, 1.39.5, 1.40.1