//See http://www.mediawiki.orghttps://wikifreehand.com/hu/Extension:WikiLove for basic documentation on configuration.
//<nowiki>
( function( $ ) {
$.extend($.wikiLoveOptions.types.kitten.gallery.imageList, );
function del_more(type, what) {
if (typeof type != 'string' || typeof what != 'object') {
return false;
}
var type_array = $.wikiLoveOptions.types;
if (typeof type_array != 'object') {
return false;
}
var sta = type_array.subtypes;
if (typeof sta != 'object') {
return false;
}
for (var i = 0; i < what.length; i++) {
delete sta];
}
}
del_more('barnstar', [
'antivandalism',
'diligence',
'civility',
'copyeditor',
'defender',
'editors',
'designers',
'half',
'minor',
'antispam',
'photographers',
'special',
'surreal',
'teamwork',
'technical',
'tireless',
'writers'
] );
del_more('food', [
'baklava',
'brownie',
'bubbletea',
'cheeseburger',
'coffee',
'tea',
'cupcake',
'pie',
'strawberries'
] );
} )( jQuery );
//</nowiki>