Template:Infobox DVD: Difference between revisions

From Semantic Stargate Wiki
(Created page with "<includeonly>{{#set: Namespace free article name = {{PAGENAME}} }}{{DEFAULTSORT:{{#if: {{{sort|}}} | {{{sort}}} | {{PAGENAME}} }} }}<!-- -->{{#if: {{{nocat|}}}<!-- -->|<!-...")
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 8: Line 8:
  | child          = {{{child|}}}
  | child          = {{{child|}}}
  | above          = {{#if:{{{rtitle|}}}|[[Name::{{{rtitle}}}]]|[[name::''{{#if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}'']]}}
  | above          = {{#if:{{{rtitle|}}}|[[Name::{{{rtitle}}}]]|[[name::''{{#if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}'']]}}
| headerstyle    = background-color: #E1E1E1;
| labelstyle    = vertical-align: top; text-align: left;


  | italic title  = {{{italic title|<noinclude>no</noinclude>}}}
  | italic title  = {{{italic title|<noinclude>no</noinclude>}}}


  | image          = {{#invoke:InfoboxImage|InfoboxImage|image={{#if: {{{image|}}} | {{{image}}} }} }} | size = {{{image size|230}}} | sizedefault = frameless | alt = {{{alt|}}} }}
  | image          = {{#if: {{{image|}}} | {{#invoke:InfoboxImage|InfoboxImage|image={{{image}}}|size={{#if: {{{image size|}}} | {{{image size}}} | 230 }} |sizedefault=frameless|alt={{{alt|}}}}} }}
  | caption        = {{{caption|}}}
  | caption        = {{{caption|}}}
}}</includeonly><noinclude>{{Documentation}}</noinclude>
 
| label1        = Related series
| data1          = {{{series|}}}
 
| label2        = Related film{{#if: {{#pos:{{{film|}}}|br/>}} | s }}
| data2          = {{{film|}}}
 
| label3        = Editor{{#if: {{#pos:{{{editor|}}}|br/>}} | s }}
| data3          = {{{editor|}}}
 
| label4        = Distributor{{#if: {{#pos:{{{distributor|}}}|br/>}} | s }}
| data4          = {{{distributor|}}}
 
| header10      = {{#if: {{{video format|}}}{{{audio format|}}}{{{region|}}}{{{standard|}}}{{{DVD format|}}}{{{number of DVDs|}}}{{{box|}}}{{{total length|}}} | Technical data }}
 
| label11        = Video format
| data11        = {{{video format|}}}
 
| label12        = Audio format
| data12        = {{{audio format|}}}
 
| label13        = Region
| data13        = {{{region|}}}
 
| label14        = Video standard
| data14        = {{{standard|}}}
 
| label15        = DVD format
| data15        = {{{DVD format|}}}
 
| label16        = Number of DVDs
| data16        = {{{number of DVDs|}}}
 
| label17        = Box type
| data17        = {{{box|}}}
 
| label18        = Total length
| data18        = {{{total length|}}}
 
| header20      = {{#if: {{{rating|}}}{{{release country|}}}{{{release date|}}}{{{EAN|}}}{{{UPC|}}} | Distribution }}
 
| label21        = Rating
| data21        = {{{rating|}}}
 
| label22        = Release countr{{#if: {{#pos:{{{release country|}}}|br/>}} | ies | y }}
| data22        = {{{release country|}}}
 
| label23        = Release date{{#if: {{#pos:{{{release date|}}}|br/>}} | s }}
| data23        = {{{release date|}}}
 
| label24        = EAN
| data24        = {{{EAN|}}}
 
| label25        = UPC
| data25        = {{{UPC|}}}
 
| header30      = {{#if: {{{prev|}}}{{{next|}}} | [[List of DVDs|DVD chronology]] }}
 
| data31        = {{#if: {{{prev|}}}{{{next|}}} | {{Infobox/succession
| {{#if: {{{prev|}}} | {{{prev|}}} }}
|
| {{#if: {{{next|}}} | {{{next|}}} }}
}}
}}
 
}}<!--
 
Retrieving the "infobox image" from the template
 
-->{{#if: {{{image|}}} | {{#set: Infobox image = {{{image}}} }} }}</includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 02:51, 16 October 2020

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

Syntax

{{Infobox DVD
 | sort            = 
 | nocat           = 
 | child           = 
 | rtitle          = 
 | title           = 
 | italic title    = 
 | image           = 
 | image size      = 
 | alt             = 
 | caption         = 
<!-- STARGATE-RELATED INFORMATION -->
 | series          = <!-- Use the {{Related series group|}} template -->
 | film            = <!-- Use the {{Related films|}} template -->
 | editor          = <!-- Each input separated by a <br/> -->
 | distributor     = <!-- Each input separated by a <br/> -->
<!-- TECHNICAL DATA -->
 | video format    = 
 | audio format    = 
 | region          = 
 | standard        = 
 | DVD format      = 
 | number of DVDs  = 
 | box             = 
 | total length    = 
<!-- DISTRIBUTION -->
 | rating          = 
 | release country = 
 | release date    = 
 | EAN             = 
 | UPC             = 
<!-- CHRONOLOGY -->
 | prev            = 
 | next            = 
}}