Extension:SimpleTasks/ja
SimpleTasks リリースの状態: 安定 |
|
---|---|
説明 | Tasks are checklist items that can be checked on or off to indicate if the task is open or completed. |
作者 | Hallo Welt! GmbH |
メンテナー | Hallo Welt! GmbH |
最新バージョン | 4.5 |
互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
MediaWiki | 1.39 (LTS) |
ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
ダウンロード | |
translatewiki.net で翻訳を利用できる場合は、SimpleTasks 拡張機能の翻訳にご協力ください | |
Community Forum |
Tasks are checklist items that can be checked on or off to indicate if the task is open or completed.
使用法
SimpleTasks provides checkboxes with labels that can be marked completed in view mode. The changes are logged in the page history.
Simple tasks
Simple tasks show a checkbox with a task description.
To add a simple task:
- Click the Content Droplet icon in the editor toolbar.
- Select the Tasklist droplet. This inserts a checkbox.
- Add the task description next to the checkbox.
- Repeat steps 2 and 3 to add more tasks. Alternatively, copy the first task line and paste it onto new lines. Then change the individual task descriptions.
You can now check the items of your list. Everytime a checkbox is checked or unchecked, the version history of the page creates an entry.
Combined tasks
Tasks can have three elements: (1) A task checkbox with label, (2) an assignee, and (3) an optional date. When these elements are added to the page consecutively (the order of these elements is flexible), a single task item is created.
To add a combined task item:
- Add your task list item as described above.
- Add a mention (as described above) immediately after the task description to assign the task to a user.
- Add a Date Content Droplet immediately after the user mention (optional).
- Copy the entire task line and paste it on a new line to create the next task item.
My Tasks
Users can see all their open tasks on their task list.
Querying tasks
If you are familiar with Semantic MediaWiki, you can query the task items. They are added as semantic subobjects with the following properties:
- Property:Task/Desc
- Property:Task/Due date
- Property:Task/User
-
Task Item
-
Checkbox changes in the page history
-
Finished task list
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のSimpleTasks
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SimpleTasks - Gitでのインストールの場合のみ、PHPの依存関係をインストールするためComposerを実行します。 (合併症の可能性についてはタスク T173141を参照。)
- 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'SimpleTasks' );
- 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Requirements
The following other installations are required to install SimpleTask:
- Extension:AtMentions (which requires Extension:OOJSPlus )
- Extension:DateTimeTools
- Extension:Checklists
External links
See also
この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: これは正式な一覧ではありません。 一部のウィキ ファーム/ウィキ ホスト/パッケージは、ここに記載されていなくてもこの拡張機能を含んでいる場合があります。 必ずご利用のウィキ ファーム、ウィキ ホスト、バンドルで確認してください。 |