ヘルプ:Formatting/ja
注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
|
ウィキマークアップを使用することによりテキストの整形ができます。テキスト整形マークアップには、アスタリスク・シングルクォート・等号などごく一般的な記号を使用します。これらの記号がウィキ内では特別な機能を果たすのです(一部の記号は特定の位置で使った時だけ機能します)。例えばことばをイタリック体にするには、そのことばを''このように''
シングルクオート2つではさみます。
目次
テキスト整形のマークアップ
説明 | 入力 | 出力 |
---|---|---|
(インライン) 文字整形 - どこでも有効 | ||
斜体テキスト | ''斜体'' |
斜体 |
太字テキスト | '''太字''' |
太字 |
太字と斜体 | '''''太字 & 斜体''''' |
太字 & 斜体 |
取り消し線 | <strike> 取り消し線 </strike> |
|
ウィキ マークアップの回避 | <nowiki>''マークアップ''なし</nowiki> |
''マークアップ''なし |
Escape wiki markup once | [[API]]<nowiki/>extension |
APIextension |
節の整形 - 行頭でのみ有効 | ||
さまざまなレベルの見出し | == レベル 2 == === レベル 3 === ==== レベル 4 ==== ===== レベル 5 ===== ====== レベル 6 ======
|
レベル 2レベル 3レベル 4レベル 5レベル 6 |
水平線 | 前のテキスト ---- 後のテキスト |
前のテキスト 後のテキスト |
番号なしリスト (箇条書き) |
* Start each line * with an [[Wikipedia:asterisk|asterisk]] (*). ** More asterisks give deeper *** and deeper levels. * Line breaks <br />don't break levels. *** But jumping levels creates empty space. Any other start ends the list. |
Any other start ends the list. |
番号付きリスト |
# Start each line # with a [[Wikipedia:Number_sign|number sign]] (#). ## More number signs give deeper ### and deeper ### levels. # Line breaks <br />don't break levels. ### But jumping levels creates empty space. # Blank lines # end the list and start another. Any other start also ends the list. |
Any other start also ends the list. |
定義リスト | ;項目 1 : 定義 1 ;項目 2 : 定義 2-1 : 定義 2-2 |
|
テキストのインデント | : Single indent :: Double indent ::::: Multiple indent This workaround may harm accessibility.
|
|
さまざまな種類のリストの混在 |
# one # two #* two point one #* two point two # three #; three item one #: three def one # four #: four def one #: this looks like a continuation #: and is often used #: instead <br />of <nowiki><br /></nowiki> # five ## five sub 1 ### five sub 1 sub 1 ## five sub 2 The usage of
#: and *: for breaking a line within an item may also harm accessibility. |
|
整形済みテキスト | 行頭に空白を挿入すると テキストが'''整形済み'''になり ''マークアップ''も'''''できます'''''。 この方式は段落整形のみを無効にし、文字整形のマークアップは有効のままです。
|
行頭に空白を挿入すると テキストが整形済みになり マークアップもできます。 |
Preformatted text blocks | <nowiki>Start with a space in the first column, (before the <nowiki>). Then your block format will be maintained. This is good for copying in code blocks: def function(): """documentation string""" if True: print True else: print False</nowiki> |
Start with a space in the first column, (before the <nowiki>). Then your block format will be maintained. This is good for copying in code blocks: def function(): """documentation string""" if True: print True else: print False |
段落
MediaWikiは通常の改行を無視します。新しい段落は空白行を残してから始めます。段落内で改行を強制するためにはHTMLタグの <br />
を使用できます。
HTMLタグ
MediaWikiではいくつかの HTML タグが認められています。これには<code>
, <div>
, <span>
および <font>
などがあります。これらのマークアップはどこで使用しても有効です。
説明 | 入力 | 出力 |
---|---|---|
Inserted (Displays as underline in most browsers) |
<ins>挿入済み</ins> または <u>下線</u> |
挿入済み または 下線 |
Deleted (Displays as strikethrough in most browsers) |
<s>取り消し済み</s> または <del>削除済み</del> |
または
|
等幅テキスト | <code>ソース コード</code> または <tt>Fixed width text</tt> |
または 等幅テキスト |
Blockquotes | 前のテキスト <blockquote>Blockquote</blockquote> 後のテキスト |
前のテキスト Blockquote 後のテキスト |
コメント | <!-- This is a comment --> Comments are visible only in the edit zone. |
Comments are visible only in the edit zone. |
Completely preformatted text | <pre>Text is '''preformatted''' and ''markups'' '''''cannot''''' be done</pre> For marking up of preformatted text, check the "Preformatted text" entry at the end of the previous table.
|
Text is '''preformatted''' and ''markups'' '''''cannot''''' be done |
Customized preformatted text | <pre style="color: red">Text is '''preformatted''' with a style and ''markups'' '''''cannot''''' be done </pre> A CSS style can be named within the
style property. |
Text is '''preformatted''' with a style and ''markups'' '''''cannot''''' be done |
continued:
説明 | 入力 | 出力 |
---|---|---|
Customized preformatted text with text wrap according to available width | <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. </pre> |
This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. |
Preformatted text with text wrap according to available width | <code> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. </code> |
|
記号の挿入
Symbols and other special characters not available on your keyboard can be inserted through a special sequence of characters. Those sequences are called HTML entities. For example, the following sequence (entity) → when inserted will be shown as right arrow HTML symbol → and — when inserted will be shown as an em dash HTML symbol —.
HTML symbol entities | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Á | á | Â | â | ´ | Æ | æ | À | à | ℵ | Α | α | & | ∧ | ∠ | Å | å | ≈ | Ã | ã | Ä | ä | „ | Β | β | ¦ | • | ∩ | Ç | ç | ¸ | ¢ |
Χ | χ | ˆ | ♣ | ≅ | © | ↵ | ∪ | ¤ | † | ‡ | ↓ | ⇓ | ° | Δ | δ | ♦ | ÷ | É | é | Ê | ê | È | è | ∅ | Ε | ε | ≡ | Η | η | ||
Ð | ð | Ë | ë | € | ∃ | ƒ | ∀ | ½ | ¼ | ¾ | ⁄ | Γ | γ | ≥ | > | ↔ | ⇔ | ♥ | … | Í | í | Î | î | ¡ | Ì | ì | ℑ | ∞ | ∫ | Ι | ι |
¿ | ∈ | Ï | ï | Κ | κ | Λ | λ | 〈 | « | ← | ⇐ | ⌈ | “ | ≤ | ⌊ | ∗ | ◊ | | ‹ | ‘ | < | ¯ | — | µ | · | − | Μ | μ | ∇ | – | |
≠ | ∋ | ¬ | ∉ | ⊄ | Ñ | ñ | Ν | ν | Ó | ó | Ô | ô | Œ | œ | Ò | ò | ‾ | Ω | ω | Ο | ο | ⊕ | ∨ | ª | º | Ø | ø | Õ | õ | ⊗ | Ö |
ö | ¶ | ∂ | ‰ | ⊥ | Φ | φ | Π | π | ϖ | ± | £ | ′ | ″ | ∏ | ∝ | Ψ | ψ | " | √ | 〉 | » | → | ⇒ | ⌉ | ” | ℜ | ® | ⌋ | Ρ | ρ | |
› | ’ | ‚ | Š | š | ⋅ | § | | Σ | σ | ς | ∼ | ♠ | ⊂ | ⊆ | ∑ | ⊃ | ¹ | ² | ³ | ⊇ | ß | Τ | τ | ∴ | Θ | θ | ϑ | Þ | þ | ˜ | |
× | ™ | Ú | ú | ↑ | ⇑ | Û | û | Ù | ù | ¨ | ϒ | Υ | υ | Ü | ü | ℘ | Ξ | ξ | Ý | ý | ¥ | ÿ | Ÿ | Ζ | ζ | | |
説明 | 入力 | 出力 |
---|---|---|
著作権記号 | © |
|
ギリシャ文字の「デルタ」 | δ |
|
通貨のユーロ記号 | € |
|
See the list of all HTML entities on the Wikipedia article List of HTML entities. Additionally, MediaWiki supports two non-standard entity reference sequences: &רלמ;
and &رلم;
which are both considered equivalent to ‏
which is a right-to-left mark. (Used when combining right to left languages with left to right languages in the same page.)
HTML tags and symbol entities displayed themselves (with and without interpreting them)
- &euro; → €
- <span style="color: red; text-decoration: line-through;">Typo to be corrected</span> → Typo to be corrected
- <span style="color: red; text-decoration: line-through;">Typo to be corrected</span> → <span style="color: red; text-decoration: line-through;">Typo to be corrected</span>
Nowiki for HTML
<nowiki /> は、(HTML) タグを阻害します:
- <<nowiki />pre> → <pre>
しかし、& 記号はエスケープされません:
- &<nowiki />amp; → &
& 記号をテキストとして出力するには以下のようにします。「&」を使用すると、「&」の文字に置換されます (例: 「&nbsp;」と入力すると、「 」になります)。
その他の整形
テキスト整形以外の整形用マークアップについては以下を参照してください:
- Links
- Lists
- Images
- References - see Extension:Cite/Cite.php
- Tables
You can find more references at Help:Contents.