Template:Refbegin/TemplateData: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Primefac TFD closed as keep (XFDcloser) |
m 7 revisions imported |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{TemplateData header}} | |||
{{ | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 6: | Line 5: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Columns", | "label": "Column width/Columns", | ||
"type": " | "type": "string", | ||
"description": " | "description": "First mode: typographic unit of measurement such as 'em', specifying the width for the reference list columns, e.g. '33em'; spaced '33 em' will not be recognized. Second mode (deprecated): integer number of fixed columns into which the reference list is to be rendered.", | ||
"example": "30em", | |||
"default": "1", | |||
"suggested": true | |||
}, | }, | ||
"colwidth": { | "colwidth": { | ||
Line 14: | Line 16: | ||
"description": "Width of columns eg '25em' the default is '30em'.", | "description": "Width of columns eg '25em' the default is '30em'.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false, | ||
"aliases": [ | |||
"Column width" | |||
], | |||
"default": "30em" | |||
}, | }, | ||
"indent": { | "indent": { | ||
"label": "Hanging | "label": "Hanging indentation", | ||
"type": "string", | "type": "string", | ||
"description": "Set to \"yes\" to use hanging indent if an individual reference wraps over more than one line in the browser's display window." | "description": "Set to \"yes\" to use hanging indent if an individual reference wraps over more than one line in the browser's display window." | ||
Line 25: | Line 31: | ||
"description": "Amount of indent in em units. Default is '3.2'", | "description": "Amount of indent in em units. Default is '3.2'", | ||
"type": "number", | "type": "number", | ||
"required": false | "required": false, | ||
"deprecated": true | |||
} | } | ||
} | }, | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 04:59, 3 September 2020
This is the TemplateData for this template, used by TemplateWizard, VisualEditor and other tools.
TemplateData for Refbegin
TemplateData for Refbegin
This template is used to start formatting for a reference list or bibliography.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Column width/Columns | 1 | First mode: typographic unit of measurement such as 'em', specifying the width for the reference list columns, e.g. '33em'; spaced '33 em' will not be recognized. Second mode (deprecated): integer number of fixed columns into which the reference list is to be rendered.
| String | suggested |
colwidth | colwidth Column width | Width of columns eg '25em' the default is '30em'.
| String | optional |
Hanging indentation | indent | Set to "yes" to use hanging indent if an individual reference wraps over more than one line in the browser's display window. | String | optional |
indentsize | indentsize | Amount of indent in em units. Default is '3.2' | Number | deprecated |