Template:Article-magazine: Difference between revisions

From AnOtherWiki, the free encyclopedia written by, for, and about the Otherkin community.
(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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{#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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{#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
| author =
| last =
| first=
| middle=
| year =
| year =
| title =
| title =
Line 10: Line 12:
| day =
| day =
| url =
| url =
}</nowiki></pre></noinclude>
}</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 11: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

[Edit template data]

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Last Namelast

Author Last Name

Stringrequired
First Namefirst

Author First Name

Stringrequired
Middle Namemiddle

Author Middle Name or Initial

Stringoptional
Yearyear

Publication year

Numberrequired
URLurl

Link to online content

URLoptional
Titletitle

Article title

Stringrequired
Magazineperiodical

Magazine Name

Stringrequired
Monthmonth

Name of month article was published

Stringrequired
Dayday

Day article was published

Numberrequired