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

From Issuepedia
Jump to navigation Jump to search
m (→‎ShowRecent(): calls GetBrief())
(→‎GetBrief(): updated syntax)
 
Line 168: Line 168:
 
     <let name=links.out append>|talk]]: </let>
 
     <let name=links.out append>|talk]]: </let>
  
     <if flag=data[wpage]>
+
     <if flag=$data[wpage]>
 
       <let name=wtLink>[[</let>
 
       <let name=wtLink>[[</let>
 
       <let name=wtLink append copy=data[wpage] />
 
       <let name=wtLink append copy=data[wpage] />
Line 197: Line 197:
  
 
</func>
 
</func>
 +
 
===ShowRecent()===
 
===ShowRecent()===
 
'''calls''': GetBrief()
 
'''calls''': GetBrief()

Latest revision as of 11:32, 13 September 2012

ShowLinkData()

This is a functionalized version of the code in Issuepedia:Code/show/link. Don't use that anymore; use this.
> function showlinkdata() <= ()

GetBrief()


> function getbrief() <= ()

ShowRecent()

calls: GetBrief()
> function showrecent() <= ()

ShowTopic_old(iTopic,iMax)


> function showtopic_old() <= ()

ShowTopic_old(topic,max)

This can be deleted if there are no problems with new ShowTopic().
> function showtopic_old() <= ()

ShowTopic(topic,max)


> function showtopic() <= ()