Template:Cite journal/doc: Difference between revisions
| [unchecked revision] | [unchecked revision] |
No edit summary |
No edit summary |
||
| Line 597: | Line 597: | ||
"description": "This template formats a citation to an article in a magazine or journal, using the provided source information (e.g. journal name, author, title, issue, URL) and various formatting options.", | "description": "This template formats a citation to an article in a magazine or journal, using the provided source information (e.g. journal name, author, title, issue, URL) and various formatting options.", | ||
"params": { | "params": { | ||
"displayauthors": { | |||
"label": "Display authors", | |||
"description": "number of authors to display before 'et al.' is used;", | |||
"type": "number", | |||
"aliases": [ | |||
"display-authors" | |||
], | |||
"default": "1", | |||
"autovalue": "1", | |||
"required": true, | |||
"example": "1", | |||
"suggested": true | |||
}, | |||
"url": { | "url": { | ||
"label": "URL", | "label": "URL", | ||
| Line 1,365: | Line 1,378: | ||
"editorlink9" | "editorlink9" | ||
] | ] | ||
}, | }, | ||
"last-author-amp": { | "last-author-amp": { | ||
| Line 1,446: | Line 1,446: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"displayauthors", | |||
"last", | "last", | ||
"first", | "first", | ||
| Line 1,473: | Line 1,474: | ||
"first9", | "first9", | ||
"author-link9", | "author-link9", | ||
"author-mask", | "author-mask", | ||
"last-author-amp", | "last-author-amp", | ||