User:Nyakase/Scripts/MoreLove.js
Appearance
< User:Nyakase | Scripts
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
This user script seems to have a documentation page at User:Nyakase/Scripts/MoreLove. |
if($.wikiLoveOptions) {
$("#ca-wikilove a").click();
$("#mw-wikilove-gallery").append("<div id='morelove-reload-gallery'><center>(<a onclick=\"$('#mw-wikilove-gallery-error-again').click()\">load new images</a>)</center></div>");
$(".wikilove-dialog-titlebar .cdx-icon").click();
$.wikiLoveOptions.types.food.subtypes.taco = {
fields: ['header', 'message'],
option: 'Taco',
descr: 'A taco is a traditional Mexican dish consisting of a small hand-sized corn or wheat tortilla topped with a filling.',
header: 'A taco for you!',
image: 'NCI_Visuals_Food_Taco.jpg',
};
$.wikiLoveOptions.types.food.subtypes.bigmac = {
fields: ['header', 'message'],
option: 'Big Mac',
descr: 'The Big Mac is a hamburger sold by international fast food restaurant chain McDonald\'s. It contains two all-beef patties, special sauce, lettuce, cheese, pickles, and onions on a three-piece sesame seed bun.',
header: 'A Big Mac for you!',
image: 'McD_Big_Mac.jpg',
};
$.wikiLoveOptions.types.food.subtypes.cocacola = {
fields: ['header', 'message'],
option: 'Coca-Cola',
descr: 'Coca-Cola, or Coke, is a carbonated soft drink manufactured by The Coca-Cola Company.',
header: 'Some Coca-Cola for you!',
image: '15-09-26-RalfR-WLC-0098.jpg',
};
$.wikiLoveOptions.types.food.subtypes.water = {
fields: ['header', 'message'],
option: 'Water',
descr: 'Water is an inorganic, transparent, tasteless, odorless, and nearly colorless chemical substance, which is the main constituent of Earth\'s hydrosphere and the fluids of all known living organisms (in which it acts as a solvent).',
header: 'Some water for you!',
image: 'Water_bottle_flipping.gif',
};
$.wikiLoveOptions.types.barnstar.subtypes.rc = {
fields: ['message'],
option: 'Recent Changes Barnstar',
descr: 'The Recent Changes Barnstar is for users who have been doing a lot of helpful work while patrolling Recent changes.',
header: 'A barnstar for you!',
image: 'Recent_Changes_Hires.png',
};
$.wikiLoveOptions.types.barnstar.subtypes.teahouse = {
fields: ['message'],
option: 'Teahouse Barnstar',
descr: 'The Teahouse Barnstar is awarded to editors who have contributed to or made excellent contributions related to the Teahouse.',
header: 'A barnstar for you!',
image: 'Teahouse_Barnstar_Hires.png',
};
$.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', 'Curious Kitten.jpg', 'Kitten in a bucket 1.jpg', 'Kitten in a bucket 2.jpg', 'Kitten in a cardboard box.jpg', 'Kitten in a plan.JPG', 'Kitten hiding under a plaid.jpg', 'Stray_kitten_Rambo002.jpg', 'Cat_findz_sox.jpg', 'Sleeping_calico_kitten.jpg', 'Sleeping_Kitten.jpg', 'White_cat_watching_Wikipedia_REWRITUN_UR_URLZ.jpg', 'Use_JSON_server_kitty.jpg'];
}