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

Content deleted Content added
Pgehres (WMF) (talk | contribs)
No edit summary
 
(31 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.
 
{{YouTubeWithCommonsFallback
[[File:Wikipedia_Puzzle_Globe.jpg|250px|right|frame|This video is not hosted by the Wikimedia Foundation. It is hosted by youtube.com and is subject to the Youtube terms of use and privacy policy. Please do not view the video if you do not agree to their policies.]]
| 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 17 ⟶ 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>