Difference between revisions of "Template:Lib/data/pairs"
Jump to navigation
Jump to search
(suppress display if NoShow is set) |
(NoShow flag for Tags section too) |
||
Line 31: | Line 31: | ||
</if> | </if> | ||
</xploop> | </xploop> | ||
− | <echo> | + | <if flag="NoShow" /><else><echo> |
==Tags== | ==Tags== | ||
* '''Pages''':<xploop list="$Topics" repl=$s$> [[$s$]]</xploop> | * '''Pages''':<xploop list="$Topics" repl=$s$> [[$s$]]</xploop> | ||
* '''Categories''':<xploop list="$Topics" repl=$s$> [[:category:$s$|$s$]][[category:$s$|$s$]]</xploop></echo> | * '''Categories''':<xploop list="$Topics" repl=$s$> [[:category:$s$|$s$]][[category:$s$|$s$]]</xploop></echo> | ||
− | </echo> | + | </echo></if> |
</func> | </func> | ||