Difference between revisions of "Template:Article"

From Nithyanandapedia
Jump to navigation Jump to search
Line 20: Line 20:
 
|}
 
|}
 
</includeonly>
 
</includeonly>
 +
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"description": "Details about articles published in magazines or newspapers.",
 +
"params": {
 +
"magazineName": {
 +
"label": "Magazine Name",
 +
"type": "string",
 +
"required": true,
 +
"description": "Name of the magazine or newspaper",
 +
"aliases": [
 +
"1"
 +
]
 +
},
 +
"magazineSite": {
 +
"label": "Magazine site",
 +
"type": "string",
 +
"required": false,
 +
"description": "Magazine or Newspaper's website.",
 +
"aliases": [
 +
"2"
 +
]
 +
},
 +
"articleName": {
 +
"label": "Article Name",
 +
"type": "string",
 +
"required": true,
 +
"description": "Name or description of the article.",
 +
"aliases": [
 +
"3"
 +
]
 +
},
 +
"articleType": {
 +
"label": "Article Type",
 +
"type": "string",
 +
"required": true,
 +
"description": "Frequency of publication like weekly, monthly, once etc.",
 +
"aliases": [
 +
"4"
 +
]
 +
},
 +
"serialNumber": {
 +
"label": "Serial Number",
 +
"type": "string",
 +
"required": false,
 +
"description": "The serial number or episode or id of the article.",
 +
"aliases": [
 +
"5"
 +
]
 +
},
 +
"publishedDate": {
 +
"label": "Published Date",
 +
"type": "date",
 +
"required": false,
 +
"description": "When was the article published?",
 +
"aliases": [
 +
"6"
 +
]
 +
},
 +
"language": {
 +
"label": "Language",
 +
"type": "string",
 +
"required": true,
 +
"description": "Language of the Article.",
 +
"aliases": [
 +
"7"
 +
]
 +
}
 +
}
 +
}
 +
</templatedata>
 +
</noinclude>

Revision as of 01:35, 1 September 2020


Details about articles published in magazines or newspapers.

Template parameters

ParameterDescriptionTypeStatus
Magazine NamemagazineName 1

Name of the magazine or newspaper

Stringrequired
Magazine sitemagazineSite 2

Magazine or Newspaper's website.

Stringoptional
Article NamearticleName 3

Name or description of the article.

Stringrequired
Article TypearticleType 4

Frequency of publication like weekly, monthly, once etc.

Stringrequired
Serial NumberserialNumber 5

The serial number or episode or id of the article.

Stringoptional
Published DatepublishedDate 6

When was the article published?

Dateoptional
Languagelanguage 7

Language of the Article.

Stringrequired