diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web> | 2012-08-17 18:06:34 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-17 18:06:34 -0400 |
commit | a922fdb6000c971a2c1f7aa6a9cceb8a2a16804a (patch) | |
tree | 0c0c3e49127c168160449848ce35a6dee64bec94 /doc | |
parent | cef1c9dcec048f1fd9ea9968f8f3e1846ff9d6da (diff) | |
download | ikiwiki-a922fdb6000c971a2c1f7aa6a9cceb8a2a16804a.tar ikiwiki-a922fdb6000c971a2c1f7aa6a9cceb8a2a16804a.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn | 5 |
1 files changed, 5 insertions, 0 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 new file mode 100644 index 000000000..5ebc3e257 --- /dev/null +++ b/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn @@ -0,0 +1,5 @@ +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\]\] + +Is that it? |