Template:Dubious span/doc

From CAPipedia

[[Category:Template documentation pages{{#translation:}}]]

Usage

See Template:Dubious/doc.

Parameters

  • |text= text to mark as dubious.
  • |1=Talk section name – the first field should point to the section name on the talk page which contains the discussion.
    • If the section name contains an equal sign, use the following syntax: {{Dubious|1=Does x = 5?}}.
    • Other special characters used in section names (such as brackets, "[" and "]") may need to be escaped. For example, the markup:
{{Dubious|K%5BX%5D is NOT integral}}
would produce:
{{Dubious|K[X] is NOT integral}}.
  • |date= the month and year when the template was added. Example: |date=April 2024.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Dubious span in articles based on its TemplateData.

TemplateData for Dubious span

<templatedata> { "description": "Use this template to tag a specific statement or alleged fact that is sourced but which nevertheless seems dubious or unlikely to be correct.", "params": { "1": { "label": "Section name on talk page", "description": "Section name on talk page where further information or discussion can be found", "type": "string" }, "date": { "label": "Month and year", "description": "Month and year", "type": "date", "suggested": true }, "text": { "label": "Text", "description": "Text to mark as dubious.", "type": "content", "required": true } }, "paramOrder": [ "text", "1", "date" ], "format": "inline" } </templatedata>