OSDN Git Service

Remove media selector, use media query
[pukiwiki/pukiwiki.git] / wiki / 3A636F6E6669672F706C7567696E2F747261636B65722F64656661756C74.txt
1 #freeze
2 * Trackerプラグイン: デフォルト設定
3 trackerプラグインで設定を指定しなかった場合、この設定が使用されます。(例 "#tracker")
4
5 ----
6 #ls(./)
7
8 * fields
9 |項目名  |見出し    |タイプ  |オプション|デフォルト|h
10 |Proposer|投稿者    |page    |20        |anonymous |
11 |Category|カテゴリー|select  |          |          |
12 |Severity|重要度    |select  |          |低        |
13 |Status  |状態      |select  |          |提案      |
14 |Version |バージョン|text    |10        |          |
15 |Summary |サマリ    |title   |60        |          |
16 |Messages|メッセージ|textarea|60,6      |          |
17
18 * Severity
19 |見出し|セルの書式         |h
20 |緊急  |BGCOLOR(#ff8080):%s|
21 |重要  |BGCOLOR(#ffcccc):%s|
22 |普通  |BGCOLOR(#cccccc):%s|
23 |低    |BGCOLOR(#ffffff):%s|
24
25 * Status
26 |見出し |セルの書式         |h
27 |提案   |BGCOLOR(#ffccff):%s|
28 |着手   |BGCOLOR(#ccccff):%s|
29 |CVS待ち|BGCOLOR(#ffccff):%s|
30 |完了   |BGCOLOR(#ccffcc):%s|
31 |保留   |BGCOLOR(#ccddcc):%s|
32 |却下   |BGCOLOR(#cccccc):%s|
33
34 * Category
35 |見出し          |セルの書式         |h
36 |本体バグ        |BGCOLOR(#ffccff):%s|
37 |本体新機能      |BGCOLOR(#ccccff):%s|
38 |プラグイン      |BGCOLOR(#ccffcc):%s|
39 |欲しいプラグイン|BGCOLOR(#ccffcc):%s|
40 |サイト          |BGCOLOR(#ccddcc):%s|
41 |その他          |BGCOLOR(#cccccc):%s|