Extension:NewsBox/ja

From Linux Web Expert

Revision as of 04:47, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki 拡張機能マニュアル
NewsBox
リリースの状態: 安定
実装 外装
説明 Adds a news box below the toolbox [sic]
作者 Jack Phoenix
最新バージョン 2.1.5
MediaWiki 1.39.7+
ライセンス ライセンス未指定
ダウンロード
Version history
Any ShoutWiki site
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
translatewiki.net で翻訳を利用できる場合は、NewsBox 拡張機能の翻訳にご協力ください

The NewsBox extension adds a news box to the left-hand sidebar, normally below the toolbox.

It works on all skins which call the SkinBuildSidebar hook — this includes all core skins (Cologne Blue, Modern, MonoBook and Vector) — as well as certain custom skins (Monaco, for example). NewsBox does not currently support the Nimbus skin.

インストール

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/NewsBox/ja</tvar>|Download]] and move the extracted <tvar name=name>NewsBox/ja</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NewsBox%2Fja
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'NewsBox/ja' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>