Extension:AgeClassification
Appearance
Outdated translations are marked like this.
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 साधारण सार्वजनिक लाइसेंस 2.0 या अधिक |
डाउनलोड करें | GitHub: टिप्पणियाँ: |
|
|
AgeClassification एक्सटेंशन की मदद से विकि के साइडबार पर "Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V." (Voluntary Self-Regulation of Multimedia Service Providers) से मेटा-डेटा और आयु वर्गीकरण के पहचान के लिए बटन जोड़े जा सकते हैं।
प्रयोग
एक्सटेंशन को स्थापित करें और LocalSettings.php में सेटअप के लिए FSM मैन्युअल देखें।
स्थापना
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
और अपनेextensions/
फ़ोल्डर केAgeClassification
नामक डिरेक्ट्री में डालें। - अपने 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
कॉन्फ़िगरेशन के विकल्प
बटन
- 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";
मेटाडेटा
आयु वर्गीकरण मेटाडेटा सेट करें।
$wgAgeClassificationMetaName = "age-de-meta-label";
$wgAgeClassificationMetaContent = "age=0 hash: yourdigitalcode v=1.0 kind=sl protocol=all";
ये भी देखें
टिप्पणियाँ
- शाखा REL1_25, REL1_25 से काम करता है और इसे मीडियाविकि के संस्करण REL1_37 तक परीक्षित किया गया है।
- शाखा REL1_35, REL1_35 से काम करता है और इसे मीडियाविकि के संस्करण 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
.