Extension:CloseWikis/pl
Appearance
Status wydania: stabilne |
|
|---|---|
| Realizacja | Uprawnienia użytkownika |
| Opis | Allows to close wikis via web interface. |
| Autor(zy) | Victor Vasiliev (VasilievVVdyskusja) |
| Ostatnia wersja | 1.2 |
| MediaWiki | 1.17+ |
| Zmiany w bazie danych | Tak |
|
|
|
|
| Licencja | Licencja GNU General Public License 2.0 lub nowsza |
| Pobieranie | |
| Przetłumacz rozszerzenie CloseWikis jeżeli jest dostępne na translatewiki.net | |
| Problemy | Otwarte zadania · Zgłoś błąd |
The CloseWikis extension that allows stewards to close and reopen wikis via a special page called "Special:CloseWiki".
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
CloseWikisw folderzeextensions/.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CloseWikis
- Dodaj poniższy kod na dole twojego pliku LocalSettings.php:
wfLoadExtension( 'CloseWikis' ); $wgCloseWikisDatabase = "closewikis";
- Run closewikis.sql to populate it with the correct table(s)
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
- $wgCloseWikisDatabase
- This is the database that is shared among your wiki farm.
Użycie
To add a wiki to the list of wikis, use $wgLocalDatabases to define the wikis' databases.
The name of the database should appear in the dropdown list in "Special:CloseWiki".
