プロジェクト

全般

プロフィール

UsageEn » 履歴 » リビジョン 2

リビジョン 1 (Mitsuyoshi Yoshida, 2011/11/01 01:13) → リビジョン 2/3 (Mitsuyoshi Yoshida, 2011/11/01 01:17)

[[Usage|日本語]] 

 h1. Usage 

 {{>toc}} 

 h1. Usage 


 Start from _Glossary_ item of a project menu. 


 

 !new_term_link.png! 

 h2. Add new term 

 Clicks the link of _New term_, moves to a term addition page. 

 !new_term_link.png! !new_term.png! 


 h2. Items description of a term 

 !new_term.png! 

 h3. Name 

 The name of a term. 


 h3. English 

 The English name of a term. 

 This is the item for an interlinear translation table 
 of English and the other language. 


 h3. Ruby 

 This parameter is used for specifying Ruby annotations, which is used in East Asian typography. 


 h3. Whole word for abbrevation 

 This parameter is used for a abbreved term such as FTP, in order to provide its expanned whole words. 
 It is displayed as the <abbr> tag in term macro. 

 h3. Data type for coding 

 It implements the term with this data type for coding. 

 This is the item for an transformation dictionary of data type (class name). 


 h3. Abbreviation for coding 

 Often establishes the coding rule in a company or project to to make it easy to read codes. 
 In the same way, unifying abbreviation of terms make it easy. 

 This is the item for unifying abbreviation in codes. 


 h3. Category 

 This is the item for categorizing terms. 


 h3. Description 

 This is the item for detailed explanation of a term. 


 h2. Link to a term 

 The linking to the term can be taken using the macro. 

 The link target term is specified by a number or a term name. 

 * <notextile>{{</notextile>termno(_No._)<notextile>}}</notextile> 
 * <notextile>{{</notextile>term(_Name_)<notextile>}}</notextile> 
 * <notextile>{{</notextile>term(_Name_, _Project_Identifer_)<notextile>}}</notextile> 

 ex. <pre><code class="plaintext>      {{termno(1)}} 
     {{term(foo)}} 
     {{term(foo, barproj)}} 
 </pre></code> 

 When specifying a project in a *term* macro, it links a term in the project. 
 When omitting a project, it searches for the term in the current project. 
 If not found out, it searches other projects, too. 

 This macro can insert by pushing !termlink.png! button with text box for wiki edit.