2,085
回編集
(ページの作成:「{| class="wikitable floatright" style="width:22.35em" ! colspan="2" style="background-color:#ffa500; border-bottom:#ffa500; text-align:center"|<big>{{{名前}}}</big> |-…」) |
(ポケモンテンプレ) |
||
33行目: | 33行目: | ||
| {{{進化後}}} | | {{{進化後}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"名前": { | |||
"description": "ポケモンの名前", | |||
"example": "ピカチュウ", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"英名": { | |||
"description": "ポケモンの英語での名前", | |||
"example": "Pikachu", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"画像": { | |||
"description": "ポケモンのイラスト", | |||
"example": "デネ、デネデネ~(デデンネ神の絵).png", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"全国図鑑番号": { | |||
"description": "ポケモンのぜんこくずかんナンバー。3桁で入力すること。", | |||
"example": "025", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"分類": { | |||
"description": "ポケモンの分類", | |||
"example": "でんきねずみ", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"タイプ": { | |||
"description": "ポケモンのタイプ", | |||
"example": "でんき<br />フェアリー", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"特性": { | |||
"description": "ポケモンの特性", | |||
"example": "ほおぶくろ<br />ものひろい", | |||
"required": true | |||
}, | |||
"隠れ特性": { | |||
"description": "ポケモンの隠れ特性(夢特性)", | |||
"example": "プラス", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"たかさ": { | |||
"description": "図鑑に載っているそのポケモンの平均的な高さ。メートル単位にすること。", | |||
"example": "0.2", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"おもさ": { | |||
"description": "図鑑に載っているそのポケモンの平均的な重さ。キログラム単位にすること。", | |||
"example": "2.2", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"進化前": { | |||
"description": "そのポケモンの進化前のポケモン。ない場合は「なし」と入力。", | |||
"example": "ピチュー", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"進化後": { | |||
"description": "そのポケモンの進化後のポケモン。ない場合は「なし」と入力。メガ進化は含まない。", | |||
"example": "ライチュウ", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "ポケモンの基礎情報を入力してください。" | |||
} | |||
</templatedata> | |||
</noinclude> |
回編集