Template:YouTubeWithCommonsFallback: Difference between revisions
Content deleted Content added
No edit summary |
replace with WMF version |
||
Line 40:
</div><!-- /video-wrapper -->
<div class="video-caption" style="text-align:center;">
<p></html>This video hosted by YouTube.com is subject to its [https://www.youtube.com/t/terms Terms of Use] and [https://www.google.com/intl/en/policies/privacy/ Privacy Policy]. If you prefer, <span id="showcommonsvideo">[{{fullurl:commons:{{{commons|File:The_Impact_Of_Wikipedia.webm}}}}} view on Wikimedia Commons].</span><html></p>▼
▲ <p></html>This video hosted by YouTube.com is subject to its [https://www.youtube.com/t/terms Terms of Use] and [https://www.google.com/intl/en/policies/privacy/ Privacy Policy]. If you prefer, <span id="showcommonsvideo">[{{fullurl:commons:{{{commons|File:The_Impact_Of_Wikipedia.webm}}}}} view on Wikimedia Commons].<html></p>
</div>
</div><!-- /video-outer-wrapper -->
<script>
var videoTemplate = {};
$('.video-youtube').remove();▼
$('.video-placeholder').css('display', 'none');▼
$('.video-commons').css('display', 'block');▼
};▼
videoTemplate.main = function() {
$(".video-placeholder").click(function () {
$(this).replaceWith(
Line 64 ⟶ 69:
$("#showcommonsvideo a").click(function(event){
event.preventDefault();
videoTemplate.showCommonsVideo();
});
if( mw.util.getParamValue( "commons" ) == "true" ){
videoTemplate.showCommonsVideo();
}
};
videoTemplate.runWhenReady = function() {
▲function showCommonsVideo() {
if ( window.$ ) { // is jquery loaded yet?
▲ $('.video-youtube').remove();
videoTemplate.main();
▲ $('.video-placeholder').css('display', 'none');
} else {
▲ $('.video-commons').css('display', 'block');
window.setTimeout( videoTemplate.runWhenReady, 200 );
▲}
}
};
videoTemplate.runWhenReady();
</script>
</html><noinclude><pre>{{YouTubeWithCommonsFallback
Line 82 ⟶ 91:
| youtube = 3Knv6D6Thi0
| commons = File:The_Impact_Of_Wikipedia.webm
| width = 640
}}</pre></noinclude>
|