Differenze tra le versioni di "Widget:YouTube"

Da wiki.maggioli.it.
Jump to navigation Jump to search
imported>Demos
imported>Demos
 
(11 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
<noinclude>
<iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{/if}-->" frameborder="0" allowfullscreen></iframe>
This widget allows you to add a [https://developers.google.com/youtube/player_parameters YouTube video player] to your wiki page.
 
== Using this widget ==
For information on how to use this widget, see the [http://www.mediawikiwidgets.org/YouTube widget description page on MediaWikiWidgets.org].
 
== Copy to your site ==
To use this widget on your site, just install the [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and the copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki, as an article called '''{{FULLPAGENAME}}'''.
 
==Codice Originale==
<iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{/if}-->" frameborder="0" allowfullscreen></iframe></includeonly>
 
==Ciao==
</noinclude><includeonly><iframe width="800" height="450" src="https://www.youtube.com/embed/" frameborder="0" allowfullscreen></iframe></includeonly>

Versione attuale delle 17:17, 3 gen 2018

<iframe width="" height="" src="https://www.youtube.com/embed/?listType=playlist&list=" frameborder="0" allowfullscreen></iframe>