2,232
回編集
(ポケモンテンプレ) |
(変更) |
||
| (同じ利用者による、間の2版が非表示) | |||
| 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"|進化後 | ||
| {{{進化後}}} | | {{{進化後}}} | ||
|} | |} | ||
| 57行目: | 57行目: | ||
"全国図鑑番号": { | "全国図鑑番号": { | ||
"description": "ポケモンのぜんこくずかんナンバー。3桁で入力すること。", | "description": "ポケモンのぜんこくずかんナンバー。3桁で入力すること。", | ||
"example": "025", | "example": "No.025", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
| 63行目: | 63行目: | ||
"分類": { | "分類": { | ||
"description": "ポケモンの分類", | "description": "ポケモンの分類", | ||
"example": " | "example": "でんきねずみポケモン", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| 86行目: | 86行目: | ||
"たかさ": { | "たかさ": { | ||
"description": "図鑑に載っているそのポケモンの平均的な高さ。メートル単位にすること。", | "description": "図鑑に載っているそのポケモンの平均的な高さ。メートル単位にすること。", | ||
"example": "0. | "example": "0.2m", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
| 92行目: | 92行目: | ||
"おもさ": { | "おもさ": { | ||
"description": "図鑑に載っているそのポケモンの平均的な重さ。キログラム単位にすること。", | "description": "図鑑に載っているそのポケモンの平均的な重さ。キログラム単位にすること。", | ||
"example": "2. | "example": "2.2kg", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
回編集