]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
index 5ebc3e257db35dd409fbe80f970e08ec1bf14853..4fee07db4e1da67368cd447a22926c7a0042c4e2 100644 (file)
@@ -1,5 +1,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\]\]
+    \[[!taglink foo|bar]]
+
+while with tag you can only display the tag `foo` as itself
+
+    \[[!tag foo]]
 
 Is that it?