Wiki Extensions en » History » Revision 15
« Previous |
Revision 15/55
(diff)
| Next »
Haru Iida, 06/22/2009 03:58 PM
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*1 of the wiki.
Footnote¶
This macro creates footnotes*2 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*3 site."
You can see footnotes on the bottom of this page.
Adding comment form¶
You can add a comment form in a page.
Syntacs¶
{{comment_form}}
displays the comment form in a page. And {{comments}}
macro 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 the page of other projects.¶
[06/11/2009]
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¶
[06/11/2009]
You can create the link to projects.
Syntacs¶
{{project(project_name)}}
{{project(project_name, alias)}}
{{project(project_identifier)}}
{{project(project_identifier, alias)}}
ex.)
The project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}.
"The project of Wiki Extensions Plugin is here."
New macro¶
[06/12/2009]
Syntacs¶
{{new(yyyy-mm-dd)}}
{{new(yyyy-mm-dd, expire)}}
Displays the string "new" if specific date does not expired. Default of expire is 5 days.
Tags¶
You can see the tag input form at the bottom of the wiki editing page. You can add several tags to each wiki pages.
And {{tagcloud}}
macro displays the tag cloud. so you can write this macro into SideBar like this site.
Updated by Haru Iida over 15 years ago · 15 revisions