Erweiterung:ContributionCredits
ContributionCredits Freigabestatus: stabil |
|
---|---|
Einbindung | Benutzeroberfläche |
Beschreibung | Shows contribution credits on the footer |
Autor(en) |
|
Betreuer | Sophivorus |
Letzte Version | 3.1 (2019-04-04) |
MediaWiki | 1.29+ |
Datenbankänderungen | Nein |
Lizenz | GNU General Public License 3.0 oder neuer |
Herunterladen | |
Beispiel | http://proteopedia.org |
|
|
Quarterly downloads | 7 (Ranked 125th) |
Übersetze die ContributionCredits-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
The ContributionCredits extension adds an automatically generated list of the page contributors to the end of every page in the wiki.
Verwendung
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.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
ContributionCredits
im Ordnerextensions/
ablegen.
Entwickler und Code-Beitragende sollten stattdessen die Erweiterung von Git installieren, mit:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContributionCredits - Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
wfLoadExtension( 'ContributionCredits' );
- Konfiguriere nach Bedarf
- Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.
Konfiguration
Parametername | Standardwert | Beschreibung |
---|---|---|
$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 |
$wgContributionCreditsExcludedCategories
|
[] | Array of categories whose pages will not show credits, for example:
$wgContributionCreditsExcludedCategories = [
'Category:No credits',
'Category:High visibility pages',
];
|
Siehe auch
- Erweiterung:CreditSource
- Erweiterung:Contributors
- Erweiterung:PageAuthors - Gets a sensible list of the main page authors
- Handbuch:$wgMaxCredits