Extension:TopLink/ja

From Linux Web Expert

MediaWiki 拡張機能マニュアル
TopLink
リリースの状態: 安定
説明 Adds link at bottom of MediaWiki skin to return to the top of a page.
作者 Jeffrey Wang for MyWikis LLC
メンテナー MyWikis LLC
最新バージョン 1.0
互換性の方針 master は後方互換性を維持しています。
MediaWiki 1.27+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 のみ
ダウンロード
MyWikis Testing
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').

The TopLink extension adds a "Return to top" link at the bottom of each page to jump back to the top of the page.

インストール

  • <translate> <tvar name=1>ダウンロード</tvar> and place the file(s) in a directory called <tvar name=name>TopLink/ja</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'TopLink/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>

Note

A link like this can be created with internal links syntax, i.e. [[#top|Return to top]] which however needs to be added manually to a page, e.g. via a template.