Difference between revisions of "Template:Article/doc"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) (Created page with "<noinclude> ==Usage== {{ Article| magazineName=Has magazineName::Kumudam| magazineSite=Has magazineSite::kumudam.com| articleName=Has articleName::Manadhai Thira Mag...") |
Sri.senthil (talk | contribs) |
||
Line 11: | Line 11: | ||
language=[[Has language::Tamil]]| | language=[[Has language::Tamil]]| | ||
}} | }} | ||
+ | |||
+ | <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> | </noinclude> |
Revision as of 20:59, 31 August 2020
Usage
Article Details | |
Magazine Name | Kumudam |
Magazine site | kumudam.com |
Article Name | Manadhai Thira Magizhchi Pongattum |
Article Type | Weekly |
Serial Number | 69 |
Published Date | 2006-10-11 |
Language | Tamil |
Details about articles published in magazines or newspapers.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Magazine Name | magazineName 1 | Name of the magazine or newspaper | String | required |
Magazine site | magazineSite 2 | Magazine or Newspaper's website. | String | optional |
Article Name | articleName 3 | Name or description of the article. | String | required |
Article Type | articleType 4 | Frequency of publication like weekly, monthly, once etc. | String | required |
Serial Number | serialNumber 5 | The serial number or episode or id of the article. | String | optional |
Published Date | publishedDate 6 | When was the article published? | Date | optional |
Language | language 7 | Language of the Article. | String | required |