diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web> | 2012-08-17 18:08:32 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-17 18:08:32 -0400 |
commit | fd4312866be4d44751391deb50e6851987754b6a (patch) | |
tree | 424979ebc3b0a43b4b5629bf7bae963bef66f876 | |
parent | a922fdb6000c971a2c1f7aa6a9cceb8a2a16804a (diff) | |
download | ikiwiki-fd4312866be4d44751391deb50e6851987754b6a.tar ikiwiki-fd4312866be4d44751391deb50e6851987754b6a.tar.gz |
-rw-r--r-- | doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn | 6 |
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? |