8,864
回編集
編集の要約なし |
編集の要約なし |
||
25行目: | 25行目: | ||
|{{{犯罪歴}}} | |{{{犯罪歴}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"番号": { | |||
"description": "適当な数字を記入してね。", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"氏名": { | |||
"description": "間に空白を持たない、ひとつなぎの氏名を入力してね。外国人とかにはこれが推奨されるよ。なお、これは他の名前系引数より優先されるよ。", | |||
"example": "クワドリヴィヴム=オサイフケータイ", | |||
"type": "string" | |||
}, | |||
"氏ルビ": { | |||
"description": "名字のルビをふってね。", | |||
"example": "まやく", | |||
"type": "string" | |||
}, | |||
"氏": { | |||
"description": "名字を書いてね。", | |||
"example": "麻薬", | |||
"type": "string" | |||
}, | |||
"名ルビ": { | |||
"description": "名前のルビをふってね。", | |||
"example": "すうたろう", | |||
"type": "string" | |||
}, | |||
"名": { | |||
"description": "名前を書いてね。", | |||
"example": "崇汰牢", | |||
"type": "string" | |||
}, | |||
"現住所": { | |||
"description": "住所を書いてね。", | |||
"example": "あっち", | |||
"type": "string" | |||
}, | |||
"近親者": { | |||
"description": "近親者を書いてね。", | |||
"example": "あなた", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"レビュー": { | |||
"description": "レビューを書いてね。", | |||
"type": "string" | |||
}, | |||
"出生地": { | |||
"description": "出生地を書いてね。", | |||
"example": "そっち", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"学歴": { | |||
"description": "学歴を書いてね。", | |||
"example": "このくらい", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"病歴": { | |||
"description": "病歴を書いてね。", | |||
"example": "ほんのもの", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"犯罪歴": { | |||
"description": "犯罪歴を書いてね。", | |||
"example": "あんなにも", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
回編集