Extension:CategorySortHeaders
Jump to navigation
Jump to search
CategorySortHeaders リリースの状態: 安定 |
|
---|---|
実装 | フック |
説明 | Make custom headings in category pages, instead of just the first character headings |
作者 | Brian Wolff (Bawolffトーク) |
最新バージョン | 0.3.0 (2017-10-28) |
MediaWiki | 1.23+ |
データベースの変更 | いいえ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
|
|
translatewiki.net で翻訳を利用できる場合は、CategorySortHeaders 拡張機能の翻訳にご協力ください | |
The CategorySortHeaders extension to allow specifying custom multi-character 'first-character' sorting headers to list pages under in categories, using syntax like [[Category:Foo|^Header^Invisible part of sortkey]]
or even just [[Category:Foo|^Header^]].
使用法
If you want a category to use a custom header, do [[Category:Cat name|^header^OptionalInvisibleSortkey]]
(or {{DEFAULTSORT:^header^Optionalsortkey}}.
If you want to use the default first letter headers, just use categories as normal.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のCategorySortHeaders
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php の末尾に追加します:
require_once "$IP/extensions/CategorySortHeaders/CategorySortHeaders.php";
- Run either "update.php" or "updateCollation.php" from the command line (Note that running the web installer in upgrade mode does not work due to タスク T19335)
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
This extension has a single configuration option:
$wgCategorySortHeaderAppendPageNameToKey
- It defaults to true, which causes a sortkey of
^foo^
to be treated like^foo^{{PAGENAME}}
. If it is set to false, it will sort^foo^
above^foo^<any string here>
. (In both cases, if there are two exactly same sort keys, the pagename will be used as a tie breaker). After changing this option you should runphp updateCollation.php --force
If anyone likes the idea of this extension, but wants to use the uca-default collation instead of uppercase - let me (bawolff) know. It probably wouldn't be very difficult to modify this extension to make it work with uca-default