Template:Article-magazine: Difference between revisions
(Created page with "<includeonly>{{{last|}}}{{#if:{{{last|}}}|,|}} {{{first|}}}{{#if:{{{middle|}}}| {{{middle|}}}|}}. {{#if:{{{year|}}}|{{{year|}}}.|}} {{#if:{{{url|}}}|[{{{url|}}} {{{title|}}}]|...") |
(Adding template category: Reference Templates) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{{last|}}}{{#if:{{{last|}}}|,|}} {{{first|}}}{{#if:{{{middle|}}}| {{{middle|}}}|}}. {{#if:{{{year|}}}|{{{year|}}}.|}} {{#if:{{{url|}}}|[{{{url|}}} {{{title|}}}]|{{{title|}}}|}}<br/> {{#if:{{{periodical|}}}|{{{periodical|}}},|}} {{#if:{{{month|}}}|{{{month|}}}|}} {{#if:{{{day|}}}|{{{day|}}}.|}}</includeonly> |
<includeonly>{{{last|}}}{{#if:{{{last|}}}|,|}} {{{first|}}}{{#if:{{{middle|}}}| {{{middle|}}}|}}. {{#if:{{{year|}}}|{{{year|}}}.|}} {{#if:{{{url|}}}|[{{{url|}}} {{{title|}}}]|{{{title|}}}|}}<br/> {{#if:{{{periodical|}}}|{{{periodical|}}},|}} {{#if:{{{month|}}}|{{{month|}}}|}} {{#if:{{{day|}}}|{{{day|}}}.|}}</includeonly> |
||
<noinclude><pre>Smith, Jane. 1996. There is no resisting the Borg queen. |
<noinclude><pre><nowiki>Smith, Jane. 1996. There is no resisting the Borg queen. |
||
Maclean's, December 2. |
Maclean's, December 2. |
||
{article-magazine |
{article-magazine |
||
| |
| last = |
||
| first= |
|||
| middle= |
|||
| year = |
| year = |
||
| title = |
| title = |
||
Line 10: | 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 |