Difference between revisions of "Template:CD-DVD-Cover-Page"
Jump to navigation
Jump to search
Sri.senthil (talk | contribs) (Changed fields from required to suggested) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<includeonly> | <includeonly> | ||
− | + | {|class="wikitable" style="width: 37%; clear:right; float:right; background:#ffffff; margin: 0 0 0.5em 1em; font-size:110%" | |
− | {|class="wikitable" style="width: | + | |- |
+ | !style="background:#653438;color:#ffffff;text-align:center;" colspan="2"| '''[[Digital Media]]''' | ||
|- | |- | ||
− | | style="text-align:center;background:#653438;width: | + | | style="text-align:center;background:#653438;color:#ffffff;width:20%"|'''Topic'''||style="text-align:center;background:#653438;color:#ffffff;| '''Details''' |
|- | |- | ||
| style="text-align:center;" |CD/DVD Title||{{{cdTitle}}} | | style="text-align:center;" |CD/DVD Title||{{{cdTitle}}} | ||
|- | |- | ||
| style="text-align:center;" |CD/DVD Content||{{{contentType}}} | | style="text-align:center;" |CD/DVD Content||{{{contentType}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |Duration||{{#if:{{{duration|}}} | {{{duration}}} }} | ||
|- | |- | ||
| style="text-align:center;" |Published by||{{{publishedBy}}} | | style="text-align:center;" |Published by||{{{publishedBy}}} | ||
|- | |- | ||
− | | style="text-align:center;" |Published Year||{{{publishedYear}}} | + | | style="text-align:center;" |Published Year||{{#if:{{{publishedYear|}}} | {{{publishedYear}}} }} |
|- | |- | ||
− | | style="text-align:center;" |Launch Price | + | | style="text-align:center;" |Launch Price||{{#if:{{{launchPrice|}}} | {{{launchPrice}}} }} |
|- | |- | ||
| style="text-align:center;" |Language||{{{language}}} | | style="text-align:center;" |Language||{{{language}}} | ||
+ | |- | ||
+ | | style="text-align:center;" |Location||{{#if:{{{location|}}} | {{{location}}} }} | ||
|- | |- | ||
|} | |} | ||
Line 42: | Line 46: | ||
"aliases": [ | "aliases": [ | ||
"2" | "2" | ||
+ | ] | ||
+ | }, | ||
+ | "duration": { | ||
+ | "label": "Duration", | ||
+ | "type": "string", | ||
+ | "suggested": false, | ||
+ | "description": "Duration", | ||
+ | "aliases": [ | ||
+ | "3" | ||
] | ] | ||
}, | }, | ||
Line 50: | Line 63: | ||
"description": "Who published the CD/DVD?", | "description": "Who published the CD/DVD?", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "4" |
] | ] | ||
}, | }, | ||
Line 56: | Line 69: | ||
"label": "Published Year", | "label": "Published Year", | ||
"type": "string", | "type": "string", | ||
− | " | + | "suggested": false, |
"description": "The year in which the CD/DVD was published.", | "description": "The year in which the CD/DVD was published.", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "5" |
] | ] | ||
}, | }, | ||
"launchPrice": { | "launchPrice": { | ||
− | "label": "Launch Price | + | "label": "Launch Price", |
"type": "string", | "type": "string", | ||
− | " | + | "suggested": false, |
"description": "The Price at the time of CD/DVD Launch. Does not imply that the product is sold in NPedia.", | "description": "The Price at the time of CD/DVD Launch. Does not imply that the product is sold in NPedia.", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "6" |
] | ] | ||
}, | }, | ||
Line 77: | Line 90: | ||
"description": "Language of the CD/DVD content.", | "description": "Language of the CD/DVD content.", | ||
"aliases": [ | "aliases": [ | ||
− | " | + | "7" |
+ | ] | ||
+ | }, | ||
+ | "location": { | ||
+ | "label": "Location", | ||
+ | "type": "string", | ||
+ | "suggested": false, | ||
+ | "description": "Location of the CD/DVD", | ||
+ | "aliases": [ | ||
+ | "8" | ||
] | ] | ||
} | } |
Latest revision as of 00:04, 9 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 | optional |
Duration | duration 3 | Duration | String | optional |
Published by | publishedBy 4 | Who published the CD/DVD? | String | optional |
Published Year | publishedYear 5 | The year in which the CD/DVD was published. | String | optional |
Launch Price | launchPrice 6 | The Price at the time of CD/DVD Launch. Does not imply that the product is sold in NPedia. | String | optional |
Language | language 7 | Language of the CD/DVD content. | String | optional |
Location | location 8 | Location of the CD/DVD | String | optional |