Wiki Extensions en » History » Revision 6
« Previous |
Revision 6/55
(diff)
| Next »
Haru Iida, 06/11/2009 01:34 AM
Redmine Wiki Extensions Plugin¶
- Table of contents
- Redmine Wiki Extensions Plugin
This plugin adds usefull wiki macros into your Redmine.
Downloads¶
Releases¶
not yet.
Development version¶
http://hudson.r-labs.org/hudson/job/Wiki%20Extensions%20Plugin/
Side bar¶
If you create the page named SideBar, displaying it on a side-bar of the wiki.
Footnote¶
This macro creates footnotes*1 in wiki pages.
Syntacs¶
{{fn(word, description)}}
:
ex.
This site is {{fn(Redmine, One of the best project management tool.)}} site.
"This site is Redmine*2 site."
{{fnlist}}
displays list of footnotes. See the bottom of this page.
Addin comment form¶
You can add a comment form in a page.
Syntacs¶
{{comment_form}}
displays the comment form in a page. And {{comments}}
displays the list of comment.
Added by Haru Iida over 15 years ago
This is a sample of comment.
Added by sundisb billaaa over 11 years ago
[b][url=http://www.outletchanelshop.com/]chanel bags outlet online[/url][/b]
[b][url=http://www.outletchanelshop.com/]chanel <strong><a href="http://www.outletchanelshop.com/">chanel bags outlet online</a></strong>
<br>
<strong><a href="http://www.outletchanelshop.com/">chanel bags for sale</a></strong>
<br>
<strong><a href="http://www.outletchanelshop.com/">chanel handbags for sale</a></strong>
<br>
<strong><a href="http://www.outletchanelshop.com/">discount chanel handbags</a></strong>
<br>
<strong><a href="http://www.outletchanelshop.com/">chanel handbags 2012</a></strong>
<br>
Added by Haru Iida over 15 years ago
Of course you can use Wiki format
Link to tha page of other projects.¶
You can create the link to the page of other projects.
Syntacs¶
{{wiki(project_name, wiki_page)}}
{{wiki(project_name, wiki_page, alias)}}
{{wiki(project_identifier, wiki_page)}}
{{wiki(project_identifier, wiki_page, alias)}}
Link to other projects¶
You can create the link to projects.
Syntacs¶
{{project(project_name)}}
{{project(project_name, alias)}}
{{project(project_identifier)}}
{{project(project_identifier, alias)}}
ex.)
Project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}.
"Project of Wiki Extensions Plugin is here."
Updated by Haru Iida over 15 years ago · 55 revisions