マークアップ一覧
リビジョン情報
- リビジョン ID: 5979
- 作成日:
- 作成者: marsf
- コメント:
- 査読日: はい
- 査読日:
- 査読者: marsf
- 承認済み はい
- 現在のリビジョン? いいえ
- 翻訳準備中: いいえ
リビジョンのソース
リビジョンの内容
これは、SUMO サイトで利用可能な Wiki マークアップです。
マークアップ
説明 | 表示 | Wiki 構文 | ||||
---|---|---|---|---|---|---|
隠れコメント | <!-- comment -->
| |||||
記事の見出しから目次を生成します。 | __TOC__
| |||||
レベル 1 の見出し |
Level 1 | = Level 1 =
| ||||
レベル 2 の見出し |
Level 2 | == Level 2 ==
| ||||
レベル 3 の見出し |
Level 3 | === Level 3 ===
| ||||
レベル 4 の見出し |
Level 4 | ==== Level 4 ====
| ||||
レベル 5 の見出し |
Level 5 | ===== Level 5 =====
| ||||
レベル 6 の見出し |
Level 6 | ====== Level 6 ======
| ||||
補足 | text
| {note}text{/note}
| ||||
警告 | text
| {warning}text{/warning}
| ||||
太字 | text | '''text'''
| ||||
斜体 | text | ''text''
| ||||
太字と斜体 | Bold and italic text | '''''Bold''' and italic'' text
| ||||
Wiki の解釈をしない | [[Not a link]] | <nowiki>[[Not a link]]</nowiki>
| ||||
他の記事へのリンク | Page Title | [[Contributor Home Page]]
| ||||
リンクテキストを指定した他の記事へのリンク | click here | [[Page Title|click here]]
| ||||
他の記事の特定のアンカーへのリンク | Page Title | [[Page Title#Heading]]
| ||||
外部リンク | http://www.mozilla.com/ | [http://www.mozilla.com/]
| ||||
リンクテキストを指定した外部リンク | Mozilla | [http://www.mozilla.com/ Mozilla]
| ||||
順序付きリスト |
| # Item 1
| ||||
箇条書きリスト |
| * Item 1
| ||||
定義リスト |
| ; Term
| ||||
サブリスト (複数のリスト形式が混在できます) |
| * Item A
| ||||
設定名または設定値 | text | <span class="pref">text</span>
| ||||
ソースコード | code
| <code>code</code>
| ||||
ファイル名またはパス | file | {filepath file}
| ||||
キーボードショートカット | Ctrl + T | {key Ctrl+T}
| ||||
メニューパス | {menu Firefox}
| |||||
ボタン | {button Button}
| |||||
表組み |
| {| |A||B |- |C||D |} | ||||
表やリスト内の改行 | line break | line<br>break
| ||||
整形済みテキスト |
This is preformatted | <pre>This is</pre> | ||||
水平線 | text above
text below | text above ---- text below | ||||
取り消し線 | <s>Strikeout</s> or <del>Strikeout</del>
|
Tables
Tables are complicated and fancy.
{for}
{for}
doesn't need any special styling, but it's useful to specify that content only applies to certain operating systems or Firefox version. More info about {for}
You're probably using WindowsMac OSLinux.
Here
Are
Several
This is a preformatted section
It could also be created with <pre> tags
Nested
We allow blockquotes
Headings
- Do we
- handle DLs?
- and bare DDs?
- Do they work?