プロジェクト

全般

プロフィール

Wiki Extensions en » 履歴 » バージョン 13

Haru Iida, 2009/06/11 16:00

1 1 Haru Iida
h1. Redmine Wiki Extensions Plugin
2
3
{{>toc}}
4
5 4 Haru Iida
This plugin adds usefull wiki macros into your Redmine.
6 1 Haru Iida
7
h2. Downloads
8
9
h3. Releases
10
11
not yet.
12
13
h3. Development version
14
15
http://hudson.r-labs.org/hudson/job/Wiki%20Extensions%20Plugin/
16
17
18
h2. Side bar
19
20 8 Haru Iida
If you create the page named [[SideBar]], displaying it on a {{fn(side-bar, You can see it on tha right side of this page.)}} of the wiki.
21 1 Haru Iida
22
h2. Footnote
23
24 11 Haru Iida
This macro creates {{fn(footnotes, Notes of text placed at the bottom of a page.)}} in wiki pages.
25 1 Haru Iida
26 2 Haru Iida
h3. Syntacs
27 1 Haru Iida
28 3 Haru Iida
*@{{fn(word, description)}}@*: 
29 2 Haru Iida
30
ex.
31
32 1 Haru Iida
<pre>
33 2 Haru Iida
This site is {{fn(Redmine, One of the best project management tool.)}} site.
34 1 Haru Iida
</pre>
35
36 2 Haru Iida
"This site is {{fn(Redmine, One of the best project management tool.)}} site."
37 1 Haru Iida
38 12 Haru Iida
You can see footnotes on the bottom of this page.
39 1 Haru Iida
40 4 Haru Iida
h2. Addin comment form
41 1 Haru Iida
42 4 Haru Iida
You can add a comment form in a page.
43 1 Haru Iida
44 4 Haru Iida
h3. Syntacs
45 1 Haru Iida
46 7 Haru Iida
*@{{comment_form}}@* displays the comment form in a page. And *@{{comments}}@* macro displays the list of comment.
47 1 Haru Iida
48
{{comments}}
49
{{comment_form}}
50
51
52 5 Haru Iida
h2. Link to tha page of other projects.
53 1 Haru Iida
54 5 Haru Iida
You can create the link to the page of other projects.
55 1 Haru Iida
56 5 Haru Iida
h3. Syntacs
57 1 Haru Iida
58 5 Haru Iida
* @{{wiki(project_name, wiki_page)}}@
59
* @{{wiki(project_name, wiki_page, alias)}}@
60
* @{{wiki(project_identifier, wiki_page)}}@
61
* @{{wiki(project_identifier, wiki_page, alias)}}@
62 1 Haru Iida
63
64 5 Haru Iida
h2. Link to other projects
65 1 Haru Iida
66 5 Haru Iida
You can create the link to projects.
67 1 Haru Iida
68 5 Haru Iida
h3. Syntacs
69 1 Haru Iida
70 5 Haru Iida
* @{{project(project_name)}}@
71
* @{{project(project_name, alias)}}@
72
* @{{project(project_identifier)}}@
73
* @{{project(project_identifier, alias)}}@
74 1 Haru Iida
75
76 5 Haru Iida
ex.)
77 1 Haru Iida
<pre>
78 10 Haru Iida
The project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}.
79 1 Haru Iida
</pre>
80
81
"The project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}."
82 13 Haru Iida
83
h2. New macro
84
85
{{new(2009-06-12)}}
86
87
h3. Syntacs
88
89
* @{{new(yyyy-mm-dd)}}@
90
* @{{new(yyyy-mm-dd, expire)}}@
91
92
93
Displays the string "new" if specific date does not expired. Default of expire is 5.