Extension:YandexSiteVerification/pl

From mediawiki.org
This page is a translated version of the page Extension:YandexSiteVerification and the translation is 25% complete.
Podręcznik rozszerzeń MediaWiki
Yandex Site Verification
Status wydania: stabilne
Realizacja Hak
Opis Inserts Yandex Site Verification meta tag to pages
Autor(zy) Dolfinus , Adam Shorland
Ostatnia wersja 1.0 (2017-02-06)
MediaWiki 1.25+
PHP 5.3+
Zmiany w bazie danych Nie
Licencja Licencja MIT
Pobieranie
README

  • $wgYandexVerificationCode

MediaWiki extension that adds meta tag for Yandex site owner verification functionality.

Install

  • Pobieranie i umieść plik(i) w katalogu o nazwie YandexSiteVerification w swoim katalogu extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'YandexSiteVerification' );
    
  • Add $wgYandexVerificationCode variable with a value or your tracking code:
$wgYandexVerificationCode = '0123456789abcdef';
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Zobacz też