Difference between revisions of "Template:Lib/data/pairs"
Jump to navigation
Jump to search
(revised DataBrief so it works now) |
(+echo tag (now required for output from xploop)) |
||
Line 26: | Line 26: | ||
<let name="valDisp" append>]]</let> | <let name="valDisp" append>]]</let> | ||
</if> | </if> | ||
− | <if flag="NoShow" /><else> | + | <if flag="NoShow" /><else> |
− | + | <echo> | |
* '''<get name="key" />''': <get name="valDisp" /></echo> | * '''<get name="key" />''': <get name="valDisp" /></echo> | ||
− | </if> | + | </if> |
</xploop> | </xploop> | ||
<if flag="NoShow" /><else><echo> | <if flag="NoShow" /><else><echo> | ||
==Tags== | ==Tags== | ||
− | * '''Pages''':<xploop list="$Topics" repl=$s$> [[$s$]]</xploop> | + | * '''Pages''':<xploop list="$Topics" repl=$s$ echo> [[$s$]]</xploop> |
− | * '''Categories''':<xploop list="$Topics" repl=$s$> [[:category:$s$|$s$]][[category:$s$|$s$]]</xploop></echo> | + | * '''Categories''':<xploop list="$Topics" repl=$s$ echo> [[:category:$s$|$s$]][[category:$s$|$s$]]</xploop></echo> |
</echo></if> | </echo></if> |