Widget:YouTube: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3: Line 3:
Embed YouTube videos on wiki pages.
Embed YouTube videos on wiki pages.


<syntaxhighlight>{{#widget:YouTube|id=|start=}}</syntaxhighlight>
<syntaxhighlight lang="html+handlebars">{{#widget:YouTube|id=|start=}}</syntaxhighlight>
</noinclude><includeonly><div class="video-responsive"><iframe loading="lazy" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="border: none" allowfullscreen></iframe></div></includeonly>
</noinclude><includeonly><div class="video-responsive"><iframe loading="lazy" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="border: none" allowfullscreen></iframe></div></includeonly>