Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js |
— | — | @@ -46,20 +46,21 @@ |
47 | 47 | mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
48 | 48 | } |
49 | 49 | }, |
50 | | - icon: mw.config.get( 'wgServer' ) + mw.config.get( 'wgScriptPath' ) + '/extensions/WikiLove/images/icons/wikilove-icon-barnstar.png' // icon for left-side menu |
| 50 | + icon: mw.config.get( 'wgServer' ) + mw.config.get( 'wgScriptPath' ) + '/extensions/WikiLove/modules/ext.wikiLove/images/icons/wikilove-icon-barnstar.png' // icon for left-side menu |
51 | 51 | }, |
52 | | - 'puppy': { |
53 | | - name: 'Puppy', |
| 52 | + 'beer': { |
| 53 | + name: 'Beer', |
54 | 54 | fields: [ 'header' ], |
55 | | - header: 'A puppy for you!', |
| 55 | + header: 'A beer for you!', |
56 | 56 | text: '[[$3|left|150px]]\n$1\n\n~~~~\n<br style="clear: both"/>', // custom text |
57 | 57 | gallery: { |
58 | 58 | // right now we can only query the local wiki (not e.g. commons) |
59 | | - category: 'Category:Puppies', |
| 59 | + category: 'Category:Beer', |
60 | 60 | total: 100, // total number of pictures to retrieve, and to randomise |
61 | 61 | num: 3, // number of pictures to show from the randomised set |
62 | 62 | width: 145 // width of each picture in pixels in the interface (not in the template) |
63 | | - } |
| 63 | + }, |
| 64 | + icon: mw.config.get( 'wgServer' ) + mw.config.get( 'wgScriptPath' ) + '/extensions/WikiLove/modules/ext.wikiLove/images/icons/wikilove-icon-beer.png' // icon for left-side menu |
64 | 65 | }, |
65 | 66 | 'kitten': { |
66 | 67 | name: 'Kitten', |
— | — | @@ -69,7 +70,8 @@ |
70 | 71 | gallery: { |
71 | 72 | imageList: ['File:Cucciolo gatto Bibo.jpg','File:Kitten (06) by Ron.jpg','File:Kitten-stare.jpg'], |
72 | 73 | width: 145 |
73 | | - } |
| 74 | + }, |
| 75 | + icon: mw.config.get( 'wgServer' ) + mw.config.get( 'wgScriptPath' ) + '/extensions/WikiLove/modules/ext.wikiLove/images/icons/wikilove-icon-kitten.png' // icon for left-side menu |
74 | 76 | }, |
75 | 77 | // default type, nice to leave this one in place when adding other types |
76 | 78 | 'makeyourown': { |