2,232
回編集
(ページの作成:「{| class="wikitable floatright" style="width:22.35em" ! colspan="2" style="background-color:#ffa500; border-bottom:#ffa500; text-align:center"|<big>{{{名前}}}</big> |-…」) |
(変更) |
||
| (同じ利用者による、間の3版が非表示) | |||
| 6行目: | 6行目: | ||
| colspan="2" style="text-align:center; border-top:#ffa500"|[[ファイル:{{{画像}}}|代替文=|フレームなし|300×300ピクセル]] | | colspan="2" style="text-align:center; border-top:#ffa500"|[[ファイル:{{{画像}}}|代替文=|フレームなし|300×300ピクセル]] | ||
|- | |- | ||
! 全国図鑑番号 | ! style="background-color:#f8f9fa"|全国図鑑番号 | ||
| | | {{{全国図鑑番号}}} | ||
|- | |- | ||
! 分類 | ! style="background-color:#f8f9fa"|分類 | ||
| {{{分類}}} | | {{{分類}}} | ||
|- | |- | ||
! タイプ | ! style="background-color:#f8f9fa"|タイプ | ||
| {{{タイプ}}} | | {{{タイプ}}} | ||
|- | |- | ||
! 特性 | ! style="background-color:#f8f9fa"|特性 | ||
| {{{特性}}} | | {{{特性}}} | ||
|- | |- | ||
! 隠れ特性 | ! style="background-color:#f8f9fa"|隠れ特性 | ||
| {{{隠れ特性}}} | | {{{隠れ特性}}} | ||
|- | |- | ||
! たかさ | ! style="background-color:#f8f9fa"|たかさ | ||
| {{{たかさ}}} | | {{{たかさ}}} | ||
|- | |- | ||
! おもさ | ! style="background-color:#f8f9fa"|おもさ | ||
| {{{おもさ}}} | | {{{おもさ}}} | ||
|- | |- | ||
! 進化前 | ! style="background-color:#f8f9fa"|進化前 | ||
| {{{進化前}}} | | {{{進化前}}} | ||
|- | |- | ||
! 進化後 | ! style="background-color:#f8f9fa"|進化後 | ||
| {{{進化後}}} | | {{{進化後}}} | ||
|} | |} | ||
<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": "No.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.2m", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"おもさ": { | |||
"description": "図鑑に載っているそのポケモンの平均的な重さ。キログラム単位にすること。", | |||
"example": "2.2kg", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"進化前": { | |||
"description": "そのポケモンの進化前のポケモン。ない場合は「なし」と入力。", | |||
"example": "ピチュー", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"進化後": { | |||
"description": "そのポケモンの進化後のポケモン。ない場合は「なし」と入力。メガ進化は含まない。", | |||
"example": "ライチュウ", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "ポケモンの基礎情報を入力してください。" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
回編集