Extension:Examples/ru
From Linux Web Expert
Examples Статус релиза: стабильно |
|
---|---|
File:Example extension screenshot.png | |
Реализация | Пример, ContentHandler |
Автор(ы) | Krinkle, Kaldari |
MediaWiki | 1.32 |
Лицензия | GNU General Public License 2.0 или позднее |
Скачать | |
Ежеквартальные загрузки | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Использование общедоступными вики | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Переведите расширение Examples, если оно доступно на translatewiki.net | |
Проблемы | Открытые задачи · Сообщить об ошибке |
Расширение Example расширяет расширение BoilerPlate , реализуя некоторые общие функции расширения. Оно содержит много дополнительных аннотаций и встроенных комментариев, объясняющих, как все это работает. Read the Examples extension, base your own code on the BoilerPlate extension.
Установка
- <translate> [[<tvar name=2>Special:ExtensionDistributor/examples</tvar>|Download]] and move the extracted <tvar name=name>
examples
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/examples - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'examples' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>