Extension:YetAnotherKeywords/pl

Category:Extensions incompatible with 1.39/pl Category:Unmaintained extensions/pl#YetAnotherKeywords/pl Category:MIT licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
YetAnotherKeywords
Status wydania: niewspieraneCategory:Unmaintained extensions/pl
Realizacja Znaczniki Category:Tag extensions/pl
Opis Extension tag for adding a custom <meta> keywords to the document header.
Autor(zy) http://jehy.ru/index.en.html (Jehydyskusja)
Ostatnia wersja 0.2 (2012-09-18)
MediaWiki 1.6+Category:Extensions with manual MediaWiki version
Zmiany w bazie danych Nie
Licencja Licencja MIT
Pobieranie Category:Extensions in GitHub version control/pl
README
Przykład All pages with keywords
<metakeywords>
Quarterly downloads 0
Translate the YetAnotherKeywords extension
Category:All extensions/pl

An extension which gives users the ability to inject <meta> keywords into the document header.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie YetAnotherKeywords w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/YetAnotherKeywords
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.Category:Extensions not using extension registration/pl

Użycie

Once installed, editors of your wiki can add a <meta> keywords tag by adding the following to the article text:

<metakeywords> keyword1,keyword2,keyword3</metakeywords>

For example, the above would become:

<meta name="keywords" content="keyword1,keyword2,keyword3" />

Zobacz też

Category:HTML head extensions/pl Category:Search engine optimization extensions/pl
Category:All extensions/pl Category:Extensions in GitHub version control/pl Category:Extensions incompatible with 1.39/pl Category:Extensions not using extension registration/pl Category:Extensions with manual MediaWiki version Category:HTML head extensions/pl Category:MIT licensed extensions/pl Category:OutputPageBeforeHTML extensions/pl Category:Search engine optimization extensions/pl Category:Tag extensions/pl Category:Unmaintained extensions/pl