aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web>2012-08-17 18:08:32 -0400
committeradmin <admin@branchable.com>2012-08-17 18:08:32 -0400
commitfd4312866be4d44751391deb50e6851987754b6a (patch)
tree424979ebc3b0a43b4b5629bf7bae963bef66f876 /doc
parenta922fdb6000c971a2c1f7aa6a9cceb8a2a16804a (diff)
downloadikiwiki-fd4312866be4d44751391deb50e6851987754b6a.tar
ikiwiki-fd4312866be4d44751391deb50e6851987754b6a.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn b/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
index 5ebc3e257..4fee07db4 100644
--- a/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
+++ b/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
@@ -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?