1,346 バイト追加
、 2023年6月15日 (木) 02:38
<noinclude>
<templatedata>
{
"params": {
"author": {
"description": "botの作者"
},
"is_active": {
"description": "稼働中であるか",
"type": "boolean"
},
"bot_name": {
"description": "botの名前",
"type": "string",
"required": true
},
"published_at": {
"description": "botの稼働開始日"
},
"is_reacted_with_ltl": {
"description": "botがLTLに直接的に反応するか"
},
"avatar": {
"description": "botのアバター(アイコン)",
"type": "wiki-file-name"
},
"development_lang": {
"description": "開発言語"
}
},
"description": "botの説明ページに使えるテンプレートです。",
"paramOrder": [
"bot_name",
"avatar",
"author",
"published_at",
"is_active",
"is_reacted_with_ltl",
"development_lang"
],
"format": "block"
}
</templatedata>
</noinclude>
{| class="wikitable" style="margin-left:auto; margin-right:0px; text-align:left;"
|+ <big>{{{bot_name}}}</big>
|-
|
{|colspan="2"|[[File:{{{avatar}}}]]
|-
! scope="col"| 開発者
| {{{author}}}
|-
! scope="col"| リリース日
| {{{published_at}}}
|-
! scope="col"| 運用状況
| {{{is_active}}}
|-
! scope="col"| LTLへの反応
| {{{is_reacted_with_ltl}}}
|-
! scope="col"| 開発言語
| {{{development_lang}}}
|}
|}
<includeonly>[[category:BOT]]</includeonly>