Difference between revisions of "Template:Lib/data/pairs"
Jump to navigation
Jump to search
(+echo tag (now required for output from xploop)) |
(this is sooo not going to work...) |
||
Line 63: | Line 63: | ||
<let name="out" append>|more...]]''</let> | <let name="out" append>|more...]]''</let> | ||
<echo><get name="out" /></echo> | <echo><get name="out" /></echo> | ||
+ | </func> | ||
+ | |||
+ | <func DataBriefRetro PageName> | ||
+ | <if flag="PairList"> | ||
+ | <call DataBrief PageName="$PageName" /> | ||
+ | </if><else> | ||
+ | <echo>{{show.link.abbr|<get name="PageName" />|200}}</echo> | ||
+ | </else> | ||
</func> | </func> | ||
</hide> | </hide> |