Extension:AgeClassification/ja

Category:GPL licensed extensions/ja
MediaWiki 拡張機能マニュアル
AgeClassification
リリースの状態: 安定Category:Stable extensions/ja
実装 外装 Category:Skin extensions/ja, 自分のウィキ Category:Personalization extensions/ja, フック Category:Hook extensions/ja
説明 Age classification from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (FSM) (Voluntary Self-Regulation of Multimedia Service Providers)
作者 WikiMANNia (WikiForMenトーク)
最新バージョン 1.7.0 (2025-01-07)
MediaWiki 1.35+Category:Extensions with manual MediaWiki version/ja
PHP 7.3.19+
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード Category:Extensions in GitHub version control/ja
  • $wgAgeClassificationButton
  • $wgAgeClassificationButtonURL
  • $wgAgeClassificationMetaName
  • $wgAgeClassificationMetaContent
Category:All extensions/jaCategory:Extensions not in ExtensionJson/ja

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.

インストール

For recent versions of MediaWiki (1.35+), use the following instruction:

Installation for older versions of MediaWiki

For MediaWiki 1.25-1.34, replace the above-mentioned "git clone" command with the following: git clone -b REL1_25 https://github.com/WikiMANNia/MediaWiki-Extension-AgeClassification.git

環境設定のオプション

ボタン

  • 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";

メタデータ

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_43.
  • The extension was tested with the following MediaWiki versions: 1.35.14, 1.39.11, 1.40.2, 1.41.2, 1.42.3, 1.43.0
  • 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.
  • 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.
  • Version 1.7.0 has added support for skin Citizen.
Category:All extensions/ja Category:BeforePageDisplay extensions/ja Category:Extensions in GitHub version control/ja Category:Extensions not in ExtensionJson/ja Category:Extensions with manual MediaWiki version/ja Category:GPL licensed extensions/ja Category:Hook extensions/ja Category:Personalization extensions/ja Category:SkinAfterPortlet extensions/ja Category:SkinBuildSidebar extensions/ja Category:Skin extensions/ja Category:Stable extensions/ja