Difference between revisions of "Issuepedia:Code/lib/links"
< Issuepedia:Code | lib
Jump to navigation
Jump to search
(→ShowRecent(): updated w3tpl syntax) |
m (→ShowRecent(): calls GetBrief()) |
||
Line 198: | Line 198: | ||
</func> | </func> | ||
===ShowRecent()=== | ===ShowRecent()=== | ||
+ | '''calls''': GetBrief() | ||
<func ShowRecent max> | <func ShowRecent max> | ||
<let name=idx /> | <let name=idx /> |
Revision as of 11:30, 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() <= ()