Difference between revisions of "Template:CD-DVD-Cover-Page"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) |
Sri.senthil (talk | contribs) |
||
| Line 19: | Line 19: | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
| + | |||
| + | <noinclude> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "description": "CD/DVD cover page standard data elements", | ||
| + | "params": { | ||
| + | "cdTitle": { | ||
| + | "label": "CD/DVD Title", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Title of the CD/DVD.", | ||
| + | "aliases": [ | ||
| + | "1" | ||
| + | ] | ||
| + | }, | ||
| + | "contentType": { | ||
| + | "label": "CD/DVD Content", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Nature of the disc content.", | ||
| + | "aliases": [ | ||
| + | "2" | ||
| + | ] | ||
| + | }, | ||
| + | "publishedBy": { | ||
| + | "label": "Published by", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Who published the CD/DVD?", | ||
| + | "aliases": [ | ||
| + | "3" | ||
| + | ] | ||
| + | }, | ||
| + | "publishedYear": { | ||
| + | "label": "Published Year", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "The year in which the CD/DVD was published.", | ||
| + | "aliases": [ | ||
| + | "4" | ||
| + | ] | ||
| + | }, | ||
| + | "launchPrice": { | ||
| + | "label": "Launch Price (Rs)", | ||
| + | "type": "string", | ||
| + | "required": false, | ||
| + | "description": "The Price at the time of CD/DVD Launch. Does not imply that the product is sold in NPedia.", | ||
| + | "aliases": [ | ||
| + | "5" | ||
| + | ] | ||
| + | }, | ||
| + | "language": { | ||
| + | "label": "Language", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "description": "Language of the CD/DVD content.", | ||
| + | "aliases": [ | ||
| + | "6" | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
| + | </noinclude> | ||
Revision as of 01:39, 1 September 2020
CD/DVD cover page standard data elements
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| CD/DVD Title | cdTitle 1 | Title of the CD/DVD. | String | required |
| CD/DVD Content | contentType 2 | Nature of the disc content. | String | required |
| Published by | publishedBy 3 | Who published the CD/DVD? | String | required |
| Published Year | publishedYear 4 | The year in which the CD/DVD was published. | String | required |
| Launch Price (Rs) | launchPrice 5 | The Price at the time of CD/DVD Launch. Does not imply that the product is sold in NPedia. | String | optional |
| Language | language 6 | Language of the CD/DVD content. | String | required |