This script/stylesheet is for PERSONAL use only!
You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js, MediaWiki:Fandomdesktop.css, or MediaWiki:FandomMobile.css), as it would violate Fandom's Terms of Use.
(See the customization policy)
AdaptiveProfile gestaltet das Profil, ändert die Größe auf voller Breite mit entfernt Auffüllseiten und passt sich an das Thema an. Auch kann ein Banner zum Profil hinzugefügt werden.
Installation
Zusätzlich
Der Banner kann auch oberhalb des Profils installiert werden. Füge dazu den folgenden Code in dein persönliches CSS ein:
- Für ein bestimmtes Wiki — in Benutzername/common.css.
.skin-fandomdesktop #userProfileApp {
--banner-ratio: 20%;
--banner-image: url('https://_Link_zum_Bild_hier.png');
--banner-bg-pos: center;
}
- Für alle Wikis auf deinem Profil — in Benutzername/global.css, und füge
[class*=Dein_Spitzname]hinzu. Leerzeichen werden durch „_“ ersetzt.
[class*=Spitzname].skin-fandomdesktop #userProfileApp {
...
}
Passe den Parameter an: Verhältnis der Banner, Bildlink und Positionierung.
Versionsgeschichte
| Date | Description |
|---|---|
| June 7, 2021 | Initial release. |
| June 20, 2021 | Added balanced view in small screen size. |
| July 28, 2021 | Added the ability to add a personal banner. |
| May 17, 2022 | Added the ability to add a personal avatar. |