امتداد:AgeClassification
Appearance
AgeClassification حالة الإصدار مستقر |
|
---|---|
تنفيذ | سمات , MyWiki , وصلة |
بيان | تصنيف العمر من «Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.» (التنظيم الذاتي الطوعي لمقدمي خدمات الوسائط المتعددة) |
المؤلف/المؤلفون | WikiMANNia (WikiForMenنقاش) |
آخر إصدار | 1.6.1 (2024-09-20) |
MediaWiki | 1.35+ |
PHP | 7.3.19+ |
ترخيص | رخصة جنو العمومية 2.0 أو ما بعدها |
التنزيل | GitHub: ملحوظة: |
|
|
يسمح امتداد AgeClassification بإضافة بيانات وصفية وزر تحديد لتصنيف العمر من «Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.» (التنظيم الذاتي الطوعي لمقدمي خدمات الوسائط المتعددة) (FSM) إلى الشريط الجانبي الموجود في موقع الويكي.
الاستخدام
ثبّت الامتداد ولأغراض الإعداد في ملف LocalSettings.php طالع دليل FSM الإرشادي.
التنصيب
في حالة الإصدارات الأخيرة من برمجيات ميدياويكي (1.35+)، اتبع التعليمات التالية:
- تحقق من المصادر مستخدمًا
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
خيارات الضبط
زر
- مكّن أو عطّل AgeClassificationButton:
- true = ممكّن
- false = معطّل
- 'not set' = معطّل
$wgAgeClassificationButton = false;
- تحديد وصلة شبكية إلى صفحة تصنيف عمرك.
$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 .
- جرى اختبار الامتداد على إصدارات ميدياويكي التالية: 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
.