Vorlage:Video: Unterschied zwischen den Versionen
Aus Planungskompendium Energieverteilung
Keine Bearbeitungszusammenfassung |
(Added new parameter to indicate the closed-caption language to use - info added to the YouTube link in the embedded videos using this template) |
||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<includeonly><div class="col | <includeonly><div class="col-12 col-sm-5 {{#ifeq: {{{float|{{{3|}}}}}}|left|video-float-left|video-float-right clearfix}}">{{#ev:youtube|id={{{id|{{{1|}}}}}}|alignment=center|urlArgs=cc_load_policy=1{{#if: {{{cc_lang|{{{4|}}}}}} | &cc_lang_pref={{{cc_lang|{{{4|}}}}}} | }}&rel=0&modestbranding=1&controls=1{{#if: {{{playlist|{{{2|}}}}}} | &listType=playlist&list={{{playlist|{{{2|}}}}}} |}} }}</div>[[Category:Eig-pages-with-video|{{PAGENAME}}]]<div>{{#addbodyclass:vd0}}</div></includeonly><noinclude> | ||
[[Category:Eig-other-templates|{{PAGENAME}}]] | [[Category:Eig-other-templates|{{PAGENAME}}]] | ||
Zeile 40: | Zeile 38: | ||
"default": "right", | "default": "right", | ||
"suggested": true | "suggested": true | ||
}, | |||
"cc_lang": { | |||
"aliases": [ | |||
"4" | |||
], | |||
"label": "Closed caption language", | |||
"description": "The subtitle language to add in the url link", | |||
"example": "de", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"en" | |||
], | |||
"default": "en" | |||
} | } | ||
}, | }, | ||
"description": "Used to embed a YouTube video inside a page (as a right floating element)" | "description": "Used to embed a YouTube video inside a page (as a right floating element)", | ||
"paramOrder": [ | |||
"id", | |||
"playlist", | |||
"float", | |||
"cc_lang" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Aktuelle Version vom 25. November 2024, 12:54 Uhr
Used to embed a YouTube video inside a page (as a right floating element)
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
ID | id 1 | YouTube video ID
| Mehrzeiliger Text | erforderlich |
Playlist | playlist 2 | Optionally add this parameter (YouTube playlist ID) to view in "playlist" mode, eg next video starts automatically
| Mehrzeiliger Text | vorgeschlagen |
Float | float 3 | Optional parameter for video float position (left/right)
| Mehrzeiliger Text | vorgeschlagen |
Closed caption language | cc_lang 4 | The subtitle language to add in the url link
| Mehrzeiliger Text | optional |