Template:MediaFormatBlock: Difference between revisions
(Created page with "{{#if: {{{dvd|}}}|<div class="media-target dvd-content"> {{{dvd}}} </div>|}} {{#if: {{{bd|}}}|<div class="media-target bd-content"> {{{bd}}} </div>|}}") |
No edit summary |
||
Line 5: | Line 5: | ||
{{{bd}}} | {{{bd}}} | ||
</div>|}} | </div>|}} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"dvd": { | |||
"label": "DVD Edition", | |||
"description": "Content specific to the work's DVD.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"bd": { | |||
"label": "BD Edition", | |||
"description": "Content specific to the work's Blu-Ray.", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "This template automatically surrounds blocks of content with the necessary markup to work with the content toggle buttons. Use this template for long blocks of content on pages for multiple editions. ", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 17:35, 22 April 2021
This template automatically surrounds blocks of content with the necessary markup to work with the content toggle buttons. Use this template for long blocks of content on pages for multiple editions.
Parameter | Description | Type | Status | |
---|---|---|---|---|
DVD Edition | dvd | Content specific to the work's DVD. | Content | suggested |
BD Edition | bd | Content specific to the work's Blu-Ray. | Content | suggested |