Extension:TopLink

This page is a translated version of the page Extension:TopLink and the translation is 60% complete.
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

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

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のTopLinkという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'TopLink' );
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

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.