Skin:Citizen

From mediawiki.org
This page is a translated version of the page Skin:Citizen and the translation is 55% complete.
MediaWiki-Skins-Handbuch - Kategorie
Citizen
Freigabestatus: stabil
Beschreibung A beautiful, usable, responsive MediaWiki skin with in-depth extension support. UrsprĂŒnglich fĂŒr das Star Citizen-Wiki entwickelt.
Autor(en) alistair3149, Octfx
Neuste Version Laufende Aktualisierungen
Compatibility policy Master maintains backwards compatibility.
MediaWiki 1.39.4+
Lizenz GNU General Public License 3.0 oder neuer
Herunterladen
README on GitHub
Beispiel Star Citizen Wiki (English, German (SMW), Chinese), Wikimedia Skin Lab
Parameter
  • $wgCitizenThemeDefault
  • $wgCitizenEnableSearch
  • $wgCitizenSearchGateway
  • $wgCitizenSearchDescriptionSource
  • $wgCitizenMaxSearchResults
  • $wgCitizenEnableManifest
  • $wgCitizenManifestThemeColor
  • $wgCitizenManifestBackgroundColor
  • $wgCitizenShowPageTools
  • $wgCitizenThemeColor
  • $wgCitizenGlobalToolsPortlet
  • $wgCitizenEnableDrawerSiteStats
  • $wgCitizenUseNumberFormatter
  • $wgCitizenEnableCollapsibleSections
  • $wgCitizenEnableCJKFonts
Public wikis using 29 (Ranked 39th)
Public wikis using as default skin 12
Übersetze den Citizen skin wenn es auf translatewiki.net verfĂŒgbar ist

Citizen is a beautiful, usable, responsive MediaWiki skin that makes extensions part of the cohesive experience. It was initially created for the Star Citizen Wiki but is flexible to run on various MediaWiki configurations.

If you find an issue or there is some improvements that you would like to work on, please feel free to submit patches or report issues over at GitHub. Alternatively you can also use the discussion page for any help regarding the skin.

Bemerkenswerte Funktionen

  • Responsives Layout - Responsive and able to adapt to different screen sizes.
  • Hellen/Dunklen Modus - Switch between light and dark mode.
  • Cohesive extension styles - Supported extensions blend with the rest of the UI.
  • Reading preferences - Adjust page width, font size, and line height.
  • Collapsible sections - Collapse and expand article sections.
  • Persistent ToC - Access ToC anywhere in the article.
  • Rich search suggestions - More helpful search suggestions with images and descriptions.
  • Progressive Web App - Give a more app-like experience when users add your wiki to their home screen.

Bildschirmfotos

Installation

  • Die Download herunterladen und in einem Unterverzeichnis namens Citizen zum Verzeichnis skins/ ablegen.
  • ErgĂ€nze folgenden Code am Ende deiner LocalSettings.php -Datei:
    wfLoadSkin( 'Citizen' );
    
  • Put wfLoadSkin( 'Citizen' ); after all extensions
  • Konfiguriere nach Bedarf.
  • Yes Erledigt - Navigiere zu Special:Version in deinem Wiki, um zu ĂŒberprĂŒfen, ob der Skin erfolgreich installiert ist.

MobileFrontend

Um Citizen mit den MobileFrontend zu verwenden, fĂŒge folgendes deiner LocalSettings.php hinzu:

$wgDefaultMobileSkin = 'citizen';

Konfiguration

The skin works out of the box without any configurations. The config flags allow more customization on the specific features in the skin. Check out this page on how to adapt Citizen styles on your wiki.

Aussehen

Name Beschreibung Werte Standard
$wgCitizenThemeDefault The default theme of the skin 'auto' - switch between light and dark according to OS/browser settings; 'light'; 'dark' 'auto'
$wgCitizenEnableCollapsibleSections Enables or disable collapsible sections on content pages true - enable; false - disable true
$wgCitizenShowPageTools The condition of page tools visibility true - always visible; 'login' - visible to logged-in users; 'permission' - visible to users with the right permissions true
$wgCitizenGlobalToolsPortlet ID of the portlet to attach the global tools Zeichenkette ''
$wgCitizenEnableDrawerSiteStats Enables the site statistics in drawer menu true - enable; false - disable true
$wgCitizenUseNumberFormatter Use NumberFormatter for site statistics, which allows formatting number in a localized way true - enable; false - disable true
$wgCitizenThemeColor The color defined in the theme-color meta tag Hex-Farbcode '#131a21'
$wgCitizenEnableCJKFonts Enable included Noto Sans CJK for wikis that serves CJK languages true - enable; false - disable false

SuchvorschlÀge

Name Beschreibung Werte Standard
$wgCitizenSearchGateway Which gateway to use for fetching search suggestion mwActionApi; mwRestApi mwActionApi
$wgCitizenSearchDescriptionSource Source of description text on search suggestions wikidata - Use description provided by WikibaseLib or ShortDescription; textextracts - Use description provided by TextExtracts; pagedescription - Use description provided by Description2 or any other extension that sets the description page property textextracts
$wgCitizenMaxSearchResults Maximalanzahl der SuchvorschlÀge Integer > 0 6

Webapp-Manifest

Name Beschreibung Werte Standard
$wgCitizenEnableManifest Ob das Webapp-Manifest aktiviert oder deaktiviert sein soll true - enable; false - disable true
$wgCitizenManifestThemeColor Theme color of the web app manifest Hex color code #131a21
$wgCitizenManifestBackgroundColor Background color of the web app manifest Hex color code #131a21

TastenkĂŒrzel

  • / - Suche

The following shortcut keys are a part of MediaWiki core, and it works across all skins.

Depending on the browser used, sometimes shift can be omitted.

  • alt+⇧ Shift+f - Suche
  • alt+⇧ Shift+e - Bearbeiten
  • alt+⇧ Shift+r - Letzte Änderungen
  • alt+⇧ Shift+x - ZufĂ€llige Seite
  • alt+⇧ Shift+h - Versionsgeschichte
  • alt+⇧ Shift+t - Diskussionsseite
  • alt+⇧ Shift+z - Hauptseite