WebRef is a script automating the filling of the {{cite web}} template. You run the script on the page you want to cite. For the script to be able to fill all the information (including the name of the author and the date of the article), you need to do a little work first.
The script can be used as a bookmarklet with the following address:
javascript:(function(){var d=document,s=d.createElement('script');s.src='//en.wikipedia.org/w/index.php?title=User:V111P/js/webRef.js&action=raw&ctype=text/javascript&smaxage=43200&maxage=86400';d.body.appendChild(s);})();
To test the script, you can just execute its source code in your browser's JavaScript console. Make sure you are on a page with (only one) article on it, for example on a news site.
More information comming soon...