HOWTOs
Link to a particular place of a page
One can link to the top of a page through <span class="createlink"><a href="/~jerojasro/wiki/ikiwiki.cgi?page=link&from=techdoc%2Fikiwiki&do=create" rel="nofollow">?</a>link</span>
, but what if you want to
link to a particular section?
In the place you want to link to, add the following HTML tag:
<a id="label_name"/>
In the place you want to put the link, write this:
<span class="createlink"><a href="/~jerojasro/wiki/ikiwiki.cgi?page=page&from=techdoc%2Fikiwiki&do=create" rel="nofollow">?</a>page</span>
Toggle text
Define the text you want to use as switch with <a class="toggle" href="#techdoc-ikiwiki.XXXX">YYYY</a>
,
and define the text you want to show/hide with `
ZZZZZZZ
`