MediaWiki:WikiLove.js

Vikigezgin sitesinden

Not: Yayımladıktan sonra değişiklikleri görmek için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R).
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Internet Explorer / Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5 yapın.
  • Opera: Ctrl-F5 tıklayın.
/* Buraya yerleştirilen JavaScript, VikiSevgi'yi özelleştirir. https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:WikiLove#Custom_configuration sayfasına bakın */
//See http://www.mediawiki.org/wiki/Extension:WikiLove for basic documentation on configuration.
//<nowiki>

// // Falafel
// $.wikiLoveOptions.types.food.subtypes.falafel = {
//     fields: [ 'header', 'message' ], // fields to ask for in form
//     option: 'Falafel', // option listed in the select list
//     descr: 'Falafel is a popular Middle Eastern street food made from ground chickpeas or fava beans and topped with salads, vegetables, and sauces. It is typically served in a pocket of pita bread.',
//     header: 'Some falafel for you!', // header that appears at the top of the talk page post (optional)
//     image: 'Falafel award.png', // image for the item
//     imageSize: '120px' // size to display image (optional)
// };

// // Tost
// $.wikiLoveOptions.types.food.subtypes.toastsandwich = {
//     fields: [ 'header', 'message' ],
//     option: 'Toast sandwich',
//     descr: 'Toast sandwiches are made by putting a thin slice of toast between two thin slices of bread with a layer of butter, and adding salt and pepper to taste. Its origins can be traced to the Victorian years.',
//     header: 'A toast sandwich for you!',
//     image: 'An image of a toast sandwich, shot from the side.jpg',
//     imageSize: '120px'
// };

// Ek kedi yavrusu resimleri ^-.-^
$.wikiLoveOptions.types.kitten.gallery.imageList = ['Cucciolo gatto Bibo.jpg', 'Kitten (06) by Ron.jpg', 'Kitten-stare.jpg', 'Red Kitten 01.jpg', 'Kitten in a helmet.jpg', 'Cute grey kitten.jpg', 'Iris cat.jpg', 'Young cats.jpg', 'Youngkitten.JPG'];
//</nowiki>