“模板:事件信息”的版本间的差异
跳到导航
跳到搜索
| 第71行: | 第71行: | ||
{{TempCategory|事件}} | {{TempCategory|事件}} | ||
</includeonly> | </includeonly> | ||
| + | <noinclude> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "params": { | ||
| + | "事件名称": { | ||
| + | "description": "事件名称,放空则使用页面标题", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "性质": { | ||
| + | "description": "事件性质/事件类型,多种类型使用英文逗号\",\"隔开", | ||
| + | "example": "\"诺曼底登陆\"的性质是\"登陆战役\"", | ||
| + | "required": true | ||
| + | }, | ||
| + | "前因": { | ||
| + | "description": "导致该事件发生的事件,多种前因使用英文逗号\",\"隔开", | ||
| + | "type": "wiki-page-name" | ||
| + | }, | ||
| + | "后果": { | ||
| + | "description": "事件产生的后果,多种后果使用英文逗号\",\"隔开", | ||
| + | "type": "wiki-page-name", | ||
| + | "required": true | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
| + | </noinclude> | ||