更多操作
创建页面,内容为“ <noinclude> <templatedata> { "params": { "名字": {} }, "description": "统计迷雾wiki中收录的puzzle" } </templatedata> </noinclude>” |
无编辑摘要 |
||
第1行: | 第1行: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "使用此模板以表示一篇文章需要清理。", | |||
"format": "inline", | |||
"params": { | "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> | </templatedata> | ||
2025年7月20日 (日) 12:11的版本
使用此模板以表示一篇文章需要清理。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
月份和年 | date | 添加模板的月份和年
| 字符串 | 推荐 |
原因 | reason 1 | 文章需要清理的原因 | 字符串 | 可选 |
讨论页章节 | talk talksection | 包含有关讨论的讨论页章节 | 字符串 | 可选 |