|
|
| 2行目: |
2行目: |
|
| |
|
| <noinclude> | | <noinclude> |
| <templatedata>
| | {{Documentation}} |
| { | |
| "description": "アニメ作品のスタッフおよび放送・公開情報を表示するインフォボックス。",
| |
| "params": {
| |
| "作品名": {
| |
| "label": "作品名",
| |
| "description": "作品の正式名称",
| |
| "type": "string",
| |
| "required": true,
| |
| "example": "◯◯◯◯"
| |
| },
| |
| "原作・原案": {
| |
| "label": "原作・原案",
| |
| "type": "string"
| |
| },
| |
| "原作": {
| |
| "label": "原作",
| |
| "type": "string"
| |
| },
| |
| "原案": {
| |
| "label": "原案",
| |
| "type": "string"
| |
| },
| |
| "総監督": {
| |
| "label": "総監督",
| |
| "type": "string"
| |
| },
| |
| "監督": {
| |
| "label": "監督",
| |
| "type": "string"
| |
| },
| |
| "シリーズディレクター": {
| |
| "label": "シリーズディレクター",
| |
| "type": "string"
| |
| },
| |
| "副監督": {
| |
| "label": "副監督",
| |
| "type": "string"
| |
| },
| |
| "助監督": {
| |
| "label": "助監督",
| |
| "type": "string"
| |
| },
| |
| "シリーズ構成": {
| |
| "label": "シリーズ構成",
| |
| "type": "string"
| |
| },
| |
| "脚本": {
| |
| "label": "脚本",
| |
| "type": "string"
| |
| },
| |
| "キャラクターデザイン": {
| |
| "label": "キャラクターデザイン",
| |
| "type": "string"
| |
| },
| |
| "音響監督": {
| |
| "label": "音響監督",
| |
| "type": "string"
| |
| },
| |
| "音楽": {
| |
| "label": "音楽",
| |
| "type": "string"
| |
| },
| |
| "音楽制作": {
| |
| "label": "音楽制作",
| |
| "type": "string"
| |
| },
| |
| "音楽制作協力": {
| |
| "label": "音楽制作協力",
| |
| "type": "string"
| |
| },
| |
| "音楽プロデューサー": {
| |
| "label": "音楽プロデューサー",
| |
| "type": "string"
| |
| },
| |
| "アニメーション制作": {
| |
| "label": "アニメーション制作",
| |
| "type": "string"
| |
| },
| |
| "製作": {
| |
| "label": "製作",
| |
| "type": "string"
| |
| },
| |
| "放送時期": {
| |
| "label": "放送時期",
| |
| "type": "string",
| |
| "example": "2024年10月〜"
| |
| },
| |
| "発売日": {
| |
| "label": "発売日",
| |
| "type": "string",
| |
| "example": "2025年3月27日"
| |
| },
| |
| "公開日": {
| |
| "label": "公開日",
| |
| "type": "string"
| |
| },
| |
| "話数": {
| |
| "label": "話数",
| |
| "type": "string",
| |
| "example": "全12話"
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |
| | |
| {| style="border: none; background: transparent;"
| |
| |'''コピペ'''<pre>
| |
| {{Infobox Anime
| |
| |作品名=
| |
| |原作・原案=
| |
| |原作=
| |
| |原案=
| |
| |総監督=
| |
| |監督=
| |
| |シリーズディレクター=
| |
| |副監督=
| |
| |助監督=
| |
| |シリーズ構成=
| |
| |脚本=
| |
| |キャラクターデザイン=
| |
| |音響監督=
| |
| |音楽=
| |
| |音楽制作=
| |
| |音楽制作協力=
| |
| |音楽プロデューサー=
| |
| |アニメーション制作=
| |
| |製作=
| |
| |放送時期=
| |
| |発売日=
| |
| |公開日=
| |
| |話数=
| |
| }}
| |
| == 概要 ==
| |
| | |
| == スタッフ ==
| |
| | |
| == 担当曲一覧 ==
| |
| | |
| == 収録CD一覧 ==
| |
| | |
| == リンク ==
| |
| | |
| </pre>
| |
| |}
| |
| </noinclude> | | </noinclude> |