Extension:AgeClassification/pl

From mediawiki.org
This page is a translated version of the page Extension:AgeClassification and the translation is 5% complete.
Podręcznik rozszerzeń MediaWiki
AgeClassification
Status wydania: stabilne
px
Realizacja Skórka , MyWiki , Hak
Opis Age classification from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (Voluntary Self-Regulation of Multimedia Service Providers) (FSM)
Autor(zy) WikiMANNia (WikiForMendyskusja)
Ostatnia wersja 1.6.0 (2024-04-21)
MediaWiki 1.35+
PHP 7.3.19+
Licencja GNU General Public License 2.0 or later
Pobieranie

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

The AgeClassification extension allows the addition of meta-data and an age classification's identification button from “Freiwillige Selbstkontrolle Multimedia-Diensteanbieter e.V.” (Voluntary Self-Regulation of Multimedia Service Providers) (FSM) to a wikis Menu boczne .

Use

Install the extension and for the setup in the LocalSettings.php see the FSM manual.

Installation

  • Pobierz i umieść plik(i) w katalogu o nazwie AgeClassification w folderze extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'AgeClassification' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Configuration options

Button

  • 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";

MetaData

Set the age classification metadata.

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

Zobacz też

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_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.