Widget:Video: Difference between revisions

The Terran Knowledge Bank
Jump to: navigation, search
No edit summary
mNo edit summary
Line 10: Line 10:
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''. {{#if:{{{subs_en|}}}|<track label="English" kind="subtitles" srclang="en" src="<!--{$subs_en|validate:url}-->"/>}}
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''. {{#if:{{{subs_en|}}}|<track label="English" kind="subtitles" srclang="en" src="<!--{$subs_en|validate:url}-->"/>}}
</noinclude><includeonly><video src="<!--{$url|validate:url}-->" poster="<!--{$poster|validate:url}-->" width="<!--{$width|default:640|validate:int|escape:'html'}-->" height="<!--{$height|default:320|validate:int|escape:'html'}-->" controls preload="none"></video>
</noinclude><includeonly><video src="<!--{$url|validate:url}-->" poster="<!--{$poster|validate:url}-->" width="<!--{$width|default:640|validate:int|escape:'html'}-->" height="<!--{$height|default:320|validate:int|escape:'html'}-->" controls preload="none"></video>
{{#widget:Subtitle|url=$subs_en}}

Revision as of 21:48, 16 October 2023

This widget allows you to embed HTML5 Media on your wiki page.

Created by taipan

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Video.