Спорт-вики — википедия научного бодибилдинга
MediaWiki:Common.js — различия между версиями
Ars (обсуждение | вклад) м (Откат правок Ars (обсуждение) к версии Admin) |
Admin (обсуждение | вклад) |
||
Строка 30: | Строка 30: | ||
"sampleText": "ФАЙЛ"} | "sampleText": "ФАЙЛ"} | ||
} | } | ||
+ | |||
+ | /* Перенесено из [[MediaWiki:Common.js]], автор — Valk ster */ | ||
+ | $.getScript('http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-56659c8e13753f2c"'); | ||
+ | $(function(){ | ||
+ | if( (wgUserName && typeof EnablePlusOne == 'undefined') || (wgNamespaceNumber != 0) | ||
+ | || (wgAction != 'view') || (/(oldid|diff)=/.test(window.location)) ) return; | ||
+ | |||
+ | $('#firstHeading').prepend( '<div id="socialButtons" class="noprint"><div align="right" style="float:right; position: relative;' + | ||
+ | 'margin: 10px 0 0 0; z-index: 110; width: 230px"><div id="socialWrapper" align="right" style="width: 230px"' + | ||
+ | 'style="float:right"></g:plusone><div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a>' + | ||
+ | '<a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a>' + | ||
+ | '<a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style"></a>' + | ||
+ | '<div class="g-plusone" data-size="small"></div></div></div></div>' ); | ||
+ | |||
+ | (function() { | ||
+ | var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; | ||
+ | po.src = 'https://apis.google.com/js/plusone.js'; | ||
+ | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); | ||
+ | })(); | ||
+ | }); |
Версия 16:03, 7 декабря 2015
/* Размещённый здесь JavaScript код будет загружаться всем пользователям при обращении к каждой странице */ if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/en/1/13/Button_enter.png", "speedTip": "Ввод", "tagOpen": "<br>", "tagClose": "", "sampleText": ""} } if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/7/79/Button_reflink.png", "speedTip": "Ссылка", "tagOpen": "<ref>", "tagClose": "</ref>", "sampleText": "СЫЛКА"} } if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/1c/Button_advanced_image.png", "speedTip": "Рисунок", "tagOpen": "[[Image:", "tagClose": "|300px|thumb|right|ОПИСАНИЕ]]", "sampleText": "ФАЙЛ"} } /* Перенесено из [[MediaWiki:Common.js]], автор — Valk ster */ $.getScript('http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-56659c8e13753f2c"'); $(function(){ if( (wgUserName && typeof EnablePlusOne == 'undefined') || (wgNamespaceNumber != 0) || (wgAction != 'view') || (/(oldid|diff)=/.test(window.location)) ) return; $('#firstHeading').prepend( '<div id="socialButtons" class="noprint"><div align="right" style="float:right; position: relative;' + 'margin: 10px 0 0 0; z-index: 110; width: 230px"><div id="socialWrapper" align="right" style="width: 230px"' + 'style="float:right"></g:plusone><div class="addthis_toolbox addthis_default_style "><a class="addthis_button_preferred_1"></a>' + '<a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a>' + '<a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style"></a>' + '<div class="g-plusone" data-size="small"></div></div></div></div>' ); (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); });