Extension:AgeClassification

This page is a translated version of the page Extension:AgeClassification and the translation is 63% complete.
Outdated translations are marked like this.
मीडियाविकि एक्सटेंशन मैन्युअल
AgeClassification
प्रकाशन की स्थिति: स्थिर
px
कार्यान्वयन स्किन , MyWiki , हुक
विवरण Age classification from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (Voluntary Self-Regulation of Multimedia Service Providers) (FSM)
लेखक WikiMANNia (WikiForMenवार्ता)
नवीनतम संस्करण 1.6.0 (2024-04-21)
MediaWiki 1.35+
PHP 7.3.19+
लाइसेंस GNU साधारण सार्वजनिक लाइसेंस 2.0 या अधिक
डाउनलोड करें

  • $wmAgeClassificationButton
  • $wmAgeClassificationButtonURL
  • $wmAgeClassificationMetaName
  • $wmAgeClassificationMetaContent

AgeClassification एक्सटेंशन की मदद से विकि के साइडबार पर "Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V." (Voluntary Self-Regulation of Multimedia Service Providers) से मेटा-डेटा और आयु वर्गीकरण के पहचान के लिए बटन जोड़े जा सकते हैं।

प्रयोग

एक्सटेंशन को स्थापित करें और LocalSettings.php में सेटअप के लिए FSM मैन्युअल देखें।

स्थापना

  • फ़ाइलों को डाउनलोड करें और अपने extensions/ फ़ोल्डर के AgeClassification नामक डिरेक्ट्री में डालें।
  • अपने LocalSettings.php फ़ाइल के अंत में निम्न कोड जोड़ें:
    wfLoadExtension( 'AgeClassification' );
    
  •   पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।

कॉन्फ़िगरेशन के विकल्प

बटन

  • Enable or disable the AgeClassificationButton:
    • true = enabled
    • false = disabled
    • 'not set' = disabled
$wmAgeClassificationButton = false;
  • Set a link to your age classification page.
$wmAgeClassificationButtonURL = "https://www.altersklassifizierung.de";

मेटाडेटा

आयु वर्गीकरण मेटाडेटा सेट करें।

$wmAgeClassificationMetaName = "age-de-meta-label";
$wmAgeClassificationMetaContent = "age=0 hash: yourdigitalcode v=1.0 kind=sl protocol=all";

ये भी देखें

टिप्पणियाँ

  • शाखा REL1_25, REL1_25 से काम करता है और इसे मीडियाविकि के संस्करण REL1_37 तक परीक्षित किया गया है।
  • शाखा REL1_35, REL1_35 से काम करता है और इसे मीडियाविकि के संस्करण REL1_41 तक परीक्षित किया गया है।
  • 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.
  • The extension was tested with the following MediaWiki versions: 1.35.14, 1.39.7, 1.40.2, 1.41.1
  • Version 1.6.0 has added support for Skin Monaco.