Widget:Video: Difference between revisions

From Madness Combat Wiki
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<noinclude>__NOTOC__
This widget lets you embed '''[https://github.com/etianen/html5media HTML5 Video Media]''' on your wiki page.
It was created by [https://www.mediawikiwidgets.org/User:Taipan taipan].
== Using this widget ==
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Video widget description page on MediaWikiWidgets.org].


== Copy to your site ==
== Copy to your site ==
To use this widget on your site, install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} complete source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
To use this widget on your site, install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} complete source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
</noinclude><includeonly><script src="//api.html5media.info/1.2.2/html5media.min.js"></script><video controlsList="nodownload" src="<!--{$url|validate:url|escape:html|regex_replace:"#^(?!(https?:)?//).*#i":''}-->" width="<!--{$width|default:350|validate:int|escape:'html'}-->" height="<!--{$height|default:200|validate:int|escape:'html'}-->" controls preload></video></includeonly>
</noinclude><includeonly><script src="//api.html5media.info/1.2.2/html5media.min.js"></script><video controlsList="nodownload" src="<!--{$url|validate:url|escape:html|regex_replace:"#^(?!(https?:)?//).*#i":''}-->" width="<!--{$width|default:350|validate:int|escape:'html'}-->" height="<!--{$height|default:200|validate:int|escape:'html'}-->" controls preload></video></includeonly>

Revision as of 23:39, 30 December 2024

Copy to your site

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