Template:Update span/doc: Difference between revisions
Jump to navigation
Jump to search
m (updating) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 18:56, 18 May 2023
This is a documentation subpage for Template:Update span. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
Markup | Renders as |
---|---|
{{Update span|date=November 2024}} |
|
{{Update span|?=yes|date=November 2024}} |
|
{{Update span|reason=But they never mentioned it again...|date=November 2024}} |
|
{{Update span|reason=Does this still hold after so many years?|?=yes|date=November 2024}} |
|
Example
Input:
{{Update span|Lorem ipsum dolor sit amet.|reason=But they never mentioned it again...|date=November 2024}}
Result:
- Lorem ipsum dolor sit amet.[needs update]
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.
TemplateData for Update span
<TemplateData> {
"description": "This template should only be added to indicate a sentence that needs to be updated based on recent events.", "params": {
"text": { "aliases": [ "1" ],
"label": "Text",
"description": "The text needing update", "type": "content",
"suggested": true
},
"date": { "label": "Month and year", "description": "The date this template was added to the page", "type": "string", "autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}",
"example": "January 2013",
"suggested": true }, "reason": { "label": "Reason", "description": "Brief explanation of the reason why this template is placed, e.g. the event that renders accuracy of the claim questionable", "default": "The date of the event predicted near this tag has passed.", "type": "string", "required": false }, "?": { "label": "?", "description": "Adds '?' to the end of template text and changes wording of caption to denote uncertainty. (Input: anything)", "type": "string",
"autovalue": "yes", "example": "yes",
"required": false } }
} </TemplateData>
See also
- {{Update}}
- {{Update inline}}
- {{Update after}}