Template:Dubious span: Difference between revisions
(Attempting to add an optional parameter for additional text.) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 15:00, 28 May 2023
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[dubious ]
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.
|date=
the month and year when the template was added. Example:|date=November 2024
.
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>