プロジェクト

全般

プロフィール

UsageEn » 履歴 » バージョン 1

Mitsuyoshi Yoshida, 2011/11/01 01:13

1 1 Mitsuyoshi Yoshida
[[Usage|日本語]]
2
3
h1. Usage
4
5
{{>toc}}
6
7
Start from _Glossary_ item of a project menu.
8
9
!new_term_link.png!
10
11
h2. Add new term
12
13
Clicks the link of _New term_, moves to a term addition page.
14
15
!new_term.png!
16
17
18
h2. Items description of a term
19
20
h3. Name
21
22
The name of a term.
23
24
25
h3. English
26
27
The English name of a term.
28
29
This is the item for an interlinear translation table
30
of English and the other language.
31
32
33
h3. Ruby
34
35
This parameter is used for specifying Ruby annotations, which is used in East Asian typography.
36
37
38
h3. Whole word for abbrevation
39
40
This parameter is used for a abbreved term such as FTP, in order to provide its expanned whole words.
41
It is displayed as the <abbr> tag in term macro.
42
43
h3. Data type for coding
44
45
It implements the term with this data type for coding.
46
47
This is the item for an transformation dictionary of data type (class name).
48
49
50
h3. Abbreviation for coding
51
52
Often establishes the coding rule in a company or project to to make it easy to read codes.
53
In the same way, unifying abbreviation of terms make it easy.
54
55
This is the item for unifying abbreviation in codes.
56
57
58
h3. Category
59
60
This is the item for categorizing terms.
61
62
63
h3. Description
64
65
This is the item for detailed explanation of a term.
66
67
68
h2. Link to a term
69
70
The linking to the term can be taken using the macro.
71
72
The link target term is specified by a number or a term name.
73
74
* <notextile>{{</notextile>termno(_No._)<notextile>}}</notextile>
75
* <notextile>{{</notextile>term(_Name_)<notextile>}}</notextile>
76
* <notextile>{{</notextile>term(_Name_, _Project_Identifer_)<notextile>}}</notextile>
77
78
ex. <pre><code class="plaintext>    {{termno(1)}}
79
    {{term(foo)}}
80
    {{term(foo, barproj)}}
81
</pre></code>
82
83
When specifying a project in a *term* macro, it links a term in the project.
84
When omitting a project, it searches for the term in the current project.
85
If not found out, it searches other projects, too.
86
87
This macro can insert by pushing !termlink.png! button with text box for wiki edit.