aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
blob: 4fee07db4e1da67368cd447a22926c7a0042c4e2 (plain)
1
2
3
4
5
6
7
8
9
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 

    \[[!taglink foo|bar]]

while with tag you can only display the tag `foo` as itself

    \[[!tag foo]]

Is that it?