After switching to the classicthesis template for a compilation of class notes I took last term, I'm now seeing warnings like:
Warning--entry type for "wiki:curvature" isn't style-file defined
--line 638 of file myrefs.bib
Here's the bib entry for the warning above:
@webpage{ wiki:curvature,
author = "Wikipedia",
title = "Curvature --- Wikipedia{,} The Free Encyclopedia",
year = "2012",
url = "http://en.wikipedia.org/w/index.php?title=Curvature&oldid=488021394",
note = "[Online; accessed 25-April-2012]"
}
the classicthesis bib section looks like so:
\bibliographystyle{plainnat}
\label{app:bibliography}
\bibliography{myrefs}
First question is what does this style defined warning mean? Second question, presuming this is worth fixing, is how would it be fixed (one way to do so would be to revert to the unsrturl.bst instead of plainnat as used by classicthesis).

