8,864
回編集
編集の要約なし |
編集の要約なし |
||
33行目: | 33行目: | ||
| style="text-align:center"|{{{英名}}} | | style="text-align:center"|{{{英名}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"通称": { | |||
"description": "生物の通称を入力してください", | |||
"example": "ヘリコバクテル・ピロリ", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"画像": { | |||
"description": "生物の画像を入力してください", | |||
"example": "pylori.png", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"分類": { | |||
"description": "生物の分類を入力してください", | |||
"example": "目:eyes", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"ICUNレドカテ": { | |||
"description": "ICUNのレッドリストカテゴリを入力してください「", | |||
"example": "Extinct", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"生息年代": { | |||
"description": "生物の生息年代を入力してください", | |||
"example": "白亜紀", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"分布状況": { | |||
"description": "生物の分布状況を入力してください", | |||
"example": "木星", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"学名": { | |||
"description": "生物の学名を入力してください", | |||
"example": "H.Pylori", | |||
"type": "content" | |||
}, | |||
"和名": { | |||
"description": "生物の和名を入力してください", | |||
"example": "イノナカラセン菌", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"英名": { | |||
"description": "生物の英名を記入してください", | |||
"example": "Helicobacter Pylori", | |||
"type": "content", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
回編集