r91160 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91159‎ | r91160 | r91161 >
Date:07:48, 30 June 2011
Author:kaldari
Status:ok (Comments)
Tags:
Comment:
adding descriptions for food and drink items
Modified paths:
  • /trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js
@@ -65,7 +65,7 @@
6666 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.',
6767 header: 'A barnstar for you!',
6868 title: 'The Barnstar of Good Humor',
69 - image: 'Barnstar of Reversion Hires.png'
 69+ image: 'Barnstar of Humour Hires.png'
7070 },
7171 'brilliant': {
7272 fields: [ 'message' ],
@@ -251,6 +251,7 @@
252252 'baklava': {
253253 fields: [ 'header', 'message' ], // fields to ask for in form
254254 option: 'Baklava', // option listed in the select list
 255+ descr: 'Baklava is a rich, sweet pastry made of layers of filo pastry filled with chopped nuts and sweetened with syrup or honey.',
255256 header: 'Some baklava for you!', // header that appears at the top of the talk page post (optional)
256257 image: 'Baklava - Turkish special, 80-ply.JPEG', // image for the award
257258 imageSize: '135px' // size to display image
@@ -258,6 +259,7 @@
259260 'beer': {
260261 fields: [ 'header', 'message' ],
261262 option: 'Beer',
 263+ descr: 'Beer is the world\'s most widely consumed and probably oldest alcoholic beverage. It is the third most popular drink after water and tea.',
262264 header: 'A beer for you!',
263265 image: 'Export hell seidel steiner.png',
264266 imageSize: '70px'
@@ -265,6 +267,7 @@
266268 'brownie': {
267269 fields: [ 'header', 'message' ],
268270 option: 'Brownie',
 271+ descr: 'A brownie is a flat, baked square or bar made of dense, rich chocolate cake.',
269272 header: 'A brownie for you!',
270273 image: 'Brownie transparent.png',
271274 imageSize: '120px'
@@ -272,6 +275,7 @@
273276 'bubble tea': {
274277 fields: [ 'header', 'message' ],
275278 option: 'Bubble tea',
 279+ descr: 'Bubble tea is a tea or juice beverage containing small chewy balls made of tapioca starch or jelly. First invented in Taiwan, it is now popular in many areas of the world.',
276280 header: 'Some bubble tea for you!',
277281 image: 'Bubble_Tea.png',
278282 imageSize: '65px'
@@ -279,6 +283,7 @@
280284 'cheeseburger': {
281285 fields: [ 'header', 'message' ],
282286 option: 'Cheeseburger',
 287+ descr: 'A staple of diners and fast-food restaurants, cheeseburgers were first popularized in the United States during the 1920s and 30s.',
283288 header: 'A cheeseburger for you!',
284289 image: 'Cheeseburger.png',
285290 imageSize: '120px'
@@ -286,6 +291,7 @@
287292 'cookie': {
288293 fields: [ 'header', 'message' ],
289294 option: 'Cookie',
 295+ descr: 'Cookies (known as biscuits in the UK) come in a wide array of flavors, shapes, and sizes.',
290296 header: 'A cookie for you!',
291297 image: 'Choco_chip_cookie.png',
292298 imageSize: '120px'
@@ -293,6 +299,7 @@
294300 'coffee': {
295301 fields: [ 'header', 'message' ],
296302 option: 'Cup of coffee',
 303+ descr: 'Appreciated the world over, coffee is known for its energizing effect on people.',
297304 header: 'A cup of coffee for you!',
298305 image: 'A small cup of coffee.JPG',
299306 imageSize: '120px'
@@ -300,6 +307,7 @@
301308 'tea': {
302309 fields: [ 'header', 'message' ],
303310 option: 'Cup of tea',
 311+ descr: 'After water, tea is the most widely consumed beverage in the world. It can be enjoyed hot or cold, with milk or sugar.',
304312 header: 'A cup of tea for you!',
305313 image: 'Meissen-teacup pinkrose01.jpg',
306314 imageSize: '120px'
@@ -307,6 +315,7 @@
308316 'cupcake': {
309317 fields: [ 'header', 'message' ],
310318 option: 'Cupcake',
 319+ descr: 'A cupcake is a small cake designed to serve one person. They are often served with frosting and sprikles on top.',
311320 header: 'A cupcake for you!',
312321 image: 'Choco-Nut Bake with Meringue Top cropped.jpg',
313322 imageSize: '120px'
@@ -314,6 +323,7 @@
315324 'pie': {
316325 fields: [ 'header', 'message' ],
317326 option: 'Pie',
 327+ descr: 'Pies can be filled with a wide variety of sweet or savoury ingredients.',
318328 header: 'A pie for you!',
319329 image: 'A very beautiful Nectarine Pie.jpg',
320330 imageSize: '120px'
@@ -321,6 +331,7 @@
322332 'stroopwafels': {
323333 fields: [ 'header', 'message' ],
324334 option: 'Stroopwafels',
 335+ descr: 'A stroopwafel is a Dutch snack made from two thin layers of baked batter with a caramel-like syrup filling in the middle.',
325336 header: 'Some stroopwafels for you!',
326337 image: 'Gaufre biscuit.jpg',
327338 imageSize: '135px'

Comments

#Comment by Catrope (talk | contribs)   10:39, 30 June 2011

Are these descriptions localizable, e.g. as messages?

Status & tagging log