Template:Article-newspaper-noauth: Difference between revisions
(Created page with "<includeonly>{{#if:{{{periodical|}}}|{{{periodical|}}}.|}} {{#if:{{{year|}}}|{{{year|}}}.|}} {{#if:{{{url|}}}|[{{{url|}}} {{{title|}}}]|{{{title|}}}|}}<br/> &...") |
(Adding template category: Reference Templates) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
| pages = |
| pages = |
||
| url = |
| url = |
||
}</nowiki></pre>< |
}</nowiki></pre><templatedata> |
||
{ |
|||
"params": { |
|||
"periodical": { |
|||
"label": "Newspaper", |
|||
"description": "Newspaper name", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"year": { |
|||
"label": "Year", |
|||
"description": "Year of publication", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"url": { |
|||
"label": "URL", |
|||
"description": "Link to content", |
|||
"type": "url" |
|||
}, |
|||
"title": { |
|||
"label": "Title", |
|||
"description": "Article Title", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"month": { |
|||
"label": "Month", |
|||
"description": "Name of month published", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"day": { |
|||
"label": "Day", |
|||
"description": "Day article was published", |
|||
"type": "number", |
|||
"required": true |
|||
}, |
|||
"pages": { |
|||
"label": "Pages", |
|||
"description": "Pages article appeared on", |
|||
"type": "string", |
|||
"required": true |
|||
} |
|||
}, |
|||
"description": "Reference: Article in Newspaper without Author" |
|||
} |
|||
</templatedata>[[Category: Reference Templates]]</noinclude> |
Latest revision as of 10:58, 16 January 2022
Newsday. 2003. Activision suing over Star trek. July 2, Queens edition, sec. A. {article-newspaper-noauth | year = | title = | periodical = | month = | day = | other = | pages = | url = }
Reference: Article in Newspaper without Author
Parameter | Description | Type | Status | |
---|---|---|---|---|
Newspaper | periodical | Newspaper name | String | required |
Year | year | Year of publication | String | required |
URL | url | Link to content | URL | optional |
Title | title | Article Title | String | required |
Month | month | Name of month published | String | required |
Day | day | Day article was published | Number | required |
Pages | pages | Pages article appeared on | String | required |