Extension:YandexSiteVerification/pl

From Linux Web Expert

Podręcznik rozszerzeń MediaWiki
Yandex Site Verification
Status wydania: stabilne
File:Green check.svg
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
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

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

Install

  • <translate> <tvar name=1>Pobieranie</tvar> and place the file(s) in a directory called <tvar name=name>YandexSiteVerification/pl</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'YandexSiteVerification/pl' );
    
  • Add $wgYandexVerificationCode variable with a value or your tracking code:
$wgYandexVerificationCode = '0123456789abcdef';

Zobacz też