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

Content deleted Content added
Pgehres (WMF) (talk | contribs)
No edit summary
 
(18 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
{| class="floatright wikitable" style="text-align: center;"
| [[File:placeholder = Wikipedia_Puzzle_Globe.jpg|400px|middle]]
| youtube = 3Knv6D6Thi0
|-
<!--<gallery>| commons = File:The_Impact_Of_Wikipedia.webm]]</gallery>-->
| This video is not hosted by the Wikimedia Foundation. It is hosted by [youtube.com youtube.com] and is subject to the Youtube [//www.youtube.com/t/terms terms of use] and [//www.google.com/intl/en/policies/privacy/ privacy policy]. Please do not view the video if you do not agree to their policies.
| width = 400
|}}
 
Commerce is fine. Advertising is not evil. But it doesn't belong here. Not in Wikipedia.
 
Line 22 ⟶ 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>