Editing a list of several fields
I need to edit a list of quotes. Every quote consists of a (short) text, author's name, author's title.
What is the best way to create an editor of such data in WordPress?
It seems that the simplest solution is to create a custom post type. Should the quote text become the title of a post? (It is not quite the title, logically.)
If not with post types, then how?
Note, that I need two lists of quotes (in two languages).
Topic lists custom-post-types Wordpress
Category Web