2,085
回編集
(背景色の変更) |
(変更) |
||
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"|進化前 | ||
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 |
回編集