模板:Confusing
此条目此处表达可能存在令读者感到迷惑或模糊. |
用法[编辑]
- 该模板将标记的文章分类为:Category:需要澄清文字的条目.
- 通过在模板名称后添加代码 `|article` 或 `|section`,您可以指定该模板应用于文章(默认)还是章节。 此外,Template:Confusing section 模板专门用于章节。
- 建议使用 `reason` 参数解释令人困惑的地方。 例如:
{{Confusing|date=6月 2026|reason=Wangler 以复数形式出现,但图中只显示了一个}}
此条目此处表达可能存在令读者感到迷惑或模糊. 因为, Wangler 以复数形式出现,但图中只显示了一个。 (6月 2026) |
- 当进行讨论页讨论时,可以通过
|talk=参数添加指向该讨论的直接链接。 例如:
{{Confusing|date=6月 2026|talk=Template talk:Confusing#Talk 参数必需!}}
此条目此处表达可能存在令读者感到迷惑或模糊. (6月 2026) |
- 不要在 reason 参数的末尾添加句号,因为模板会自动添加句号。
- 请不要 subst:(替换引用)此模板。
{{Confusing|small=left}} 生成:
| File:Edit-clear.svg | 此条目此处表达可能存在令读者感到迷惑或模糊. |
{{Confusing|small=left|reason=the tensing of the article is ambiguous}} 生成:
| File:Edit-clear.svg | 此条目此处表达可能存在令读者感到迷惑或模糊. 因为, the tensing of the article is ambiguous。 |
模板结构[编辑]
<templatedata> { "description": "This template is used to mark an article or section as confusing and in need of clarification.", "params": { "1": { "label": "Article or section?", "type": "string", "description": "Set to 'section' to specify that you are referring to the section", "default": "article" }, "talk": { "label": "Discussion location", "description": "The location at which the discussion on the issue is being held. Should be full page name, followed by #, followed by section name. Please do not enclose between and . The link will be automatically formatted using the section sign (§).", "example": "Template talk:Confusing#Talk parameter please!", "type": "wiki-page-name", "suggested": true }, "reason": { "label": "What is confusing?", "type": "string", "description": "Explain what part of the text needs to be clarified." }, "date": { "label": "Date", "type": "date", "description": "The date this template was added, in the format [full month name] [full year].", "example": "January 2015", "autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}", "required": true }, "small": { "type": "string", "description": "Set to 'left' if a small version should be shown instead of the default", "label": "Small?" } }, "paramOrder": [ "1", "talk", "reason", "date", "small" ], "format": "inline" } </templatedata>
参见[编辑]
- Template:Clarify, an in-line version of this template
- Template:Confusing section, a section version of this template
- Wikipedia:Template messages/Cleanup for an overview of cleanup templates.