Skin:Fluent/ja

MediaWiki skins manual - category
Fluent
Release status: beta
Description [1] 用に作成された、Microsoft's Fluent design systemに基づくスキン
Author(s) Matthew Verive
Latest version 0.50 (2023-11-15)
MediaWiki 1.35+(some bugs for 1.39+)
License MIT License
Download
README
Example PidgiWiki
Translate the Fluent skin if it is available at translatewiki.net

Fluentは、MicrosoftのFluent Design Systemに基づいたスキンです。これは元々、PidgiWikiで使用するためにImmewnityによって作成されました。

Fluentは完全にレスポンシブです。つまり、デスクトップだけでなく、スマートフォンやタブレットなどのさまざまな画面サイズに適応します。スキンは、システム設定に基づいてライトモードまたはダークモードにも適応します。

インストール edit

  • Download and place the file(s) in a directory called Fluent in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'Fluent' );
    
  •   Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.