Difference between revisions of "HypertWiki:Code/lib/data"
Jump to navigation
Jump to search
(variable function calls now working?) |
|||
Line 198: | Line 198: | ||
</func> | </func> | ||
<func ShowRecentBlogEntries max> | <func ShowRecentBlogEntries max fmtEntry> | ||
<let name=idx /> | <let name=idx /> | ||
<let name=fmtEntry val="GetBlogEntryBrief" /> | <if not flag=fmtEntry> | ||
<let name=fmtEntry val="GetBlogEntryBrief" /> | |||
</if> | |||
<let name=including val=1 /> | <let name=including val=1 /> | ||
<for table="qryW3_Titles_Catgs" where="(cl_to='Data/blog/post')" sort="page_title DESC" limit=$max name=pg hide> | <for table="qryW3_Titles_Catgs" where="(cl_to='Data/blog/post')" sort="page_title DESC" limit=$max name=pg hide> |