Name: Anonymous 2007-09-21 5:08 ID:NyHzW48J
i'll start
+--++--+ +--++--+ +--++--+
post-list -> | || +--->| || |--->| || |---> ...
+--++--+ +--++--+ +--++--+
| | |
| | |
V V V
Metadata and text of posts...post-list is a pointer to the first post in a thread. The car of it points to the metadata and the actual text of the post, possibly using a table. The filling-in-the-template function obviously just pastes what it finds in the metadata and possibly linkyfies it. Thus, the text posted doesn't affect the thread. As you can see on the left, each post is properly enumerated starting from 1.