Widget:YouTube: Difference between revisions

From SMO.wiki
m Use {{PAGENAME}}
Formatting fix attempt
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
* <code>start = S</code> (replace <code>S</code> with the start time in seconds)
* <code>start = S</code> (replace <code>S</code> with the start time in seconds)
* <code>playlist = example</code> (replace <code>example</code> with the playlist ID found in the URL)
* <code>playlist = example</code> (replace <code>example</code> with the playlist ID found in the URL)
</noinclude><includeonly><iframe width="<!--{if isset($float)}--><!--{$width|escape:'html'|default:'400'}--><!--{else}--><!--{$width|escape:'html'|default:'600'}--><!--{/if}-->" style="aspect-ratio: <!--{$aspect|escape:'html'|default:16/9}-->;<!--{if isset($float)}--> float: right; margin-bottom: 0.5em; margin-left: 1em;<!--{/if}-->" 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></includeonly>
</noinclude><includeonly><iframe width="<!--{if isset($float)}--><!--{$width|escape:'html'|default:'400'}--><!--{else}--><!--{$width|escape:'html'|default:'600'}--><!--{/if}-->" style="max-width: 100%; aspect-ratio: <!--{$aspect|escape:'html'|default:16/9}-->;<!--{if isset($float)}--> float: right; clear: right; margin-bottom: 0.5em; margin-left: 1em;<!--{/if}-->" 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></includeonly>

Latest revision as of 04:50, 30 January 2023

This widget allows you to add a YouTube video player to your wiki page.

Original version created by Yaron Koren and extended by Karsten Hoffmeyer.

Using this widget

To insert this widget, use the following syntax: {{#widget:YouTube|id = example}}

Replace example with the ID of the video found in the URL. You can also add the following optional parameters (separated using | symbols within the brackets):

  • width = W (replace W with the desired width in pixels)
  • aspect = W/H (replace W/H with a fractional aspect ratio)
  • float (places the video along the right side of the page, also changes the default width)
  • start = S (replace S with the start time in seconds)
  • playlist = example (replace example with the playlist ID found in the URL)