「Widget:YouTube」の版間の差分
提供: 敷嶋重工Wiki
動画埋め込みサイズ変更 |
細 最大幅を設定 |
||
33行目: | 33行目: | ||
|height||動画の表示高さ||デフォルトは'''360'''px | |height||動画の表示高さ||デフォルトは'''360'''px | ||
|} | |} | ||
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:640}-->" height="<!--{$height|escape:'html'|default:360}-->" 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="<!--{$width|escape:'html'|default:640}-->" height="<!--{$height|escape:'html'|default:360}-->" 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;aspect-ratio: <!--{$width|escape:'html'|default:640}--> / <!--{$height|escape:'html'|default:360}-->;max-width: 100%;" allowfullscreen></iframe></includeonly> |
2025年4月26日 (土) 04:11時点における版
このウィジェットを使用することでWiki内にYouTube動画を埋め込むことができます。
使い方
単一の動画を埋め込み
文法
{{#Widget:YouTube|id=Xrl_OBcLQmw}}
表示
プレイリストを埋め込み
文法
{{#Widget:YouTube|playlist=PLJz0_fighpuslCSrXwmmGkZj9yczSh9_0}}
表示
パラメーター
以下のパラメータが設定できます。
パラメーター名 | 引数 | 例 |
---|---|---|
id | YouTube動画のID | https://www.youtube.com/watch?v=Xrl_OBcLQmw |
start | 動画の再生開始時間 | https://www.youtube.com/watch?v=Xrl_OBcLQmw&t=356s |
playlist | 再生リストのID | https://www.youtube.com/watch?v=VUkMJFAwhlE&list=PLJz0_fighpuslCSrXwmmGkZj9yczSh9_0 |
width | 動画の表示幅 | デフォルトは640px |
height | 動画の表示高さ | デフォルトは360px |