「テンプレート:Bot」の版間の差分

提供: ますとどんちほー図書館
ナビゲーションに移動 検索に移動
(ページの作成:「 <noinclude> <templatedata> { "params": { "author": { "description": "botの作者" }, "is_active": { "description": "稼働中であるか", "type": "boo…」)
 
 
(同じ利用者による、間の1版が非表示)
20行目: 20行目:
 
},
 
},
 
"is_reacted_with_ltl": {
 
"is_reacted_with_ltl": {
"description": "botがLTLに直接的に反応するか"
+
"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:auto; margin-right:0px; text-align: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"| LTLへの反応
+
! 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_namebot_name

botの名前

文字列必須
Bot_idbot_id

botのますとどんちほーでのID

文字列必須
Avataravatar

botのアバター(アイコン)

ファイル省略可能
Authorauthor

botの作者

不明省略可能
Published_atpublished_at

botの稼働開始日

不明省略可能
Is_activeis_active

稼働中であるか

ブール値省略可能
Is_reacted_with_ltlis_reacted_with_ltl

botがLTLの内容を読み取るか

不明省略可能
Is_reacted_with_replyis_reacted_with_reply

botがリプライに反応するか

不明省略可能
Development_langdevelopment_lang

開発言語

不明省略可能


{{{bot_name}}}
ID {{{bot_id}}}
開発者 {{{author}}}
リリース日 {{{published_at}}}
運用状況 {{{is_active}}}
LTLの読み取り {{{is_reacted_with_ltl}}}
リプライに反応 {{{is_reacted_with_reply}}}
開発言語 {{{development_lang}}}