Extension:AgeClassification/ko
Appearance
출시 상태: 안정 |
|
|---|---|
| 구현 | 스킨, 내 위키, 훅 |
| 설명 | Age classification from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (FSM) (Voluntary Self-Regulation of Multimedia Service Providers) |
| 만든 이 | WikiMANNia (WikiForMen토론) |
| 최신 버전 | 1.8.0 (2026-03-28) |
| 호환성 정책 | Master maintains backward compatibility. |
| MediaWiki | 1.35+ |
| PHP | 7.3.19+ |
| 데이터베이스 변경 | 아니오 |
|
|
| Licence | GNU General Public License 2.0 or later |
| 다운로드 | |
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 사이드바.
Use
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:
- 파일을 Check-out the sources with
git clone https://github.com/WikiMANNia/MediaWiki-Extension-AgeClassification.git하고AgeClassification폴더를extensions/디렉토리에 넣어 주세요. - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'AgeClassification' );
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
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
Configuration options
Button
- Enable or disable the AgeClassificationButton:
- true = enabled
- false = disabled (default)
$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";
See also
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.
- 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. - Version 1.7.0 has added support for skin Citizen.
- Version 1.7.1 added compatibility with MediaWiki v1.44.
