Widget:YouTube: Difference between revisions

From The Portal Wiki
No edit summary
Line 4: Line 4:


<syntaxhighlight>{{#widget:YouTube|id=|start=}}</syntaxhighlight>
<syntaxhighlight>{{#widget:YouTube|id=|start=}}</syntaxhighlight>
</noinclude><includeonly><div class="video-shell"><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></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>

Revision as of 21:30, 16 September 2020

Usage

Embed YouTube videos on wiki pages.

{{#widget:YouTube|id=|start=}}