Difference between revisions of "Issuepedia:Code/lib/links"

From Issuepedia
Jump to navigation Jump to search
(→‎ShowTopic(topic,max): ok, try it again)
(→‎ShowTopic(topic,max): data is getting stuck in data[])
Line 159: Line 159:
 
     <let name=pg_name append>:</let>
 
     <let name=pg_name append>:</let>
 
     <let name=pg_name append copy=pg_title />
 
     <let name=pg_name append copy=pg_title />
<let name=links.rtn append>
+
    <let name=data null />
* [[</let>
 
<let name=links.rtn append copy=pg_title />
 
<let name=links.rtn append>]] </let>
 
 
     <let name=data load array page=$pg_title />
 
     <let name=data load array page=$pg_title />
<let name=links.rtn append copy=data[Title] />
 
 
   </for>
 
   </for>
 
</func>
 
</func>

Revision as of 13:06, 20 September 2011

GetBrief()


> function getbrief() <= ()

ShowRecent()


> function showrecent() <= ()

ShowTopic_old(iTopic,iMax)


> function showtopic_old() <= ()

ShowTopic(topic,max)


> function showtopic() <= ()
> function showtopic2() <= ()