「テンプレート:Bot」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「 <noinclude> <templatedata> { "params": { "author": { "description": "botの作者" }, "is_active": { "description": "稼働中であるか", "type": "boo…」) |
|||
| (同じ利用者による、間の1版が非表示) | |||
| 20行目: | 20行目: | ||
}, | }, | ||
"is_reacted_with_ltl": { | "is_reacted_with_ltl": { | ||
| − | "description": " | + | "description": "botがLTLの内容を読み取るか" |
}, | }, | ||
"avatar": { | "avatar": { | ||
| 28行目: | 28行目: | ||
"development_lang": { | "development_lang": { | ||
"description": "開発言語" | "description": "開発言語" | ||
| + | }, | ||
| + | "bot_id": { | ||
| + | "description": "botのますとどんちほーでのID", | ||
| + | "type": "string", | ||
| + | "required": true | ||
| + | }, | ||
| + | "is_reacted_with_reply": { | ||
| + | "description": "botがリプライに反応するか" | ||
} | } | ||
}, | }, | ||
| 33行目: | 41行目: | ||
"paramOrder": [ | "paramOrder": [ | ||
"bot_name", | "bot_name", | ||
| + | "bot_id", | ||
"avatar", | "avatar", | ||
"author", | "author", | ||
| 38行目: | 47行目: | ||
"is_active", | "is_active", | ||
"is_reacted_with_ltl", | "is_reacted_with_ltl", | ||
| + | "is_reacted_with_reply", | ||
"development_lang" | "development_lang" | ||
], | ], | ||
| 45行目: | 55行目: | ||
</noinclude> | </noinclude> | ||
| − | {| class="wikitable" style="margin-left: | + | {| class="wikitable" style="margin:0.5em 0 0.5em 1em; padding:0.2em; text-align:left; float:right; clear: right; font-size: 88%; line-height: 1.5em;" |
|+ <big>{{{bot_name}}}</big> | |+ <big>{{{bot_name}}}</big> | ||
|- | |- | ||
| | | | ||
{|colspan="2"|[[File:{{{avatar}}}]] | {|colspan="2"|[[File:{{{avatar}}}]] | ||
| + | |- | ||
| + | ! scope="col"| ID | ||
| + | | {{{bot_id}}} | ||
|- | |- | ||
! scope="col"| 開発者 | ! scope="col"| 開発者 | ||
| 60行目: | 73行目: | ||
| {{{is_active}}} | | {{{is_active}}} | ||
|- | |- | ||
| − | ! scope="col"| | + | ! scope="col"| LTLの読み取り |
| {{{is_reacted_with_ltl}}} | | {{{is_reacted_with_ltl}}} | ||
| + | |- | ||
| + | ! scope="col"| リプライに反応 | ||
| + | | {{{is_reacted_with_reply}}} | ||
|- | |- | ||
! scope="col"| 開発言語 | ! scope="col"| 開発言語 | ||
| 67行目: | 83行目: | ||
|} | |} | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
<includeonly>[[category:BOT]]</includeonly> | <includeonly>[[category:BOT]]</includeonly> | ||
2023年6月15日 (木) 08:07時点における最新版
botの説明ページに使えるテンプレートです。
| 引数 | 説明 | 型 | 状態 | |
|---|---|---|---|---|
| Bot_name | bot_name | botの名前 | 文字列 | 必須 |
| Bot_id | bot_id | botのますとどんちほーでのID | 文字列 | 必須 |
| Avatar | avatar | botのアバター(アイコン) | ファイル | 省略可能 |
| Author | author | botの作者 | 不明 | 省略可能 |
| Published_at | published_at | botの稼働開始日 | 不明 | 省略可能 |
| Is_active | is_active | 稼働中であるか | ブール値 | 省略可能 |
| Is_reacted_with_ltl | is_reacted_with_ltl | botがLTLの内容を読み取るか | 不明 | 省略可能 |
| Is_reacted_with_reply | is_reacted_with_reply | botがリプライに反応するか | 不明 | 省略可能 |
| Development_lang | development_lang | 開発言語 | 不明 | 省略可能 |
|