|
|
第1行: |
第1行: |
| <templatedata>
| | |
| {
| |
| "description": "使用此模板以表示一篇文章需要清理。",
| |
| "format": "inline",
| |
| "params": {
| |
| "date": {
| |
| "label": "月份和年",
| |
| "description": "添加模板的月份和年",
| |
| "type": "string",
| |
| "autovalue": "{{SUBST:CURRENTMONTHNAME}} {{SUBST:CURRENTYEAR}}",
| |
| "example": "2013年1月",
| |
| "suggested": true
| |
| },
| |
| "reason": {
| |
| "aliases": [
| |
| "1"
| |
| ],
| |
| "label": "原因",
| |
| "description": "文章需要清理的原因",
| |
| "type": "string"
| |
| },
| |
| "talk": {
| |
| "aliases": [
| |
| "talksection"
| |
| ],
| |
| "label": "讨论页章节",
| |
| "description": "包含有关讨论的讨论页章节",
| |
| "type": "string"
| |
| }
| |
| },
| |
| "paramOrder": [
| |
| "date",
| |
| "reason",
| |
| "talk"
| |
| ]
| |
| }
| |
| </templatedata>
| |