Thanks for all the valuable comments!
I will try to answer most of them below here:
%%date%% issue
@Erich: thanks, dates are working fine now.
categories parameter and not recognized parameters.
OK, now categories is an alias to category. I think we can make warnings about wrong parameters later - the module took a bit more time than expected anyway. But certainly this is a good thing.
More on custom formatting
@Erich - unfortunately it is not possible to do custom formatting (i.e. table headers) the way you propose it because modules are processed at a different moment than the rest of the page. However I have a solution that does work: look at the prependLine and appendLine parameters. This works fine for me:
[[module ListPages separate="false" rssShow="false" prependLine="||~ Page||~ Date||"]]
|| %%linked_title%% || %%date%% ||
[[/module]]
@Pieter
1. Headers are now stripped from the summary and newlines are being removed.
2. There is now a %%first_paragraph%% that does what it says. %%content{1}%% will fetch the first section while the %%short%% and aliases will use either the first section (if exists) or would fall back to the first paragraph. I believe this brings some consistency.
3. Sure, one module to rule them all.
4. Yes, %%comments%% will be here, but first we would like to detach page comments from the forums structures and possibly make them a bit more blog-like.
5. Fixed. Just to be clear: this happened when you had %%content{n}%% in a ListModule inside a _template page.
Thanks for all the comments, I hope the module works much better now.
m.