Open main menu

Changes

m
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
== Usage ==

See [[Template:Dubious/doc]].

== Parameters ==
* {{para|text}} text to mark as dubious.
* {{Para|1|{{var|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: {{Tlx|Dubious|2=1=Does x = 5?}}.
** Other special characters used in section names (such as brackets, "[" and "]") may need to be [[Escape character|escaped]]. For example, the markup:
::: {{Tlx|Dubious|K%5BX%5D is NOT integral}}
:: would produce:
:::{{Tlx|Dubious|K[X] is NOT integral}}.
* {{Para|date}} the month and year when the template was added. Example: {{Para||date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}.

== TemplateData ==
{{TemplateData header}}
<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
},
"reason": {
"label": "Reason",
"description": "Short explanation of why you tagged this statement. The reason will not be visible on the page (even in tool-tip) but will be visible in the coding (e.g. when editing the page).",
"type": "string"
},
"text": {
"label": "Text",
"description": "Text to mark as dubious.",
"type": "content",
"required": true
}
},
"paramOrder": [
"text",
"1",
"date",
"reason"
],
"format": "inline"
}
</templatedata>

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Inline citation and verifiability dispute templates]]
}}</includeonly>
Anonymous user