Template:Unreferenced section/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Adem20 mNo edit summary |
meta>VeniVidiVicipedia Changed template data |
||
Line 13: | Line 13: | ||
== TemplateData == | == TemplateData == | ||
< | <templatedata> | ||
{ | { | ||
"description": "A template to mark a section (or other subset) of an article as being unreferenced.", | |||
"params": { | |||
"1": { | |||
"label": "Type", | |||
"description": "Replacement for the word \"section\", e.g. \"table\" or \"list\".", | |||
"type": "string", | |||
"aliases": [ | |||
"section" | |||
], | |||
"required": false | |||
}, | |||
"date": { | |||
"label": "Date added", | |||
"description": "The date when this template was added to the section; if you leave this off, a bot will add it later.", | |||
"type": "string", | |||
"required": false, | |||
"autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}", | |||
"suggested": true | |||
}, | |||
"small": { | |||
"label": "Small", | |||
"description": "Any value (typically \"y\", \"yes\", etc.) will make the template smaller; for use when it applies to something smaller than a section within the article, such as a table, which must be specified in the first (a.k.a. <code>section</code>) parameter.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | } | ||
</ | </templatedata> | ||
== See also == | == See also == |
Revision as of 19:02, 2 February 2017
This is a documentation subpage for Template:Unreferenced section. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on 29,000+ pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
Usage
{{Unreferenced section|date=November 2024}}
This template puts articles in Category:Articles needing additional references or a dated subcategory thereof. If you leave the date off, a bot will add it later. To fill the date automatically, you can use {{subst:unreferenced section}}
.
Parameters
date=
Month and year the template was added:|date=November 2024
1=
Replacement for the word "section", e.g. "table" or "list".small=y
Any value (typically "y", "yes", etc.) will make the template smaller; for use when it applies to something smaller than a section within the article, such as a table, which must be specified in the first (a.k.a.section
) parameter. The template should normally be full-width when it applies to an entire section.
TemplateData
A template to mark a section (or other subset) of an article as being unreferenced.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type | 1 section | Replacement for the word "section", e.g. "table" or "list". | String | optional |
Date added | date | The date when this template was added to the section; if you leave this off, a bot will add it later.
| String | suggested |
Small | small | Any value (typically "y", "yes", etc.) will make the template smaller; for use when it applies to something smaller than a section within the article, such as a table, which must be specified in the first (a.k.a. <code>section</code>) parameter. | String | optional |
See also