Template:Unreferenced section/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Voidxor
Mv documentation from talk page.
meta>SMcCandlish
updating
Line 6: Line 6:


This template puts articles in [[:Category:Articles needing additional references]] or a dated subcategory thereof. If you leave the date off, a [[Wikipedia:Bots|bot]] will add it later.
This template puts articles in [[:Category:Articles needing additional references]] or a dated subcategory thereof. If you leave the date off, a [[Wikipedia:Bots|bot]] will add it later.
===Parameters===
* <code>date=</code> Month and year the template was added: {{para|date|{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}
* <code>1=</code> or <code>section=</code> Replacement for the word "section", e.g. "table" or "list".
* <code>small=y</code> 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. The template should normally be full-width when it applies to an entire section.


== TemplateData ==
== TemplateData ==
<TemplateData>
<TemplateData>
{
{
     "description": "A template to mark a section as being unreferenced",
     "description": "A template to mark a section (or other subset) of an article as being unreferenced.",
     "params": {
     "params": {
         "date": {
         "date": {
Line 16: Line 21:
             "description": "The date when this template was added to the section; if you leave this off, a bot will add it later.",
             "description": "The date when this template was added to the section; if you leave this off, a bot will add it later.",
             "type": "string",
             "type": "string",
             "aliases": ["1"],
            "required": false
        },
        "1": {
            "label": "Type",
            "description": "Replacement for the word \"section\", e.g. \"table\" or \"list\".",
            "type": "string",
             "aliases": ["section"],
            "required": false
        },
        "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
             "required": false
         }
         }

Revision as of 02:29, 24 October 2015

Usage

{{Unreferenced section|date=October 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.

Parameters

  • date= Month and year the template was added: |date=October 2024
  • 1= or section= 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.

Template parameters

ParameterDescriptionTypeStatus
Date addeddate

The date when this template was added to the section; if you leave this off, a bot will add it later.

Stringoptional
Type1 section

Replacement for the word "section", e.g. "table" or "list".

Stringoptional
Smallsmall

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.

Stringoptional

See also