Difference between revisions of "MediaWiki:WikiLove.js"

Jump to navigation Jump to search
1,072 bytes removed ,  10:23, 19 December 2015
Blanked the page
(Blanked the page)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
( function ( $ ) {
'use strict';


delete $.wikiLoveOptions.types.kitten;
delete $.wikiLoveOptions.types.barnstar;
delete $.wikiLoveOptions.types.food;
$.extend(true, $.wikiLoveOptions, {
types: {
'barnstar': {
      name: mw.msg( 'wikilove-type-barnstars' ), // name of the type (appears in the types menu)
      select: mw.msg( 'wikilove-barnstar-select' ), // subtype select label
      subtypes: { // some different subtypes
        // note that when not using subtypes you should use these subtype options
        // for the top-level type
        'diamond': {
          fields: [ 'message' ], // fields to ask for in form
          option: "Diamond", // option listed in the select list
          descr: "Diamonds are one of the rarest and most recognizable materials in Minecraft." // description
          image: 'Diamond.png' // image for the award
      }
            icon: 'http://hydra-media.cursecdn.com/minecraft.gamepedia.com/c/c5/Grass.png' // icon for left-side menu
},
  }
}
});
}( jQuery ) );
//</nowiki>

Navigation menu