Extension:AgeClassification/hi

Category:GPL licensed extensions/hi
मीडियाविकि एक्सटेंशन मैन्युअल
AgeClassification
प्रकाशन की स्थिति: स्थिरCategory:Stable extensions/hi
कार्यान्वयन स्किन Category:Skin extensions/hi, MyWiki Category:Personalization extensions/hi, हुक Category:Hook extensions/hi
विवरण 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
PHP 7.3.19+
लाइसेंस GNU साधारण सार्वजनिक लाइसेंस 2.0 या अधिक
डाउनलोड करें Category:Extensions in GitHub version control/hi
  • $wgAgeClassificationButton
  • $wgAgeClassificationButtonURL
  • $wgAgeClassificationMetaName
  • $wgAgeClassificationMetaContent
Category:All extensions/hi

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' );
    
  • Yes पूर्ण – अपने विकि पर 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_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/hi Category:BeforePageDisplay extensions/hi Category:Extensions in GitHub version control/hi Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/hi Category:Hook extensions/hi Category:Personalization extensions/hi Category:SkinAfterPortlet extensions/hi Category:SkinBuildSidebar extensions/hi Category:Skin extensions/hi Category:Stable extensions/hi