「テンプレート:基礎情報 事件・事故」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「{| class="wikitable floatright" style="width:20em" ! colspan="2" style="background-color:#f8f9fa; border-bottom:#f8f9fa; text-align:center"|<big>{{{名称}}}</big> |- {{#…」) |
編集の要約なし |
||
125行目: | 125行目: | ||
}} | }} | ||
{{#ifeq:{{NAMESPACENUMBER}}|0|[[カテゴリ:事件・事故]]}} | {{#ifeq:{{NAMESPACENUMBER}}|0|[[カテゴリ:事件・事故]]}} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"名称": { | |||
"description": "事件・事故の名称。必須。", | |||
"example": "二・零零事件", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"画像": { | |||
"description": "事件・事故に関する画像。", | |||
"example": "ピカチュウ.jpeg", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"脚注": { | |||
"description": "画像の説明。", | |||
"example": "事件の起こった駐日アメリカ大使館。犠牲者を追悼する石碑がある。", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"場所": { | |||
"description": "事件・事故が起こった場所。必須。", | |||
"example": "駐日アメリカ大使館", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"標的": { | |||
"description": "事件・事故の標的となったもの。", | |||
"example": "女子児童", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"日付": { | |||
"description": "事件・事故が起こった年月日。必須。", | |||
"example": "1999年4月3日", | |||
"type": "date", | |||
"required": true | |||
}, | |||
"時間": { | |||
"description": "事件・事故が起こった時間帯。", | |||
"example": "午前11時頃~午後4時頃", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"概要": { | |||
"description": "事件・事故の短い説明。必須。", | |||
"example": "男がトラックで歩行者天国へ突っ込んだ。", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"懸賞金": { | |||
"description": "事件の容疑者にかけられている懸賞金。", | |||
"example": "2000万円", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"原因": { | |||
"description": "事故の原因。", | |||
"example": "エンジンの整備の不徹底。", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"手段": { | |||
"description": "事件の手段。", | |||
"example": "家を基礎ごと持ち上げ、隣家から銃撃。", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"攻撃側人数": { | |||
"description": "事件の攻撃側人数。", | |||
"example": "16人", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"凶器": { | |||
"description": "事件で用いられた凶器。武器引数が相応しい場合はそちらを使用。", | |||
"example": "サバイバルナイフ", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"武器": { | |||
"description": "事件で用いられた武器。凶器引数が相応しい場合はそちらを使用。", | |||
"example": "AK-17", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"死者": { | |||
"description": "事件・事故による死者数。", | |||
"example": "5人", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"負傷者": { | |||
"description": "事件・事故による負傷者数。", | |||
"example": "13人", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"行方不明者": { | |||
"description": "事件・事故による行方不明者数。", | |||
"example": "1人", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"被害者": { | |||
"description": "身体的損害を伴わない事件・事故における被害者数。", | |||
"example": "推定80人", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"損害": { | |||
"description": "身体的損害を伴わない事件・事故における損害(金銭的被害等)。", | |||
"example": "3億円", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"犯人": { | |||
"description": "事件・事故の犯人。", | |||
"example": "山田たけし", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"容疑者": { | |||
"description": "事件・事故の犯人と目されている人物。", | |||
"example": "古田良夫", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"動機": { | |||
"description": "事件の犯人の動機。", | |||
"example": "金銭トラブル", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"対処": { | |||
"description": "事件・事故の後行われた対処。犯人の処遇等。", | |||
"example": "死刑", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "事件・事故の基礎情報を表示するテンプレート。記事につけると、勝手にカテゴリ:事件・事故に分類されます。" | |||
} | |||
</templatedata> | |||
</noinclude> |
2年1月27日 (W) 11:40時点における版
{{{名称}}} | |
---|---|
場所 | {{{場所}}} |
日付 | {{{日付}}} |
概要 | {{{概要}}} |
事件・事故の基礎情報を表示するテンプレート。記事につけると、勝手にカテゴリ:事件・事故に分類されます。
パラメーター | 説明 | 型 | 状態 | |
---|---|---|---|---|
名称 | 名称 | 事件・事故の名称。必須。
| 文字列 | 必須 |
画像 | 画像 | 事件・事故に関する画像。
| ファイル | 推奨 |
脚注 | 脚注 | 画像の説明。
| 文字列 | 推奨 |
場所 | 場所 | 事件・事故が起こった場所。必須。
| 文字列 | 必須 |
標的 | 標的 | 事件・事故の標的となったもの。
| 文字列 | 推奨 |
日付 | 日付 | 事件・事故が起こった年月日。必須。
| 日時 | 必須 |
時間 | 時間 | 事件・事故が起こった時間帯。
| 日時 | 推奨 |
概要 | 概要 | 事件・事故の短い説明。必須。
| 文字列 | 必須 |
懸賞金 | 懸賞金 | 事件の容疑者にかけられている懸賞金。
| ページ名 | 推奨 |
原因 | 原因 | 事故の原因。
| 文字列 | 推奨 |
手段 | 手段 | 事件の手段。
| 文字列 | 推奨 |
攻撃側人数 | 攻撃側人数 | 事件の攻撃側人数。
| 文字列 | 推奨 |
凶器 | 凶器 | 事件で用いられた凶器。武器引数が相応しい場合はそちらを使用。
| 文字列 | 推奨 |
武器 | 武器 | 事件で用いられた武器。凶器引数が相応しい場合はそちらを使用。
| 文字列 | 推奨 |
死者 | 死者 | 事件・事故による死者数。
| 文字列 | 推奨 |
負傷者 | 負傷者 | 事件・事故による負傷者数。
| 文字列 | 推奨 |
行方不明者 | 行方不明者 | 事件・事故による行方不明者数。
| 文字列 | 推奨 |
被害者 | 被害者 | 身体的損害を伴わない事件・事故における被害者数。
| 文字列 | 推奨 |
損害 | 損害 | 身体的損害を伴わない事件・事故における損害(金銭的被害等)。
| 文字列 | 推奨 |
犯人 | 犯人 | 事件・事故の犯人。
| 文字列 | 推奨 |
容疑者 | 容疑者 | 事件・事故の犯人と目されている人物。
| 文字列 | 推奨 |
動機 | 動機 | 事件の犯人の動機。
| 文字列 | 推奨 |
対処 | 対処 | 事件・事故の後行われた対処。犯人の処遇等。
| 文字列 | 推奨 |