Difference between revisions of "Template:Dubious span/doc"

From blackwiki
Jump to navigation Jump to search
imported>Jc86035
(Created page with '{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> ==...')
 
imported>Mr. Guye
(Not a parameter)
 
(6 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
== Usage ==
 
== Usage ==
  
 +
See [[Template:Dubious/doc]].
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
+
== 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
 +
},
 +
"text": {
 +
"label": "Text",
 +
"description": "Text to mark as dubious.",
 +
"type": "content",
 +
"required": true
 +
}
 +
},
 +
"paramOrder": [
 +
"text",
 +
"1",
 +
"date"
 +
],
 +
"format": "inline"
 +
}
 +
</templatedata>
 +
 
 +
<includeonly>{{Sandbox other||
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:Inline citation and verifiability dispute templates]]
 
[[Category:Inline citation and verifiability dispute templates]]
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 22:58, 27 May 2020

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=June 2026.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Dubious span

Use this template to tag a specific statement or alleged fact that is sourced but which nevertheless seems dubious or unlikely to be correct.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Texttext

Text to mark as dubious.

Contentrequired
Section name on talk page1

Section name on talk page where further information or discussion can be found

Stringoptional
Month and yeardate

Month and year

Datesuggested