Difference between revisions of "Issuepedia:Code/lib/links"
< Issuepedia:Code | lib
Jump to navigation
Jump to search
(add limit=$iMax) |
(added noLoad flag to skip loading the pages) |
||
Line 46: | Line 46: | ||
<let name=pg_title val="@row.pg.page_title" /> | <let name=pg_title val="@row.pg.page_title" /> | ||
<let name=idx inc /> | <let name=idx inc /> | ||
− | <load page=$pg_title /> | + | <if not flag=noLoad> |
+ | <load page=$pg_title /> | ||
+ | </if> | ||
<if flag=data[Title]> | <if flag=data[Title]> | ||
<call GetBrief /> | <call GetBrief /> |