My thread view shows 20 posts per page, here is a snippet that will show your content in the 1st, 10th and 20th posts.
HTML:
<xf:if is="in_array($post.position % $xf.options.messagesPerPage, [0, 9, 19])">
Show Content...
</xf:if>
I use it in "Post: Below message content" in the advertisement control panel to show ads, 3 per page.