MediaWiki:AboutArticle.js

Вы находитесь на сайте "Архив статей из ЭЕЭ и статей на еврейские темы из Википедии"

Перейти к: навигация, поиск

Замечание: Чтобы после сохранения увидеть сделанные изменения, очистите кеш своего браузера: Mozilla / Firefox: Ctrl+Shift+R, IE: Ctrl+F5, Safari: Cmd+Shift+R, Konqueror: F5, Opera: через меню Tools→Preferences.

//  ____________________________________________________________________________________________
// |                                                                                            |
// |                    Основано на версии 264413579 гаджета refToolbar.js                      |
// | (http://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-refToolbar.js&oldid=264413579) |
// |____________________________________________________________________________________________|
//
// Imported from revision 264412998 as of 2009-01-16T05:53:39 from [[User:Mr.Z-man/refToolbar.js]]
// For a description, see [[User:Mr.Z-man/refToolbar]]
 
var numforms = 0;
 
function Articlebutton() {
  if (mwCustomEditButtons && document.getElementById('toolbar') ) {
    button = document.createElement('a');
    button.href = "javascript:easyArticleMain()";
    button.title = "Добавить шаблон О_статье";
    buttonimage = document.createElement('img');
    buttonimage.src = "http://upload.wikimedia.org/wikipedia/commons/9/9f/Button_defaultsort.png";
    buttonimage.alt = "Вставить описание статьи";
    button.appendChild(buttonimage);
    var toolbar = document.getElementById('toolbar');
    if (navigator.userAgent.indexOf('MSIE') == -1) {
      if (toolbar.style != null) {
        toolbar.style.height = 'auto';
      }
      else {
      	toolbar.setAttribute('style', 'margin-bottom: 6px; height: auto;');
      }
      toolbar.appendChild(button);
      articlemain = document.createElement('div');
      articlemain.style.display = 'none';
      articlemain.style.margin = '0.2em 0 -0.2em 0';
      articlemain.setAttribute('Id', 'articleselect');
      articlemain.appendChild( addOption("aboutArticle()", "О статье") );
      articlemain.appendChild( addOption("hideInit()", "Отмена") );
      toolbar.appendChild(articlemain);
    }
    else {
      toolbar.appendChild(button);
      selection = '<div id="articleselect" style="display:none"><input type="button" value="О статье" onclick="aboutArticle()" />'+
      '<input type="button" value="Отмена" onclick="hideInit()" /></div>';
      document.getElementById('editform').innerHTML = selection + document.getElementById('editform').innerHTML;
    }
  }
}
 
function addOption(script, text) {
  option = document.createElement('input');
  option.setAttribute('type', 'button');
  option.setAttribute('onclick', script);
  option.setAttribute("value", text);
  return option;
}
 
function hideInit() {
  document.getElementById('articleselect').style.display = 'none';
  oldFormHide1();
}
 
function oldFormHide1() {
  if (numforms != 0) {
    document.getElementById('articlediv'+numforms).style.display = 'none';
  }
}
 
function easyArticleMain() {
  document.getElementById('articleselect').style.display = '';
}
 
function getTime() {
  var time = new Date();
  var nowdate = time.getUTCDate();
  if (nowdate<10) { nowdate = "0"+ nowdate.toString(); }
  var nowmonth = time.getUTCMonth()+1;
  if (nowmonth<10) { nowmonth = "0"+ nowmonth.toString(); }
  var nowyear = time.getUTCFullYear();
  newtime =  nowdate + '/' + nowmonth + '/' + nowyear;
  return (newtime);
}
 
function aboutArticle() {
  oldFormHide1();
  var legend;
  template = "Остатье";
 
  legend = "Описание статьи";
  newtime = getTime();
  numforms++;
 
  form = '<div id="articlediv'+numforms+'">'+
    '<fieldset><legend>'+legend+'</legend>'+
    '<table cellspacing="6">'+
    '<input type="hidden" value="'+template+'" id="template">'+
    '<tr><td width="150"><label for="НАЗВАНИЕ">&nbsp;название: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="НАЗВАНИЕ"></td>'+
    '<td width="150"><label for="ТИП СТАТЬИ">&nbsp;&nbsp;&nbsp;тип статьи: </label></td>'+
      '<td width="80"><SELECT NAME="ТИП СТАТЬИ" SIZE=0 id="typebox">'+
            '<OPTION VALUE="0"></option>'+
            '<OPTION VALUE="1">Регулярная статья</option>'+
            '<OPTION VALUE="2">Регулярная исправленная статья</option>'+
            '<OPTION VALUE="3">Статья-справка</option>'+
            '<OPTION VALUE="4">Первоначальный набросок</option>'+
            '<OPTION VALUE="5">Текст унаследован из Википедии</option>'+
            '<OPTION VALUE="6">Требует дополнения</option>'+
            '<OPTION VALUE="7">Служебная статья</option></SELECT></td></tr>'+
 
    '<tr><td width="150"><label for="ПОДЗАГОЛОВОК">&nbsp;подзаголовок: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="ПОДЗАГОЛОВОК"></td>'+
    '<td width="150"><label for="УРОВЕНЬ">&nbsp;&nbsp;&nbsp;энциклопедический &nbsp;&nbsp;&nbsp;уровень: </label></td>'+
      '<td width="80"><SELECT NAME="УРОВЕНЬ" SIZE=0 id="level">'+
            '<OPTION VALUE="0"></option>'+
            '<OPTION VALUE="1">I</option>'+
            '<OPTION VALUE="2">II</option>'+
            '<OPTION VALUE="3">III</option>'+
            '<OPTION VALUE="4">IV</option></SELECT></td></tr>'+
 
    '<tr><td width="150"><label for="СТАТЬЯ ОБ АВТОРЕ">&nbsp;статья об авторе: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="СТАТЬЯ ОБ АВТОРЕ"></td>'+
    '<td width="150"><label for="КАЧЕСТВО">&nbsp;&nbsp;&nbsp;качество: </label></td>'+
      '<td width="80"><SELECT NAME="КАЧЕСТВО" SIZE=0 id="quality">'+
            '<OPTION VALUE="0"></option>'+
            '<OPTION VALUE="1">25%</option>'+
            '<OPTION VALUE="2">50%</option>'+
            '<OPTION VALUE="3">75%</option>'+
            '<OPTION VALUE="4">100%</option></SELECT></td></tr>'+
 
    '<tr><td width="150"><label for="АВТОРЫ">&nbsp;авторы: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="АВТОРЫ"></td>'+
    '<td width="150"><label for="ТЕМА">&nbsp;&nbsp;&nbsp;тема: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="ТЕМА"></td></tr>'+
 
    '<tr><td width="150"><label for="СТРАНИЦА УЧАСТНИКА">&nbsp;страница &nbspучастника: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="СТРАНИЦА УЧАСТНИКА"></td>'+
    '<td width="150"><label for="ИЗ ЦИКЛА">&nbsp;&nbsp;&nbsp;из цикла: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="ИЗ ЦИКЛА"></td></tr>'+
 
    '<tr><td width="200"><label for="СУПЕРВАЙЗЕР">&nbsp;академический &nbsp;супервайзер: </label></td>'+
      '<td width="100"><SELECT NAME="СУПЕРВАЙЗЕР" SIZE=0 id="supervisor">'+
            '<OPTION VALUE="0"></option>'+
            '<OPTION VALUE="1">Пинхас Полонский</option></SELECT></td>'+
    '<td width="150"><label for="ПУБЛИКАЦИИ">&nbsp;&nbsp;&nbsp;в Публикациях: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="ПУБЛИКАЦИИ"></td></tr>'+
 
    '<tr><td width="150"><label for="ДАТА СОЗДАНИЯ">&nbsp;дата создания: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="ДАТА СОЗДАНИЯ" value="'+ newtime +'"></td>'+
    '<td width="150"><label for="ВИКИПЕДИЯ">&nbsp;&nbsp;&nbsp;в Википедии: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="ВИКИПЕДИЯ"></td></tr>'+
 
    '<tr><td width="150"><label for="ИСТОЧНИК">&nbsp;источник: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="ИСТОЧНИК"></td>'+
    '<td width="150"><label for="НЕОДНОЗНАЧНОСТЬ">&nbsp;&nbsp;&nbsp;страница &nbsp;&nbsp;&nbsp;неоднозначности: </label></td>'+
      '<td width="300"><input type="text" tabindex=1 style="width:100%" id="НЕОДНОЗНАЧНОСТЬ"></td></tr>'+
    '</table>'+
    '<input type="button" value="Добавить" onClick="addtemplate()">'+
 '</fieldset></div>';
   document.getElementById('articleselect').innerHTML += form;
}
 
function addtemplate() {
  cites = document.getElementById('articlediv'+numforms).getElementsByTagName('input');
  var citebegin = '';
  var citeinner = '';
 
if (document.getElementById ('typebox').selectedIndex !="0") {
      citeinner += "\n|" + document.getElementById ('typebox').name + "=" + document.getElementById ('typebox').selectedIndex;
  }
if (document.getElementById ('supervisor').selectedIndex !="0") {
      citeinner += "\n|" + document.getElementById ('supervisor').name + "=" + document.getElementById ('supervisor').selectedIndex;
  }
if (document.getElementById ('quality').selectedIndex !="0") {
      citeinner += "\n|" + document.getElementById ('quality').name + "=" + document.getElementById ('quality').selectedIndex;
  }
if (document.getElementById ('level').selectedIndex !="0") {
      citeinner += "\n|" + document.getElementById ('level').name + "=" + document.getElementById ('level').selectedIndex;
  }
 
  for (var i=0; i<cites.length-1; i++) {
    if (cites[i].value != '' && cites[i].id != "template") {
      citeinner += "\n|" + cites[i].id + "=" + cites[i].value;
    }
    else if (cites[i].value != '' && cites[i].id == "template") {
      citebegin = '{{' + cites[i].value;
    }
  }
 
  cite = citebegin + citeinner + "\n}}";
  insertTags(cite, '', '');
  document.getElementById('articlediv'+numforms).style.display = 'none';
}
 
//hookEvent("load", Articlebutton);
addOnloadHook(Articlebutton)
Личные инструменты
 

Шаблон:Ежевика:Рубрики

Навигация