Template:Gcdb series/doc
This is a documentation subpage for Template:Gcdb series. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This template is intended for use in the external links section of articles.
The use of an id
is required.
{{Gcdb series|id= |title= |italics= }}
- By default, the title will be in italics. In some cases, italics may not be correct, so in those cases use
|italics=no
. If the italics parameter is not used, then the title will default to an italics format.
<templatedata>
{
"params": {
"id": {
"label": "Series ID",
"description": "This is the number in the URL. (http://www.comics.org/series/20725/)",
"example": "20725",
"type": "number",
"required": true
},
"title": {
"description": "The series title.",
"example": "Kamen Tantei",
"type": "string",
"default": "Gcdb series/doc"
},
"italics": {
"description": "Italic title.",
"example": "no",
"type": "string",
"default": "yes"
}
}, "description": "Grand Comics Database external link template." } </templatedata>