Template:Reflist-talk/doc
File:Farm-Fresh css add.svg | This template uses TemplateStyles: |
This template is a version of {{Reflist }} designed to show a reference section for a talk page discussion within a bordered box. It can also be useful on other types of non-mainspace pages, e.g., for a section in a user's sandbox.
Usage
- {{Reflist-talk}}
Optional:
- {{Reflist-talk|title=|group=|colwidth=|refs=}}
The template should be placed after the discussion that includes the references, as it will include all references before the template that haven't been claimed by a previous template.
Limitations
Correctly boxed example
If this is fixed, the above example would display inside a correctly-indented box, which would look like the following: [1]
-
References
- ↑ Correctly boxed example reference
-
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Reflist-talk/doc
<templatedata> { "description": "This template creates a list of references for a talk page discussion within a particular section.", "params": { "title": { "label": "Section title", "description": "The title to display before the references", "default": "References", "type": "line" }, "colwidth": { "aliases": [ "1" ], "label": "Columns / Column width",
"description": "Passed to
. Two modes supported. First mode (deprecated): integer number of fixed columns into which the reference list is to be rendered. Second mode: typographic unit of measurement such as 'em', specifying the width for the reference list columns, e.g. '33em'; spaced '33\u00A0em' will not be recognized",
"default": "1 if < 11 references; otherwise 30em", "type": "string" }, "group": { "label": "Group",
"description": "Passed to
. Group is an identifier which restricts the references that are shown. Without this parameter, this template only shows references with no group identifier. With a group identifier specified, only references with a matching group identifier are handled. The rest are left alone.",
"type": "string" }, "refs": { "label": "List of references",
"description": "Passed to
. Provides a space to define named references for use in the article. References defined in this space are not shown unless used somewhere in the article.",
"type": "string" } } } </templatedata>