Hi :)

I'm trying to build some "Category Listing", this means:
- I build one "Main Page" that consists of a table or something like that e.g.:

Name Picture Age
foo bar.jpg 15
baz qux.png 192
.........

now I dont want to have the contents of the table (name, picture, age) on that site, but want to make "sub-pages", where I put the information and maybe some more in, like:

SubPage1:
-------------
foo
bar.jpg
15
nice guy
-------------

SubPage2:
-------------
baz
qux.png
192
some ugly girl
-------------

etc.

is there any module that can do this or something similar?
There are just so many modules and I have no idea what to search for since I cant find a good name for that :)

any ideas?