2,232
回編集
(背景色の変更) |
(変更) |
||
| (同じ利用者による、間の1版が非表示) | |||
| 7行目: | 7行目: | ||
|- | |- | ||
! style="background-color:#f8f9fa"|全国図鑑番号 | ! style="background-color:#f8f9fa"|全国図鑑番号 | ||
| | | {{{全国図鑑番号}}} | ||
|- | |- | ||
! style="background-color:#f8f9fa"|分類 | ! style="background-color:#f8f9fa"|分類 | ||
| {{{分類}}} | | {{{分類}}} | ||
|- | |- | ||
! style="background-color:#f8f9fa"|タイプ | ! style="background-color:#f8f9fa"|タイプ | ||
| 22行目: | 22行目: | ||
|- | |- | ||
! 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 | ||
回編集