Erweiterung:Pluso
Appearance
Freigabestatus: stabil |
|
|---|---|
| Einbindung | Benutzeroberfläche |
| Beschreibung | Adds social buttons in the left menu and the page title. |
| Autor(en) | Alexandr EfremovDiskussion |
| Letzte Version | 0.8 (2023-06-21) |
| MediaWiki | 1.35+ |
|
|
|
| Lizenz | GNU General Public License 2.0 oder neuer |
| Herunterladen | |
The Pluso extension adds a widget to the sidebar and the page title.
Installieren
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
Plusoim Ordnerextensions/ablegen. - Folgenden Code am Ende deiner LocalSettings.php-Datei einfügen:
wfLoadExtension( 'Pluso' );
- Konfiguriere nach Bedarf.
- Note: To enter your ID in LocalSettings.php is an optional configuration.
Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.
Konfiguration



| Parameter | Standard | Beschreibung |
|---|---|---|
$wgPlusoSidebar
|
true
|
Enables or disables the display of the widget Pluso in the sidebar |
$wgPlusoHeader
|
true
|
Enables or disables the display of the widget Pluso in the title |
$wgPlusoMain
|
false
|
Enables or disables the display of the widget Pluso on the main page |
$wgPlusoServicesSidebar
|
"vkontakte,odnoklassniki,facebook,twitter,livejournal,moimir"
|
Service codes used in the sidebar |
$wgPlusoServicesHeader
|
"vkontakte,odnoklassniki,facebook,twitter,livejournal,moimir"
|
Service codes used in the title |
$wgPlusoThemeSidebar
|
"04"
|
The skin used in the sidebar |
$wgPlusoOptionsSidebar
|
["small","square","multiline","horizontal","nocounter"]
|
Einstellungen:
Alle Parameter sind notwendig |
$wgPlusoOptionsHeader
|
["small","square","line","horizontal","counter"]
|
Einstellungen:
Alle Parameter sind notwendig |
$wgPlusoThemeHeader
|
"08"
|
The skin used in the title |
$wgPlusoBackgroundHeader
|
"transparent"
|
Background used in the sidebar (you can use color codes #FFF) |
$wgPlusoBackgroundSidebar
|
"transparent"
|
Background used in the title (you can use color codes #FFF) |
Basic service codes
The list of service codes that you can use parameters $wgPlusoServicesSidebar and $wgPlusoServicesHeader:
|
|
|
Changes
- Removed jquery, replaced by setIndicators
- Added the ability to change options, such as the shape of an icon, etc.
- Switching to local use, standalone from pluso.ru, the expansion has become self-contained (v.0.7)
