Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js |
— | — | @@ -20,30 +20,246 @@ |
21 | 21 | // for the top-level type |
22 | 22 | 'original': { |
23 | 23 | fields: [ 'notify' ], // fields to ask for in form |
24 | | - option: 'Original barnstar', // option listed in the select list |
| 24 | + option: 'Original Barnstar', // option listed in the select list |
25 | 25 | descr: 'This barnstar is given to recognize particularly fine contributions to Wikipedia, to let people know that their hard work is seen and appreciated.', // description |
26 | 26 | header: 'A barnstar for you!', // header that appears at the top of the talk page post (optional) |
27 | 27 | title: 'The Original Barnstar', // title that appears inside the award box (optional) |
28 | 28 | image: 'Original Barnstar Hires.png', // image for the award |
29 | 29 | mail: 'Hello $7!\n\nI just awarded you a barnstar.' // message to use in email notification; $7 is replaced by the recipient's username |
30 | 30 | }, |
| 31 | + 'admins': { |
| 32 | + fields: [ 'notify' ], |
| 33 | + option: 'Admin\'s Barnstar', |
| 34 | + descr: 'The Admin\'s Barnstar may be awarded to an administrator who made a particularly difficult decision or performed a tedious but needed admin task.', |
| 35 | + header: 'A barnstar for you!', |
| 36 | + title: 'The Admin\'s Barnstar', |
| 37 | + image: 'Administrator Barnstar Hires.png', |
| 38 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 39 | + }, |
| 40 | + 'antivandalism': { |
| 41 | + fields: [ 'notify' ], |
| 42 | + option: 'Anti-Vandalism Barnstar', |
| 43 | + descr: 'The Anti-Vandalism Barnstar may be awarded to those who show great contributions to protecting and reverting attacks of vandalism on Wikipedia.', |
| 44 | + header: 'A barnstar for you!', |
| 45 | + title: 'The Anti-Vandalism Barnstar', |
| 46 | + image: 'Barnstar of Reversion Hires.png', |
| 47 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 48 | + }, |
| 49 | + 'diligence': { |
| 50 | + fields: [ 'notify' ], |
| 51 | + option: 'Barnstar of Diligence', |
| 52 | + descr: 'The Barnstar of Diligence may be awarded in recognition of a combination of extraordinary scrutiny, precision and community service.', |
| 53 | + header: 'A barnstar for you!', |
| 54 | + title: 'The Barnstar of Diligence', |
| 55 | + image: 'Barnstar of Diligence Hires.png', |
| 56 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 57 | + }, |
| 58 | + 'diplomacy': { |
| 59 | + fields: [ 'notify' ], |
| 60 | + option: 'Barnstar of Diplomacy', |
| 61 | + descr: 'The Barnstar of Diplomacy is awarded to users who have helped to resolve, peacefully, conflicts on Wikipedia.', |
| 62 | + header: 'A barnstar for you!', |
| 63 | + title: 'The Barnstar of Diplomacy', |
| 64 | + image: 'Peace Barnstar Hires.png', |
| 65 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 66 | + }, |
| 67 | + 'goodhumor': { |
| 68 | + fields: [ 'notify' ], |
| 69 | + option: 'Barnstar of Good Humor', |
| 70 | + descr: 'The Barnstar of Good Humor may be awarded to Wikipedians who consistently lighten the mood, defuse conflicts, and make Wikipedia a better place to be.', |
| 71 | + header: 'A barnstar for you!', |
| 72 | + title: 'The Barnstar of Good Humor', |
| 73 | + image: 'Barnstar of Reversion Hires.png', |
| 74 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 75 | + }, |
| 76 | + 'brilliant': { |
| 77 | + fields: [ 'notify' ], |
| 78 | + option: 'Brilliant Idea Barnstar', |
| 79 | + descr: 'The Brilliant Idea Barnstar may be awarded to a user who figures out an elegant solution to a particularly difficult problem.', |
| 80 | + header: 'A barnstar for you!', |
| 81 | + title: 'The Brilliant Idea Barnstar', |
| 82 | + image: 'Brilliant Idea Barnstar Hires.png', |
| 83 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 84 | + }, |
| 85 | + 'citation': { |
| 86 | + fields: [ 'notify' ], |
| 87 | + option: 'Citation Barnstar', |
| 88 | + descr: 'The Citation Barnstar is awarded to users who provide references and in-line citations to previously unsourced articles.', |
| 89 | + header: 'A barnstar for you!', |
| 90 | + title: 'The Citation Barnstar', |
| 91 | + image: 'Citation Barnstar Hires.png', |
| 92 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 93 | + }, |
| 94 | + 'civility': { |
| 95 | + fields: [ 'notify' ], |
| 96 | + option: 'Civility Barnstar', |
| 97 | + descr: 'The Civility Barnstar may be awarded to any user who excels at maintaining civility in the midst of contentious situations.', |
| 98 | + header: 'A barnstar for you!', |
| 99 | + title: 'The Civility Barnstar', |
| 100 | + image: 'Civility Barnstar Hires.png', |
| 101 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 102 | + }, |
| 103 | + 'copyeditor': { |
| 104 | + fields: [ 'notify' ], |
| 105 | + option: 'Copyeditor\'s Barnstar', |
| 106 | + descr: 'The Copyeditor\'s Barnstar is awarded for excellence in correcting spelling, grammar, punctuation, and style issues.', |
| 107 | + header: 'A barnstar for you!', |
| 108 | + title: 'The Copyeditor\'s Barnstar', |
| 109 | + image: 'Copyeditor Barnstar Hires.png', |
| 110 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 111 | + }, |
| 112 | + 'defender': { |
| 113 | + fields: [ 'notify' ], |
| 114 | + option: 'Defender of the Wiki Barnstar', |
| 115 | + descr: 'The Defender of the Wiki may be awarded to those who have gone above and beyond to prevent Wikipedia from being used for fraudulent purposes.', |
| 116 | + header: 'A barnstar for you!', |
| 117 | + title: 'The Defender of the Wiki Barnstar', |
| 118 | + image: 'WikiDefender Barnstar Hires.png', |
| 119 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 120 | + }, |
31 | 121 | 'editors': { |
32 | 122 | fields: [ 'notify' ], |
33 | | - option: 'Editor\'s barnstar', |
| 123 | + option: 'Editor\'s Barnstar', |
34 | 124 | descr: 'The Editor\'s Barnstar is awarded to individuals who display particularly fine decisions in general editing.', |
35 | 125 | header: 'A barnstar for you!', |
36 | 126 | title: 'The Editor\'s Barnstar', |
37 | 127 | image: 'Editors Barnstar Hires.png', |
38 | 128 | mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
39 | 129 | }, |
| 130 | + 'designers': { |
| 131 | + fields: [ 'notify' ], |
| 132 | + option: 'Graphic Designer\'s Barnstar', |
| 133 | + descr: 'The Graphic Designer\'s Barnstar may be awarded to those who work tirelessly to provide Wikipedia with free, high-quality graphics.', |
| 134 | + header: 'A barnstar for you!', |
| 135 | + title: 'The Graphic Designer\'s Barnstar', |
| 136 | + image: 'Rosetta Barnstar Hires.png', |
| 137 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 138 | + }, |
| 139 | + 'half': { |
| 140 | + fields: [ 'notify' ], |
| 141 | + option: 'Half Barnstar', |
| 142 | + descr: 'The Half Barnstar is awarded for excellence in cooperation, especially for productive editing with someone who holds an opposing viewpoint.', |
| 143 | + header: 'A barnstar for you!', |
| 144 | + title: 'The Half Barnstar', |
| 145 | + image: 'Halfstar Hires.png', |
| 146 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 147 | + }, |
| 148 | + 'minor': { |
| 149 | + fields: [ 'notify' ], |
| 150 | + option: 'Minor Barnstar', |
| 151 | + descr: 'Minor edits are often overlooked, but are essential contributions to Wikipedia. The Minor Barnstar is awarded for making minor edits of the utmost quality.', |
| 152 | + header: 'A barnstar for you!', |
| 153 | + title: 'The Minor barnstar', |
| 154 | + image: 'Minor Barnstar Hires.png', |
| 155 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 156 | + }, |
| 157 | + 'antispam': { |
| 158 | + fields: [ 'notify' ], |
| 159 | + option: 'No Spam Barnstar', |
| 160 | + descr: 'The Anti-Spam Barnstar is awarded to users who do an exceptional job fighting against spam on Wikipedia.', |
| 161 | + header: 'A barnstar for you!', |
| 162 | + title: 'The No Spam Barnstar', |
| 163 | + image: 'No Spam Barnstar Hires.png', |
| 164 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 165 | + }, |
| 166 | + 'photographers': { |
| 167 | + fields: [ 'notify' ], |
| 168 | + option: 'Photographer\'s Barnstar', |
| 169 | + descr: 'The Photographer\'s Barnstar is awarded to those individuals who tirelessly improve the Wikipedia with their photographic skills and contributions.', |
| 170 | + header: 'A barnstar for you!', |
| 171 | + title: 'The Photographer\'s Barnstar', |
| 172 | + image: 'Camera Barnstar Hires.png', |
| 173 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 174 | + }, |
| 175 | + 'kindness': { |
| 176 | + fields: [ 'notify' ], |
| 177 | + option: 'Random Acts of Kindness Barnstar', |
| 178 | + descr: 'The Random Acts of Kindness Barnstar may be awarded to those that show a pattern of going the extra mile to be nice, without being asked.', |
| 179 | + header: 'A barnstar for you!', |
| 180 | + title: 'The Random Acts of Kindness barnstar', |
| 181 | + image: 'Kindness Barnstar Hires.png', |
| 182 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 183 | + }, |
| 184 | + 'reallife': { |
| 185 | + fields: [ 'notify' ], |
| 186 | + option: 'Real Life Barnstar', |
| 187 | + descr: 'The Real Life Barnstar is awarded to editors who make contributions both online and offline, by organizing wiki-related real-life events.', |
| 188 | + header: 'A barnstar for you!', |
| 189 | + title: 'The Real Life Barnstar', |
| 190 | + image: 'Real Life Barnstar.jpg', |
| 191 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 192 | + }, |
| 193 | + 'resilient': { |
| 194 | + fields: [ 'notify' ], |
| 195 | + option: 'Resilient Barnstar', |
| 196 | + descr: 'The Resilient Barnstar may be given to any editor who learns and improves from criticisms, never letting mistakes impede their growth as a Wikipedian.', |
| 197 | + header: 'A barnstar for you!', |
| 198 | + title: 'The Resilient Barnstar', |
| 199 | + image: 'Resilient Barnstar Hires.png', |
| 200 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 201 | + }, |
| 202 | + 'rosetta': { |
| 203 | + fields: [ 'notify' ], |
| 204 | + option: 'Rosetta Barnstar', |
| 205 | + descr: 'The Rosetta Barnstar may be given to any editor who exhibits outstanding translation efforts on Wikipedia.', |
| 206 | + header: 'A barnstar for you!', |
| 207 | + title: 'The Rosetta Barnstar', |
| 208 | + image: 'Rosetta Barnstar Hires.png', |
| 209 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 210 | + }, |
| 211 | + 'special': { |
| 212 | + fields: [ 'notify' ], |
| 213 | + option: 'Special Barnstar', |
| 214 | + descr: 'The Special Barnstar may be awarded to a user as a gesture of appreciation when there is no other barnstar which would be appropriate.', |
| 215 | + header: 'A barnstar for you!', |
| 216 | + title: 'The Special Barnstar', |
| 217 | + image: 'Special Barnstar Hires.png', |
| 218 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 219 | + }, |
| 220 | + 'surreal': { |
| 221 | + fields: [ 'notify' ], |
| 222 | + option: 'Surreal Barnstar', |
| 223 | + descr: 'The Surreal Barnstar may be awarded to any Wikipedian who adds "special flavor" to the community by acting as a sort of wildcard.', |
| 224 | + header: 'A barnstar for you!', |
| 225 | + title: 'The Surreal Barnstar', |
| 226 | + image: 'Surreal Barnstar Hires.png', |
| 227 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 228 | + }, |
| 229 | + 'teamwork': { |
| 230 | + fields: [ 'notify' ], |
| 231 | + option: 'Teamwork Barnstar', |
| 232 | + descr: 'The Teamwork Barnstar may be awarded when several editors work together to improve an article.', |
| 233 | + header: 'A barnstar for you!', |
| 234 | + title: 'The Teamwork Barnstar', |
| 235 | + image: 'Team Barnstar Hires.png', |
| 236 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 237 | + }, |
| 238 | + 'technical': { |
| 239 | + fields: [ 'notify' ], |
| 240 | + option: 'Technical Barnstar', |
| 241 | + descr: 'The Technical Barnstar may be awarded to anyone who has enhanced Wikipedia through their technical work (programming, bot building, link repair, etc.).', |
| 242 | + header: 'A barnstar for you!', |
| 243 | + title: 'The Technical Barnstar', |
| 244 | + image: 'Vitruvian Barnstar Hires.png', |
| 245 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 246 | + }, |
40 | 247 | 'tireless': { |
41 | | - fields: [ 'title', 'notify' ], |
42 | | - option: 'Tireless contributor barnstar', |
| 248 | + fields: [ 'notify' ], |
| 249 | + option: 'Tireless Contributor Barnstar', |
43 | 250 | descr: 'The Tireless Contributor Barnstar is awarded to especially tireless Wikipedians who contribute an especially large body of work without sacrificing quality.', |
44 | 251 | header: 'A barnstar for you!', |
45 | | - title: 'Tireless contributor barnstar', |
| 252 | + title: 'The Tireless Contributor Barnstar', |
46 | 253 | image: 'Tireless Contributor Barnstar Hires.gif', |
47 | 254 | mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
| 255 | + }, |
| 256 | + 'writers': { |
| 257 | + fields: [ 'notify' ], |
| 258 | + option: 'Writer\'s Barnstar', |
| 259 | + descr: 'The Writer\'s Barnstar may be awarded to any user who has written a large number of articles or has contributed a large number of edits.', |
| 260 | + header: 'A barnstar for you!', |
| 261 | + title: 'The Writer\'s Barnstar', |
| 262 | + image: 'Writers Barnstar Hires.png', |
| 263 | + mail: 'Hello $7!\n\nI just awarded you a barnstar.' |
48 | 264 | } |
49 | 265 | }, |
50 | 266 | 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 |