Extension:AgeClassification/ru
AgeClassification Статус релиза: стабильно |
|
---|---|
Реализация | Тема оформления , MyWiki , Хук |
Описание | Age classification from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (FSM) (Voluntary Self-Regulation of Multimedia Service Providers) |
Автор(ы) | WikiMANNia (WikiForMenобсуждение) |
Последняя версия | 1.6.1 (2024-09-20) |
MediaWiki | 1.35+ |
PHP | 7.3.19+ |
Лицензия | GNU General Public License 2.0 или позднее |
Скачать | 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.” (FSM) (Voluntary Self-Regulation of Multimedia Service Providers) to a wikis Боковое меню .
Использование
Install the extension and for the setup in the LocalSettings.php see the FSM manual.
Установка
- Скачайте и распакуйте файл(ы) в папку с названием
AgeClassification
в вашей папкеextensions/
. - Добавьте следующий код в конце вашего файла LocalSettings.php :
wfLoadExtension( 'AgeClassification' );
- Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
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";
См. также
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_42 .
- The extension was tested with the following MediaWiki versions: 1.35.14, 1.39.8, 1.40.2, 1.41.2, 1.42.1
- 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
- Version 1.5.1 adds a dirty hack for skin Timeless.
- Version 1.6.0 has added support for Skin
Monaco
. - Version 1.6.1 changed the prefix of the configuration variables back to
wg
.