משתמש:אנדר-ויק/vector.js/buttons.js

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
// [[File:Krinkle_insertVectorButtons.js]]
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Krinkle/insertVectorButtons.js&action=raw&ctype=text/javascript');
 
function kCustomMainInsertButton_config(){
 
// בעד :
kCustomMainInsertButton(
	'בעד', //imageId
	'http://commons.wikimedia.org/wiki/Special:FilePath?file=Symbol_support_vote.svg&width=22', //imageFile
	'בעד', //speedTip
	'{\{בעד}\} \~\~\~\~', //tagOpen
	'', //tagClose
	'' //sampleText
);
// נגד :
kCustomMainInsertButton(
	'נגד', //imageId
	'http://commons.wikimedia.org/wiki/Special:FilePath?file=Symbol_oppose_vote.svg&width=21', //imageFile
	'נגד', //speedTip
	'{\{נגד}\} \~\~\~\~', //tagOpen
	'', //tagClose
	'' //sampleText
);
  
// בוצע :
kCustomMainInsertButton(
	'בוצע', //imageId
	'http://commons.wikimedia.org/wiki/Special:FilePath?file=Yes_check.svg&width=21', //imageFile
	'בוצע', //speedTip
	'{\{בוצע}\} \~\~\~\~', //tagOpen
	'', //tagClose
	'' //sampleText
);
  
// IMBD :
kCustomMainInsertButton(
	'IMDB', //imageId
	'http://commons.wikimedia.org/wiki/Special:FilePath?file=Applications-database.svg&width=21', //imageFile
	'IMDB', //speedTip
	'{\{\mdb title|id=NUMBER|title=NAME}\}', //tagOpen
	'', //tagClose
	'' //sampleText
);

// אישיות :
kCustomMainInsertButton(
	'אישיות', //imageId
	'http://commons.wikimedia.org/wiki/Special:FilePath?file=Persons.svg&width=21', //imageFile
	'אישיות', //speedTip
	'{\{\אישיות|
|שם=
|תמונה=
|כיתוב=
|תאריך לידה=
|תאריך פטירה=
|מקום קבורה=
|סיבת המוות=
|מקום מגורים=
|לאום=
|כינויים נוספים=
|ידוע בשל=
|ידועה בשל=
|חינוך=
|מעסיק=
|שנות הפעילות=
|מקצוע=
|תפקיד=
|תואר=
|משכורת=
|גובה=
|תקופת כהונה=
|הקודם=
|הבא=
|מפלגה פוליטית=
|השקפה דתית=
|בן זוג=
|בת זוג=
|שותף=
|שותפה=
|ילדים=
|הורים=
|קרובים=
|חתימה=
|אתר אינטרנט=}\}', //tagOpen
	'', //tagClose
	'' //sampleText
);
}