MediaWiki:Common.js
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/softcraf/life-content.ru/docs/w/includes/MagicWord.php on line 872
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/softcraf/life-content.ru/docs/w/includes/MagicWord.php on line 872
Материал из Life-content
WaRoX (обсуждение | вклад) (Новая страница: «/* Размещённый здесь JavaScript код будет загружаться всем пользователям при обращении к каждо…») |
Текущая версия на 15:49, 25 апреля 2010
/* Размещённый здесь JavaScript код будет загружаться всем пользователям при обращении к каждой странице */
function addWikifButton(){
var toolbar = document.getElementById('toolbar')
var textbox = document.getElementById('wpTextbox1')
if (!textbox || !toolbar) return
var i = document.createElement('img')
i.src = 'http://upload.wikimedia.org/wikisource/ru/d/d1/Button-wikifikator.png'
i.alt = i.title = 'Викификатор'
i.onclick = Wikify
i.style.cursor = 'pointer'
toolbar.appendChild(i)
}
if (wgAction == 'edit' || wgAction == 'submit'){
document.write('<script type="text/javascript" src="http://ru.wikipedia.org/w/index.php?title=MediaWiki:Wikificator.js&action=raw&ctype=text/javascript"><\/script>')
addOnloadHook(addWikifButton)
}