プロジェクト

全般

プロフィール

Wiki Extensions en » 履歴 » リビジョン 5

リビジョン 4 (Haru Iida, 2009/06/11 01:25) → リビジョン 5/55 (Haru Iida, 2009/06/11 01:33)

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 create {{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}}@ displays the list of comment. 

 {{comments}} 
 {{comment_form}} 


 h2. Link to tha page of other projects. 他のプロジェクトのwikiページにリンクを張る 

 You can create the link to the page of other projects. 他のプロジェクト上のwikiページへのリンクを埋め込むことができます。 

 h3. Syntacs 書式 

 * @{{wiki(project_name, wiki_page)}}@ @{{wiki(プロジェクト名, ページ名)}}@ 
 * @{{wiki(project_name, wiki_page, alias)}}@ 
 * @{{wiki(project_identifier, wiki_page)}}@ 
 * @{{wiki(project_identifier, wiki_page, alias)}}@ 


 @{{wiki(プロジェクト識別子, ページ名)}}@ 

 また、@{{wiki(プロジェクト名, ページ名, エイリアス)}}@ のようにエイリアスを指定することで表示する文字を変えることができます。 

 h2. Link to other projects 他のプロジェクトにリンクを張る 

 You can create the link to projects. 他のプロジェクトの概要ページへのリンクを埋め込むことができます。 

 h3. Syntacs 書式 

 * @{{project(project_name)}}@ @{{project(プロジェクト名)}}@ 
 * @{{project(project_name, alias)}}@ @{{project(プロジェクト識別子)}}@ 

 また、@{{project(プロジェクト名, エイリアス)}}@ のようにエイリアスを指定することで表示する文字を変えることができます。 

 例) 
 * @{{project(project_identifier)}}@ 
 * @{{project(project_identifier, alias)}}@ 


 ex.) 
 <pre> 
 Project of Wiki Extensions Plugin is {{project(Wiki Extensionsの開発プロジェクトは{{project(Wiki Extensions, here)}}. ここ)}}です。 
 </pre> 
 と書くと以下のようになります。 

 "Project of Wiki Extensions Plugin is {{project(Wiki Extensionsの開発プロジェクトは{{project(Wiki Extensions, here)}}." 

 ここ)}}です。 
 --- 
 {{fnlist}}