Extension:YetAnotherKeywords/pl
Appearance
To rozszerzenie jest niekompatybilne z 1.39 lub jakimkolwiek późniejszym wydaniem MediaWiki!
|
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. |
Status wydania: niewspierane |
|
|---|---|
| Realizacja | Znaczniki |
| 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+ |
| Zmiany w bazie danych | Nie |
| Licencja | Licencja MIT |
| Pobieranie | Pobierz snapshot Uwaga: README |
| Przykład | All pages with keywords |
<metakeywords> |
|
| Translate the YetAnotherKeywords extension | |
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
YetAnotherKeywordsw folderzeextensions/.
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";
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
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ż
- Extension:MetaDescriptionTag
- User:Jehy - Other plugins by Jehy, and articles for using wiki in safe mode
Categories:
- Extensions incompatible with 1.39/pl
- Unmaintained extensions/pl
- Tag extensions/pl
- MIT licensed extensions/pl
- Extensions in GitHub version control/pl
- OutputPageBeforeHTML extensions/pl
- All extensions/pl
- Extensions not using extension registration/pl
- HTML head extensions/pl
- Search engine optimization extensions/pl
