Extension:AgeClassification
![]() リリースの状態: 安定 |
|
---|---|
![]() |
|
実装 | 外装 , 自分のウィキ , フック |
説明 | Age classification from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (Voluntary Self-Regulation of Multimedia Service Providers) (FSM) |
作者 | WikiMANNia (WikiForMenトーク) |
最新バージョン | 1.1.0 (2022-01-30) |
MediaWiki | 1.25+ |
PHP | 5.6+ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
|
|
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 サイドバー .
使用
Install the extension and for the setup in the LocalSettings.php see the FSM manual.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のAgeClassification
という名前のディレクトリ内に配置します。 - 以下のコードをLocalSettings.phpの末尾に追加します:
wfLoadExtension( 'AgeClassification' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
環境設定のオプション
ボタン
- 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 the age classification metadata.
$wgAgeClassificationMetaName = "age-de-meta-label";
$wgAgeClassificationMetaContent = "age=0 hash: yourdigitalcode v=1.0 kind=sl protocol=all";
関連項目
Remark
- This extension works from REL1_25 and has been tested up to MediaWiki version 1.36.3.
- In REL1_37, the SkinBuildSidebar hook no longer allows images and HTML code to be placed in the sidebar.
- A solution for this circumstance is not yet known.
- The most important thing is that the metadata insertion still works. As a minimal solution, a simple text link to the donation page is now given in REL1_37. The missing image in the navigation bar seems to be tolerable.