]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[git.ikiwiki.info.git] / doc / forum / What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
1 It occurred to me the difference between tag and taglink, as described in http://ikiwiki.info/ikiwiki/directive/tag/ is just that the latter enable the option to have a displayed form of the tag different from the tag itself, e.g. a tag `foo` can be displayed as `bar` using 
3     \[[!taglink foo|bar]]
5 while with tag you can only display the tag `foo` as itself
7     \[[!tag foo]]
9 Is that it?