|     @misc{wiki:xxx,        author = "Wikipedia",        title = "Reddit --- Wikipedia{,} The Free Encyclopedia",        year = "2014",        url = "http://en.wikipedia.org/w/index.php?title=Reddit&oldid=633716906",        note = "[Online; accessed 14-November-2014]"      } When using the LaTeX package url (\usepackage{url} somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:      @misc{wiki:xxx,        author = "Wikipedia",        title = "Reddit --- Wikipedia{,} The Free Encyclopedia",        year = "2014",        url = "\url{http://en.wikipedia.org/w/index.php?title=Reddit&oldid=633716906}",        note = "[Online; accessed 14-November-2014]"      }
 |