Template:Article-journal: Difference between revisions
No edit summary |
(Adding template category: Reference Templates) |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
| url = |
| url = |
||
| pages = |
| pages = |
||
}</nowiki></pre>< |
}</nowiki></pre><templatedata> |
||
{ |
|||
"params": { |
|||
"last": { |
|||
"label": "Last Name", |
|||
"description": "Author's Last Name", |
|||
"example": "Wilcox", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"first": { |
|||
"label": "First Name", |
|||
"description": "Author's First Name", |
|||
"example": "Rhonda", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"middle": { |
|||
"label": "Middle Name", |
|||
"description": "Author's Middle Name or Initial", |
|||
"example": "V", |
|||
"type": "string" |
|||
}, |
|||
"year": { |
|||
"label": "Year", |
|||
"description": "Year of Publication", |
|||
"example": "1991", |
|||
"type": "number", |
|||
"required": true |
|||
}, |
|||
"url": { |
|||
"label": "URL", |
|||
"description": "Link to Content", |
|||
"example": "http://www.example.com", |
|||
"type": "url" |
|||
}, |
|||
"title": { |
|||
"label": "Title", |
|||
"description": "Article Title", |
|||
"example": "Shifting roles and synthetic women in Star trek: The next generation", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"book": { |
|||
"label": "Periodical", |
|||
"description": "Title of Journal", |
|||
"example": "Studies in Popular Culture", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"volume": { |
|||
"label": "Volume", |
|||
"description": "Volume of Journal. If a specific issue is provided, it should appear in parenthesis after the volume number", |
|||
"example": "13 (2)", |
|||
"type": "string" |
|||
}, |
|||
"pages": { |
|||
"label": "Pages", |
|||
"description": "Pages of journal the article appears on", |
|||
"example": "53-65", |
|||
"type": "string", |
|||
"required": true |
|||
} |
|||
}, |
|||
"description": "Reference: Article in a Journal", |
|||
"format": "block" |
|||
} |
|||
</templatedata>[[Category: Reference Templates]]</noinclude> |
Latest revision as of 10:58, 16 January 2022
Wilcox, Rhonda V. 1991. Shifting roles and synthetic women in Star trek: The next generation. Studies in Popular Culture 13 (2): 53-65. {article-journal | last = | first = | middle= | year = | title = | periodical = | volume = | url = | pages = }
Reference: Article in a Journal
Parameter | Description | Type | Status | |
---|---|---|---|---|
Last Name | last | Author's Last Name
| String | required |
First Name | first | Author's First Name
| String | required |
Middle Name | middle | Author's Middle Name or Initial
| String | optional |
Year | year | Year of Publication
| Number | required |
URL | url | Link to Content
| URL | optional |
Title | title | Article Title
| String | required |
Periodical | book | Title of Journal
| String | required |
Volume | volume | Volume of Journal. If a specific issue is provided, it should appear in parenthesis after the volume number
| String | optional |
Pages | pages | Pages of journal the article appears on
| String | required |