Wiki記法ガイド-en のバックアップ(No.1)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Wiki記法ガイド-en へ行く。
- 1 (2018/12/05 19:58:59)
- 2 (2018/12/05 21:53:50)
- 3 (2018/12/05 22:42:36)
- 4 (2018/12/06 08:45:17)
This page is the reference how to write wiki pages.
Basic Knowledge
- Open any page and click "Edit" in the upper left. And you can edit the page.
- Click "New" in the upper left and input the page name. And you can create the new page.
- You can use TestPage1 and TestPage2 to try any formats.
- If you have any question, please post comments on the bottom comment field of this page.
Text Decoration
| Name | Format | Description |
|---|---|---|
| Font Size | &size(サイズ){文字}; | 文字のサイズを指定します |
| Font Color | &color(文字色){文字}; | 文字の色を指定します |
| Font Color and Background Color | &color(文字色,背景色){文字}; | 文字の色と背景色を指定します |
| Bold | ''文字'' | 文字を太字にします |
| Italic | '''文字''' | 文字を斜体にします |
| Strikeout | %%文字%% | 文字に取消線をつけます |
| Underline | %%%文字%%% | 文字に下線をつけます |
| Superscript | &sup(){文字}; | 文字を上付き文字にします |
| Subscript | __文字__ | 文字を下付き文字にします |
| Newline | &br; | 改行します |
Headings
| Name | Format | Description |
|---|---|---|
| Heading1 | *これは見出し1です | 見出し1を付けます |
| Headings2 | **これは見出し2です | 見出し2を付けます |
| Headings3 | ***これは見出し3です | 見出し3を付けます |
List
| Name | Format | Description |
|---|---|---|
| Unordered List | -箇条書きリスト1 --箇条書きリスト1-1 ---箇条書きリスト1-1-1 | 箇条書きリストにします |
| Ordered List | +番号付きリスト1 ++番号付きリスト1-1 +++番号付きリスト1-1-1 | 番号付きリストにします |
Align
Link
| 名前 | 記法 | 説明 |
|---|---|---|
| Link | [[文字>ページ名]] | 文字をページへのリンクにします |
| Page Link | [[ページ名]] | ページ名のリンクにします |
| External Link | [[文字>URL]] | 文字をURLへのリンクにします |
| In-page Link | [[文字>#ID]] | 文字をIDの箇所へのリンクにします |
| In-other-page Link | [[文字>ページ名#ID]] | 文字をページのIDの箇所へのリンクにします |
| Specify ID | &aname(ID名); | IDを設定します |
Image
| Name | Format | Description |
|---|---|---|
| Display Image | &ref(画像URL); | 画像を表示します |
| Display Attached Image | &ref(添付ファイル名); | 添付画像を表示します |
| Display Image attached to another page | &ref(ページ名/添付ファイル名); | 別ページの添付画像を表示します |
Table
| Name | Format | Description |
|---|---|---|
| Table | |これは|テーブル|です| | テーブルを作成します |
| Join with Right Cell | |>| | セルを右と結合します |
| Join with Upper Cell | |~| | セルを上と結合します |
| Font Size | |SIZE(サイズ):内容| | セルの文字のサイズを指定します |
| Font Color | |COLOR(文字色):内容| | セルの文字の色を指定します |
| Background Color | |BGCOLOR(背景色):内容| | セルの背景色を指定します |
| Align | |内容| | セルの行揃えを設定します |
| Attribute Line | |属性|c | テーブルの属性をまとめて指定します |
| Header Line | |内容|h | 行をヘッダにします |
| Header Cell | |~内容| | セルをヘッダにします |
| Footer Line | |内容|f | 行をフッタにします |
Others
| Name | Format | Description |
|---|---|---|
| Folding | #region(タイトル) 内容 #endregion | 折りたたみできるようにします |
| Folded Folding | #region(タイトル,close) 内容 #endregion | 折りたたまれた状態で折りたたみを表示します |
| Quotation | >これは引用文です | 引用文にします |
| Annotation | 注釈される文字((注釈文字)) | 注釈を設定します |
| Show Annotation List | #note | 注釈を表示します |
System
| Name | Format | Description |
|---|---|---|
| Table of Contents | #contents | 目次を表示します |
| Comment Field | #dcomment | コメント欄を表示します |
| Comment Out | //コメント | コメントはページに表示されなくなります |
| Change Title | #title(タイトル) | ページタイトルを変更します |
このページへのコメント
コメントはありません。

