Template:Article-magazine: Difference between revisions
No edit summary |
(Adding template category: Reference Templates) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
| day = |
| day = |
||
| url = |
| url = |
||
}</nowiki></pre>< |
}</nowiki></pre><templatedata> |
||
{ |
|||
"params": { |
|||
"last": { |
|||
"label": "Last Name", |
|||
"description": "Author Last Name", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"first": { |
|||
"label": "First Name", |
|||
"description": "Author First Name", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"middle": { |
|||
"label": "Middle Name", |
|||
"description": "Author Middle Name or Initial", |
|||
"type": "string" |
|||
}, |
|||
"year": { |
|||
"label": "Year", |
|||
"description": "Publication year", |
|||
"type": "number", |
|||
"required": true |
|||
}, |
|||
"url": { |
|||
"label": "URL", |
|||
"description": "Link to online content", |
|||
"type": "url" |
|||
}, |
|||
"title": { |
|||
"label": "Title", |
|||
"description": "Article title", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"periodical": { |
|||
"label": "Magazine", |
|||
"description": "Magazine Name", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"month": { |
|||
"label": "Month", |
|||
"description": "Name of month article was published", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"day": { |
|||
"label": "Day", |
|||
"description": "Day article was published", |
|||
"type": "number", |
|||
"required": true |
|||
} |
|||
}, |
|||
"description": "Reference: Article in Magazine", |
|||
"format": "block" |
|||
} |
|||
</templatedata>[[Category: Reference Templates]]</noinclude> |
|||
Latest revision as of 10:58, 16 January 2022
Smith, Jane. 1996. There is no resisting the Borg queen.
Maclean's, December 2.
{article-magazine
| last =
| first=
| middle=
| year =
| title =
| periodical =
| month =
| day =
| url =
}Reference: Article in Magazine
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Last Name | last | Author Last Name | String | required |
| First Name | first | Author First Name | String | required |
| Middle Name | middle | Author Middle Name or Initial | String | optional |
| Year | year | Publication year | Number | required |
| URL | url | Link to online content | URL | optional |
| Title | title | Article title | String | required |
| Magazine | periodical | Magazine Name | String | required |
| Month | month | Name of month article was published | String | required |
| Day | day | Day article was published | Number | required |