プロジェクト

全般

プロフィール

UsageEn » 履歴 » バージョン 3

Mitsuyoshi Yoshida, 2011/11/11 12:44

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