Wiki Extensions en » History » Revision 7
Revision 6 (Haru Iida, 06/11/2009 01:34 AM) → Revision 7/55 (Haru Iida, 06/11/2009 01:36 AM)
h1. Redmine Wiki Extensions Plugin
{{>toc}}
This plugin adds usefull wiki macros into your Redmine.
h2. Downloads
h3. Releases
not yet.
h3. Development version
http://hudson.r-labs.org/hudson/job/Wiki%20Extensions%20Plugin/
h2. Side bar
If you create the page named [[SideBar]], displaying it on a side-bar of the wiki.
h2. Footnote
This macro creates {{fn(footnotes, Note of text placed at the bottom of a page.)}} in wiki pages.
h3. Syntacs
*@{{fn(word, description)}}@*:
ex.
<pre>
This site is {{fn(Redmine, One of the best project management tool.)}} site.
</pre>
"This site is {{fn(Redmine, One of the best project management tool.)}} site."
*@{{fnlist}}@* displays list of footnotes. See the bottom of this page.
h2. Addin comment form
You can add a comment form in a page.
h3. Syntacs
*@{{comment_form}}@* displays the comment form in a page. And *@{{comments}}@* macro @{{comments}}@ displays the list of comment.
{{comments}}
{{comment_form}}
h2. Link to tha page of other projects.
You can create the link to the page of other projects.
h3. Syntacs
* @{{wiki(project_name, wiki_page)}}@
* @{{wiki(project_name, wiki_page, alias)}}@
* @{{wiki(project_identifier, wiki_page)}}@
* @{{wiki(project_identifier, wiki_page, alias)}}@
h2. Link to other projects
You can create the link to projects.
h3. Syntacs
* @{{project(project_name)}}@
* @{{project(project_name, alias)}}@
* @{{project(project_identifier)}}@
* @{{project(project_identifier, alias)}}@
ex.)
<pre>
Project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}.
</pre>
"Project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}."
---
{{fnlist}}