(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web>
Fri, 17 Aug 2012 22:08:32 +0000 (18:08 -0400)
committeradmin <admin@branchable.com>
Fri, 17 Aug 2012 22:08:32 +0000 (18:08 -0400)
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?