מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 164: | שורה 164: | ||
$('#question').css('width', 'inherit'); | $('#question').css('width', 'inherit'); | ||
function | function insertTags(x,y, path){ | ||
$('#makor').val(path); | |||
} | |||
} | } | ||
}); | }); | ||
גרסה מ־09:36, 11 במאי 2017
|
|
/* כל סקריפט JavaScript שנכתב כאן ירוץ עבור כל המשתמשים בכל טעינת עמוד */
(function closeYeshivaSidebar(){
var ns = mw.config.get('wgNamespaceNumber');
if(ns==106 || ns==107 || ns==108 || ns==109){
var tit = $('#p-yeshiva\\.org\\.il-label');
tit.click(function(){$(this).siblings('div').toggle();});
tit.css("cursor","pointer");
tit.siblings('div').hide();
}
})();
/*במקור מויקיפדיה*/
var s = document.createElement('script');
var url = wgScript + '?action=raw&ctype=text/javascript&title=' + "MediaWiki:Edittoolbar.js";
s.setAttribute('src',url);
s.setAttribute('type','text/javascript');
document.getElementsByTagName('head')[0].appendChild(s);
//importScript("MediaWiki:Edittoolbar.js");
var m = document.createElement('script');
var murl = wgScript + '?action=raw&ctype=text/javascript&title=' + "MediaWiki:Makor.js";
m.setAttribute('src',murl);
m.setAttribute('type','text/javascript');
document.getElementsByTagName('head')[0].appendChild(m);
function writeUs() {
window.open('http://www.yeshiva.org.il/problems/send.asp?refer='+document.URL.replace('&','\*').replace('\'','').replace('\"',''),'','scrollbars=1,resizable=1,width=345,height=410');
}
// WikiEditor adaption
var customizeToolbar = function() {
$(document).ready( function() {
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'section': 'main',
'groups': {
'yeshiva': {
'label': 'ישיבה' // or use labelMsg for a localized label, see above
}
}
} );
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'section': 'main',
'group': 'yeshiva',
'tools': {
'source': {
label: 'מקור!', // or use labelMsg for a localized label, see above
type: 'button',
icon: "/wiki/images/ToolbarIcons/Button_makor.png",
action: {
type: 'callback',
execute: function(context){
popupMakor();
}
}
},
'source-title': {
label: 'מראה מקומות', // or use labelMsg for a localized label, see above
type: 'button',
icon: "/wiki/images/ToolbarIcons/chapter.png",
action: {
type: 'encapsulate',
options: {
pre: '==',
peri: 'מראה מקומות',
post: '=='
}
}
},
'have-question':wgNamespaceNumber===106?{
label: 'ערך המכיל שאלה', // or use labelMsg for a localized label, see above
type: 'button',
icon: "/wiki/images/ToolbarIcons/talk-icon.png",
action: {
type: 'encapsulate',
options: {
pre: '{{',
peri: 'תבנית:ערך_המכיל_שאלות',
post: '}}'
}
}
}:{}
}
} );
});};
/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar … */
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 ) {
mw.loader.using( 'user.options', function () {
// This can be the string "0" if the user disabled the preference ([[phab:T54542#555387]])
if ( mw.user.options.get( 'usebetatoolbar' ) == 1 ) {
$.when(
mw.loader.using( 'ext.wikiEditor.toolbar' ), $.ready
).then( customizeToolbar );
}
} );
}
/* EDIT TEST */
// Add the customizations to LiquidThreads' edit toolbar, if available
mw.hook( 'ext.lqt.textareaCreated' ).add( customizeToolbar );
mw.user.options.get( 'usebetatoolbar' );
function CustomButtons(cbPath,cbTip,cbTago,cbTagc,cbStext)
{
var button = {
"imageFile": cbPath,
"speedTip": cbTip,
"tagOpen": cbTago,
"tagClose": cbTagc,
"sampleText": cbStext
};
if ( mw.toolbar ) {
mw.toolbar.addButton(button);
//mwCustomEditButtons.push();
}
}
CustomButtons("images/c/c8/Button_redirect.png","דף הפניה","#הפניה [[","]]","הערך המופנה");
CustomButtons("images/d/db/Button_strikeout.png","מחיקת טקסט","<s>","</s>","טקסט מחוק");
CustomButtons("images/c/c4/Button_ref.png","הערת שוליים","<ref>","</ref>","הערת שוליים");
$(document).ready(function() {
if ($('#askParsheni').length > 0) {
$('#askParsheni').append("<form method='POST'>");
var formelement = $('#askParsheni form');
formelement.append("<h3>שאל שאלה בפרשני<h3/>");
formelement.append("<div>שם:<div/>");
formelement.append("<input type='text' name='name' maxlength='30' id='name' require/>");
formelement.append("<div>אימייל:<div/>");
formelement.append("<input type='text' id='email' maxlength='30' name='email'/>");
formelement.append("<div>מקור:<div/>");
formelement.append("<input type='text' id='makor' maxlength='150' name='makor' onfocus='blur();popupMakor();'/>");
formelement.append("<div>שאלה:<div/>");
formelement.append("<textarea id='question' name='question' cols='40' rows='5' maxlength='1028' style='display: inline;width: inherit;'></textarea>");
formelement.append("<br><input type='submit' id='askSubmit' value='שלח' />");
formelement.submit(function( event ) {
event.preventDefault();
if(isValid()) {
// Let's select and cache all the fields
var inputs = formelement.find("input, select, button, textarea");
// Serialize the data in the form
var serializedData = inputs.serialize();
$.post( "/wiki/extensions/makor/ask.php", serializedData, function( data ) {
alert( "השאלה נשלחה בהצלחה");
});
} else {
alert("אנא בדוק שנית שכל הפרטים שהזנת תקינים.")
}
return false; // prevent default action
});
function isValid() {
var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
return regex.test($('#email').val()) && $('#email').val() != "" && $('#name').val() != "" && $('#question').val() != "";
}
$('#question').css('display','inline');
$('#question').css('width', 'inherit');
function insertTags(x,y, path){
$('#makor').val(path);
}
}
});