Cookbook /
SectionList-Talk
Questions answered by this recipe
Description
Enter your recipe's description here.
Notes
Release Notes
Comments
Trying to put some syntax for the recipe:
1) Create a data page <Group1>.<Page1> by this example
[[#IDkey1]] AuthorFld: text11 TimeFld: text12 CommentFld: text13 [[#IDkey2]] AuthorFld: text21 TimeFld: text22 CommentFld: text23
2) create a template page <Group2>.<Page2> that looks something like the following:
Posted by {$$AuthorFld}, at {$$TimeFld} Comments: {$$CommentFld}
3) Finally, on the presentation page <Group3>.<Page3> you want to display the formatted display, simply put this markup. The parameter labels are not required:
(:sectionlist data=<Group1>.<Page1> fmt=<Group2>.<Page2>:)
this will be displayed on the on the presentation page <Group3>.<Page3> :
Posted by text11, at text12
Comments: text13
Posted by text21, at text22
Comments: text23
Is it correct? Jiri May 03, 2007, at 05:33 PM
See Also
Contributors
Talk page for the SectionList recipe (users?).