Extension:ContributionCredits/pl
ContributionCredits Status wydania: stabilne |
|
---|---|
Realizacja | Skórka |
Opis | Shows contribution credits on the footer |
Autor(zy) |
|
Opiekun(owie) | Sophivorus |
Ostatnia wersja | 3.1 (2019-04-04) |
MediaWiki | 1.29+ |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 3.0 lub nowsza |
Pobieranie | |
Przykład | http://proteopedia.org |
|
|
Quarterly downloads | 5 (Ranked 131st) |
Przetłumacz rozszerzenie ContributionCredits jeżeli jest dostępne na translatewiki.net | |
The ContributionCredits extension adds an automatically generated list of the page contributors to the end of every page in the wiki.
Użycie
The extension works out of the box, no configuration is needed. Just enable the extension and see the credits displayed at the bottom of every page in the main namespace.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
ContributionCredits
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContributionCredits - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'ContributionCredits' );
- Configure as required
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
Parameter name | Default value | Description |
---|---|---|
$wgContributionCreditsHeader
|
false
|
Show the credits as a full section with a list, rather than a compact list |
$wgContributionCreditsUseRealNames
|
false
|
Use the real names, rather than the user names |
$wgContributionCreditsUsersExclude
|
[]
|
List of user names to exclude from the contributors list, for example:
$wgContributionCreditsUsersExclude = [
'MediaWiki default',
'Maintenance Script',
];
|
$wgContributionCreditsExcludedCategories
|
[]
|
Array of categories whose pages will not show credits, for example:
$wgContributionCreditsExcludedCategories = [
'Category:No credits',
'Category:High visibility pages',
];
|
Zobacz też
- Extension:CreditsSource
- Extension:Contributors
- Extension:PageAuthors - Gets a sensible list of the main page authors
- Manual:$wgMaxCredits