Template:Video/doc

From The Lost Media Wiki
< Template:Video
Revision as of 18:11, 19 December 2017 by Anton (talk | contribs)
Jump to: navigation, search

Video

Examples

{{Video|perrow=4
  |service1=youtube
  |id1=https://www.youtube.com/watch?v=h9RC3BuswEE
  |description1=A promo featuring Joey from ''Yu-Gi-Oh''.
  |service2=youtube
  |id2=https://www.youtube.com/watch?v=M1P7bY20gms
  |description2=A more general promo featuring characters from ''Jackie Chan Adventures''.
  |service3=youtube
  |id3=https://www.youtube.com/watch?v=hUrAFQ-y-jU
  |description3=The previous promo but slightly extended.
  |service4=youtube
  |id4=https://www.youtube.com/watch?v=Fu0SLgQg8eI
  |description4=A promo featuring Ash Ketchum from ''Pokemon''.
}}
A promo featuring Joey from Yu-Gi-Oh.

A more general promo featuring characters from Jackie Chan Adventures.

The previous promo but slightly extended.

VideoRow

<div class="col-xs-12 {{#switch:{{{perrow|1}}}
  |1=col-lg-6 col-lg-offset-3
  |2=col-lg-6
  |3=col-lg-4
  |4=col-lg-3
  |#default=
}}">
{{#if: {{{service|}}}
  |{{#if: {{{id|}}}
     |
{{#evt:
  |service      ={{{service|}}}
  |id           ={{{id|}}}
  |description  ={{{description|}}}
  |container    =frame
  |alignment    =center
}}
     |
  |
}}
}}
</div>

Usage

One bigger video centered

{{Video|perrow=1
  |service1=
  |id1=
  |description1=
}}

Two bigger videos full row

{{Video|perrow=2

  |service1=
  |id1=
  |description1=

  |service2=
  |id2=
  |description2=
}}

Two smaller videos centered

{{Video|perrow=2

    |service1=
    |id1=
    |description1=

  |service2=
  |id2=
  |description2=

  |service3=
  |id3=
  |description3=

    |service4=
    |id4=
    |description4=
}}

Three smaller videos full row

{{Video|perrow=3

  |service1=
  |id1=
  |description1=

  |service2=
  |id2=
  |description2=

  |service3=
  |id3=
  |description3=
}}

Four smaller videos full row

{{Video|perrow=4

  |service1=
  |id1=
  |description1=

  |service2=
  |id2=
  |description2=

  |service3=
  |id3=
  |description3=

  |service4=
  |id4=
  |description4=
}}