Wiki Extensions en » History » Revision 2
« Previous |
Revision 2/55
(diff)
| Next »
Haru Iida, 06/11/2009 01:16 AM
Redmine Wiki Extensions Plugin¶
- Table of contents
- Redmine Wiki Extensions Plugin
Adding useful wiki macros.
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 create footnote*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}}
と書きます。
コメント追加機能¶
wikiにコメントを書き込めるようにします。
書式¶
{{comment_form}}
と書くととコメント追加のためのフォームを表示します。 {{comments}}
と書くとそのページに書きこまれたコメントの一覧を表示します。
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
他のプロジェクトのwikiページにリンクを張る¶
他のプロジェクト上のwikiページへのリンクを埋め込むことができます。
書式¶
{{wiki(プロジェクト名, ページ名)}}
{{wiki(プロジェクト識別子, ページ名)}}
また、{{wiki(プロジェクト名, ページ名, エイリアス)}}
のようにエイリアスを指定することで表示する文字を変えることができます。
他のプロジェクトにリンクを張る¶
他のプロジェクトの概要ページへのリンクを埋め込むことができます。
書式¶
{{project(プロジェクト名)}}
{{project(プロジェクト識別子)}}
また、{{project(プロジェクト名, エイリアス)}}
のようにエイリアスを指定することで表示する文字を変えることができます。
例)
Wiki Extensionsの開発プロジェクトは{{project(Wiki Extensions, ここ)}}です。
と書くと以下のようになります。
Wiki Extensionsの開発プロジェクトはここです。
---
Updated by Haru Iida over 15 years ago · 55 revisions