Template:MediaFormatInline: Difference between revisions
(Created page with "{{#if: {{{dvd|}}}|<span class="media-target dvd-content">{{{dvd}}}</span>|}}{{#if: {{{bd|}}}|<span class="media-target bd-content">{{{bd}}}</span>|}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#if: {{{dvd|}}}|<span class="media-target dvd-content">{{{dvd}}}</span>|}}{{#if: {{{bd|}}}|<span class="media-target bd-content">{{{bd}}}</span>|}} | {{#if: {{{dvd|}}}|<span class="media-target dvd-content">{{{dvd}}}</span>|}}{{#if: {{{bd|}}}|<span class="media-target bd-content">{{{bd}}}</span>|}} | ||
<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 in-line content with the necessary markup to work with the content toggle buttons. Use this template in infoboxes and in the middle of sentences.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 17:32, 22 April 2021
This template automatically surrounds in-line content with the necessary markup to work with the content toggle buttons. Use this template in infoboxes and in the middle of sentences.
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 |