Extension:AgeClassification
Jump to navigation
Jump to search
AgeClassification 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 (WikiForMentalk) |
Latest version | 1.0.0 (2021-01-09) |
MediaWiki | 1.25+ |
PHP | 5.6+ |
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).
Use[edit]
Install the extension and for the setup in the LocalSettings.php see the FSM manual.
Installation[edit]
- Download and place the file(s) in a directory called
AgeClassification
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'AgeClassification' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration options[edit]
Button[edit]
- Enable or disable the AgeClassificationButton
- true = enabled
- false = disabled
- 'not set' = disabled
$wgAgeClassificationButton = false;
- Set a link to your age classification page.
$wgAgeClassificationButtonURL = "www.altersklassifizierung.de";
- Set a age classification button image. (i.e.)
$wgAgeClassificationButtonIMG = "yourdomain/resources/images/fsm-aks148.png";
MetaData[edit]
Set the age classification metadata.
$wgAgeClassificationMetaName = "age-de-meta-label";
$wgAgeClassificationMetaContent = "age=0 hash: yourdigitalcode v=1.0 kind=sl protocol=all";