Template:Appeal/Video-Impact/en: Difference between revisions

Content deleted Content added
Pgehres (WMF) (talk | contribs)
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1:
==The Impact of Wikipedia==
 
Wikipedia is the #5 site on the web and serves 450 million different people every month – with billions of page views.
<html>
<div class="thumb tright">
<div class="thumbinner" style="width:402px;">
<a href="/wiki/File:Wikipedia_Puzzle_Globe.jpg" class="image">
<img alt="" src="//upload.wikimedia.org/wikipedia/donate/8/86/Wikipedia_Puzzle_Globe.jpg" width="400" class="thumbimage"></a>
<div class="thumbcaption">This video is not hosted by the Wikimedia Foundation. It is hosted by <a class="external text" href="//youtube.com">youtube.com</a> and is subject to the Youtube <a class="external text" href="//www.youtube.com/t/terms">terms of use</a> and <a class="external text" href="//www.google.com/intl/en/policies/privacy/">privacy policy</a>. Please do not view the video if you do not agree to their policies.</div>
</div>
</div>
</html>
 
{{YouTubeWithCommonsFallback
| placeholder = Wikipedia_Puzzle_Globe.jpg
| youtube = 3Knv6D6Thi0
<!--<gallery>| commons = File:The_Impact_Of_Wikipedia.webm]]</gallery>-->
| width = 400
}}
 
Commerce is fine. Advertising is not evil. But it doesn't belong here. Not in Wikipedia.
 
Line 25 ⟶ 24:
'''Jimmy Wales''' <br/>
Wikipedia Founder
 
<html>
<!--
<style type="text/css">
</style>
-->
</html>
 
<!--<gallery>File:The_Impact_Of_Wikipedia.webm]]</gallery>-->
 
<html>
<script type='text/javascript'>
 
var documentWidth = $(document).width();
var appealWidth = documentWidth - 638; //static width for now
 
var playerW = appealWidth;
var playerH = playerW * 0.5625; //aspect ratio
 
$("#appeal-body").width( appealWidth );
 
$(mw).bind('EmbedPlayerNewPlayer', function( event, embedPlayer ){
$( embedPlayer ).bind( 'playerReady', function(){
embedPlayer.$interface.css({'width': playerW, 'height':playerH})
embedPlayer.updateLayout();
// $("div.mediaContainer").css("display", "");
});
});
</script>
</html>