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]]
while with tag you can only display the tag foo
as itself
[[!tag foo]]
Is that it?
\[[!tag]]
does not produce any output in the body of the page, but stores an invisible tag (which, in the default templates, gets displayed in the footer of the page).For instance, this
or this
or even this
will all come out like this:
\[[!taglink]]
produces a WikiLink in the body of the page, and stores an invisible tag like\[[!tag]]
.So this:
renders like this
where
_mushrooms_
represents a hyperlink.