「ヘルプ:Formatting/ja」の版間の差分

提供: ひつじ小屋別館2代目
移動先: 案内検索
(1版)
(& 記号をテキストとして出力するには以下のようにします。「<tt>&amp;</tt>」を使用すると、「&」の文字に置換されます (例: 「<tt>&amp;nbsp;</tt>」と入力すると、「<tt>&nbsp;</tt>」に...)
1行目: 1行目:
{{PD Help Page}}
+
<languages />
 +
{{TNT|PD Help Page}}
 
ウィキマークアップを使用することによりテキストの整形ができます。テキスト整形マークアップには、アスタリスク・シングルクォート・等号などごく一般的な記号を使用します。これらの記号がウィキ内では特別な機能を果たすのです(一部の記号は特定の位置で使った時だけ機能します)。例えばことばを''イタリック体''にするには、そのことばを<code><nowiki>''このように''</nowiki></code>シングルクオート2つではさみます。
 
ウィキマークアップを使用することによりテキストの整形ができます。テキスト整形マークアップには、アスタリスク・シングルクォート・等号などごく一般的な記号を使用します。これらの記号がウィキ内では特別な機能を果たすのです(一部の記号は特定の位置で使った時だけ機能します)。例えばことばを''イタリック体''にするには、そのことばを<code><nowiki>''このように''</nowiki></code>シングルクオート2つではさみます。
  
== テキスト整形のマークアップ==
+
== テキスト整形のマークアップ ==
 
{| class="wikitable"
 
{| class="wikitable"
! style="width:15%" |説明
+
! 説明
! style="width:45%" | 入力内容
+
! width=40% | 入力
! style="width:40%" | 表示結果
+
! width=40% | 出力
 
|-
 
|-
! colspan="3" align="center" | 文字整形 - ''どこでも有効''
+
! colspan="3" style="background: #ABE" | (インライン) 文字整形 - ''どこでも有効''
 
|-
 
|-
|イタリック
+
| 斜体テキスト
|<pre>''イタリック''</pre>
+
| <pre>
|''イタリック''
+
''斜体''
 +
</pre>
 +
|
 +
''斜体''
 
|-
 
|-
| ボールド
+
| 太字テキスト
|<pre>'''ボールド'''</pre>
+
| <pre>
|'''ボールド'''
+
'''太字'''
 +
</pre>
 +
|
 +
'''太字'''
 
|-
 
|-
| ボールドとイタリック
+
| 太字と斜体
|<pre>'''''ボールドとイタリック'''''</pre>
+
| <pre>
|'''''ボールドとイタリック'''''
+
'''''太字 & 斜体'''''
 +
</pre>
 +
|
 +
'''''太字 & 斜体'''''
 
|-
 
|-
|ウィキマークアップを回避
+
| 取り消し線
|<pre>&lt;nowiki>''マークアップ''なし</nowiki></pre>
+
| <pre>
|<nowiki>''マークアップ''なし</nowiki>
+
<strike> 取り消し線 </strike>
 +
</pre>
 +
|<strike> 取り消し線 </strike>
 
|-
 
|-
! colspan="3" align="center" | 段落整形 - ''行冒頭でのみ有効''
+
| ウィキ マークアップの回避
 +
| <pre>
 +
&lt;nowiki&gt;''マークアップ''なし&lt;/nowiki&gt;
 +
</pre>
 +
|
 +
<nowiki>''マークアップ''なし</nowiki>
 
|-
 
|-
|異なるサイズの見出し
+
| Escape wiki markup once
 +
| <pre>
 +
[[API]]&lt;nowiki/>extension
 +
</pre>
 
|
 
|
<pre>=レベル 1=
+
[[API]]<nowiki/>extension
==レベル 2==
+
|-
=== レベル 3===
+
! colspan="3" style="background: #ABE" | 節の整形 - ''行頭でのみ有効''
==== レベル 4====
+
|-
===== レベル 5=====
+
| さまざまなレベルの見出し
====== レベル 6======</pre>
+
| <pre>
4つ以上の見出しを作成すると [http://ja.wikipedia.org/wiki/Help:セクション#目次 目次]が自動的に作成されます。
+
== レベル 2 ==
  
レベル 1の見出しはページ名と同じスタイルに整形され、混乱のもととなりますので、'''使用を控えるべきです'''。
+
=== レベル 3 ===
  
 +
==== レベル 4 ====
 +
 +
===== レベル 5 =====
 +
 +
====== レベル 6 ======
 +
</pre>
 +
----
 +
{{note|
 +
* [[Special:MyLanguage/Help_talk:Formatting#Level_1|Skip Level 1]], it is page name level.
 +
* An article with 4 or more headings automatically creates a [[wikipedia:Wikipedia:Section#Table of contents (TOC)|目次]].
 +
}}
 
|
 
|
<div style="font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">レベル 1</div>
+
<!-- 新しい節が作成されるのを回避するため、HTML マークアップを使用しています -->
<div style="font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">レベル 2</div>
+
<h2>レベル 2</h2>
<div style="font-size: 132%; border-bottom: none; font-weight: bold;">レベル 3</div>
+
 
<div style="font-size: 100%; border-bottom: none; font-weight: bold;">レベル 4</div>
+
<h3>レベル 3</h3>
<div style="font-size: 86%; border-bottom: none; font-weight: bold;">レベル 5</div>
+
 
<div style="font-size: 80%; border-bottom: none; font-weight: bold;">レベル 6</div>
+
<h4>レベル 4</h4>
 +
 
 +
<h5>レベル 5</h5>
 +
 
 +
<h6>レベル 6</h6>
 
|-
 
|-
|水平線
+
| 水平線
|
+
| <pre>
<pre>----</pre>
+
前のテキスト
 +
----
 +
後のテキスト
 +
</pre>
 
|
 
|
 +
前のテキスト
 
----
 
----
 +
後のテキスト
 
|-
 
|-
|点付きリスト(箇条書き)
+
| 番号なしリスト (箇条書き)
 
|
 
|
 
<pre>
 
<pre>
* いち
+
* 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.
 
</pre>
 
</pre>
空行を間にいれるとそこでリストが終了し、新しいリストが開始されます。
 
 
|
 
|
* いち
+
* 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.
 
|-
 
|-
|番号付リスト
+
| 番号付きリスト
 
|
 
|
 
<pre>
 
<pre>
# いち
+
# Start each line
# に<br />番号を連続させつつ<br />改行する
+
# 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.
 
</pre>
 
</pre>
 
|
 
|
# いち
+
# Start each line
# に<br />番号を連続させつつ<br />改行する
+
# 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.
 
|-
 
|-
|定義リスト
+
| 定義リスト
|
+
| <pre>
<pre>
 
 
;項目 1
 
;項目 1
:定義 1
+
: 定義 1
 
;項目 2
 
;項目 2
:定義 2-1
+
: 定義 2-1
:定義 2-2
+
: 定義 2-2
 
</pre>
 
</pre>
 
|
 
|
 
;項目 1
 
;項目 1
:定義 1
+
: 定義 1
 
;項目 2
 
;項目 2
:定義 2-1
+
: 定義 2-1
:定義 2-2
+
: 定義 2-2
 
|-
 
|-
|定義リストをインデントに転用する
+
| テキストのインデント
 +
| <pre>
 +
: Single indent
 +
:: Double indent
 +
::::: Multiple indent
 +
</pre>
 +
----
 +
{{Note|This workaround may harm accessibility.}}
 
|
 
|
<pre>:シングルインデント
+
: Single indent
::ダブルインデント
+
:: Double indent
:::::複数インデント</pre>
+
::::: Multiple indent
この使い方はアクセシビリティの観点から反対する見解もあります。
 
|
 
:シングルインデント
 
::ダブルインデント
 
:::::複数インデント
 
 
|-
 
|-
| 複数種のリストを混在させる
+
| さまざまな種類のリストの混在
 
|
 
|
 
<pre>
 
<pre>
# いち
+
# one
#
+
# two
#* に の いち
+
#* two point one
#* に の に
+
#* two point two
# さん
+
# three
#; さんの項目1
+
#; three item one
#: さんの定義1
+
#: three def one
# よん
+
# four
#: よんの定義1
+
#: four def one
#: これは # よん の続きにも見えるので
+
#: this looks like a continuation
#: <br />の代わりに使われることがあります
+
#: and is often used
;項目 1
+
#: instead <br />of &lt;nowiki><br />&lt;/nowiki>
:* 定義 1-1
+
# five
:* 定義 1-2
+
## five sub 1
:
+
### five sub 1 sub 1
;項目 2
+
## five sub 2
:# 定義 2-1
 
:# 定義 2-2
 
 
</pre>
 
</pre>
項目内の改行のために <code>#:</code> や  <code>*:</code> を使うことにも同様に反対の見解があります。
+
----
 +
{{note|The usage of <code>#:</code> and <code>*:</code> for breaking a line within an item may also harm accessibility.}}
 
|
 
|
# いち
+
# one
#
+
# two
#* に の いち
+
#* two point one
#* に の に
+
#* two point two
# さん
+
# three
#; さんの項目1
+
#; three item one
#: さんの定義1
+
#: three def one
# よん
+
# four
#: よんの定義1
+
#: four def one
#: これは <code># よん</code> の続きにも見えるので
+
#: this looks like a continuation
#: <code><nowiki><br /></nowiki></code>の代わりに使われることがあります
+
#: and is often used
;項目 1
+
#: instead <br />of <nowiki><br /></nowiki>
:* 定義 1-1
+
# five
:* 定義 1-2
+
## five sub 1
:
+
### five sub 1 sub 1
;項目 2
+
## five sub 2{{anchor|pre}}
:# 定義 2-1
 
:# 定義 2-2
 
 
|-
 
|-
|未整形テキスト
+
| 整形済みテキスト
 +
| <pre>
 +
行頭に空白を挿入すると
 +
テキストが'''整形済み'''になり
 +
''マークアップ''も'''''できます'''''。
 +
</pre>
 +
----
 +
{{note|この方式は段落整形のみを無効にし、文字整形のマークアップは有効のままです。}}
 
|
 
|
<pre>
+
行頭に空白を挿入すると
  行の最初に'''スペース'''
+
  テキストが'''整形済み'''になり
  ''挿入''すると
+
  ''マークアップ''も'''''できます'''''
  未整形のままになる
+
|-
 +
| Preformatted text blocks
 +
| <pre> <nowiki><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></nowiki>
 
</pre>
 
</pre>
この方式は段落整形のみを無効にし、文字整形のマークアップは有効のままです。
 
 
|
 
|
  行の最初に'''スペース'''を
+
  <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>
 
|}
 
|}
 +
== 段落 ==
 +
 +
MediaWikiは通常の改行を無視します。新しい段落は空白行を残してから始めます。段落内で改行を強制するためにはHTMLタグの <code>&lt;br /></code> を使用できます。
  
== 段落 ==
+
== HTMLタグ ==
MediaWikiは通常の改行を無視します。新しい段落は空白行を残してから始めます。段落内で改行を強制するためにはHTMLタグの <pre><br> or <br /></pre>を使うことができます。
 
  
== HTML ==
 
 
MediaWikiではいくつかの [[w:ja:HyperText Markup Language|HTML]] タグが認められています。これには<code><nowiki><code></nowiki></code>, <code><nowiki><div></nowiki></code>, <code><nowiki><span></nowiki></code> および <code><nowiki><font></nowiki></code> などがあります。これらのマークアップはどこで使用しても有効です。
 
MediaWikiではいくつかの [[w:ja:HyperText Markup Language|HTML]] タグが認められています。これには<code><nowiki><code></nowiki></code>, <code><nowiki><div></nowiki></code>, <code><nowiki><span></nowiki></code> および <code><nowiki><font></nowiki></code> などがあります。これらのマークアップはどこで使用しても有効です。
 +
{| class="wikitable"
 +
! 説明
 +
! width=40% | 入力
 +
! width=40% | 出力
 +
|-
 +
| Inserted <br />(Displays as underline in most browsers)
 +
| <pre>
 +
<ins>挿入済み</ins>
 +
 +
または
  
{| class="wikitable"
+
<u>下線</u>
! style="width:15%" |説明
+
</pre>
! style="width:45%" | 入力内容
+
|
! style="width:40%" | 表示結果
+
<ins>挿入済み</ins>
 +
 
 +
または
 +
 
 +
<u>下線</u>
 
|-
 
|-
|等幅テキスト
+
| Deleted <br />(Displays as strikethrough in most browsers)
 +
| <pre>
 +
<s>取り消し済み</s>
 +
 
 +
または
 +
 
 +
<del>削除済み</del>
 +
 
 +
</pre>
 
|
 
|
<pre><tt>等幅テキスト</tt></pre>
+
<s>取り消し済み</s>
 +
 
 +
または
 +
 
 +
<del>削除済み</del>
 +
|-
 +
| 等幅テキスト
 +
| <pre>
 +
<code>ソース コード</code>
 +
 
 +
または
 +
 
 +
<tt>Fixed width text</tt>
 +
</pre>
 
|
 
|
 +
<code>ソース コード</code>
 +
 +
または
 +
 
<tt>等幅テキスト</tt>
 
<tt>等幅テキスト</tt>
 
|-
 
|-
|段落引用
+
| Blockquotes
 +
| <pre>
 +
前のテキスト
 +
<blockquote>Blockquote</blockquote>
 +
後のテキスト
 +
</pre>
 +
|
 +
前のテキスト
 +
<blockquote>Blockquote</blockquote>
 +
後のテキスト
 +
|-
 +
| コメント
 +
| <pre><!-- This is a comment -->
 +
Comments are visible only
 +
in the edit zone.</pre>
 
|
 
|
<pre>
+
<!-- This is a comment -->
本文本文本文本文本文本文本文本文本文本文本文本文本文本文
+
Comments are visible only
本文本文本文本文本文本文本文本文本文本文本文本文本文本文
+
in the edit zone.
<blockquote> 引用引用引用引用引用引用引用引用引用 </blockquote>
+
|-
本文本文本文本文本文本文本文本文本文本文本文本文本文本文
+
| Completely preformatted text
 +
| <pre>
 +
<pre>Text is '''preformatted''' and
 +
''markups'' '''''cannot''''' be done&lt;/pre></pre>
 +
----
 +
{{note|For marking up of preformatted text, check the "Preformatted text" entry at the end of the previous table.}}
 +
|
 +
<pre>Text is '''preformatted''' and
 +
''markups'' '''''cannot''''' be done</pre>
 +
|-
 +
| '''Customized''' preformatted text
 +
| <pre>
 +
<pre style="color: red">Text is '''preformatted'''
 +
with a style and
 +
''markups'' '''''cannot''''' be done
 +
&lt;/pre></pre>
 +
----
 +
{{note|A CSS style can be named within the <code>style</code> property.}}
 +
|
 +
<pre style="color: red">Text is '''preformatted'''
 +
with a style and
 +
''markups'' '''''cannot''''' be done</pre>
 +
|}
 +
continued:
 +
{| class="wikitable"
 +
! 説明
 +
! width=40% | 入力
 +
! width=40% | 出力
 +
|-
 +
| '''Customized''' preformatted text with text wrap according to available width
 +
| <pre>
 +
<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.
 +
&lt;/pre>
 
</pre>
 
</pre>
 
|
 
|
本文本文本文本文本文本文本文本文本文本文本文本文本文本文
+
<pre style="white-space: pre-wrap;
本文本文本文本文本文本文本文本文本文本文本文本文本文本文
+
white-space: -moz-pre-wrap;
<blockquote> 引用引用引用引用引用引用引用引用引用 </blockquote>
+
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>
 +
|-
 +
| Preformatted text with text wrap according to available width
 +
| <pre>
 +
<code>
 +
This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer.
 +
</code>
 +
</pre>
 +
| <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) '''&amp;rarr;''' when inserted will be shown as <ins>right arrow</ins> HTML symbol &rarr; and '''&amp;mdash;''' when inserted will be shown as an <ins>em dash</ins> HTML symbol &mdash;.
 +
----
 +
{{note|Hover over any character to find out the symbol that it produces.  Some symbols not available in the current font will appear as empty squares.}}
 +
 
 +
{| class="wikitable" align=center width=100%
 +
! colspan=32 | HTML symbol entities
 +
|- align=center
 +
| '''<span title="&amp;Aacute;">&Aacute;</span>
 +
| '''<span title="&amp;aacute;">&aacute;</span>
 +
| '''<span title="&amp;Acirc;">&Acirc;</span>
 +
| '''<span title="&amp;acirc;">&acirc;</span>
 +
| '''<span title="&amp;acute;">&acute;</span>
 +
| '''<span title="&amp;AElig;">&AElig;</span>
 +
| '''<span title="&amp;aelig;">&aelig;</span>
 +
| '''<span title="&amp;Agrave;">&Agrave;</span>
 +
| '''<span title="&amp;agrave;">&agrave;</span>
 +
| '''<span title="&amp;alefsym;">&alefsym;</span>
 +
| '''<span title="&amp;Alpha;">&Alpha;</span>
 +
| '''<span title="&amp;alpha;">&alpha;</span>
 +
| '''<span title="&amp;amp;">&amp;</span>
 +
| '''<span title="&amp;and;">&and;</span>
 +
| '''<span title="&amp;ang;">&ang;</span>
 +
| '''<span title="&amp;Aring;">&Aring;</span>
 +
| '''<span title="&amp;aring;">&aring;</span>
 +
| '''<span title="&amp;asymp;">&asymp;</span>
 +
| '''<span title="&amp;Atilde;">&Atilde;</span>
 +
| '''<span title="&amp;atilde;">&atilde;</span>
 +
| '''<span title="&amp;Auml;">&Auml;</span>
 +
| '''<span title="&amp;auml;">&auml;</span>
 +
| '''<span title="&amp;bdquo;">&bdquo;</span>
 +
| '''<span title="&amp;Beta;">&Beta;</span>
 +
| '''<span title="&amp;beta;">&beta;</span>
 +
| '''<span title="&amp;brvbar;">&brvbar;</span>
 +
| '''<span title="&amp;bull;">&bull;</span>
 +
| '''<span title="&amp;cap;">&cap;</span>
 +
| '''<span title="&amp;Ccedil;">&Ccedil;</span>
 +
| '''<span title="&amp;ccedil;">&ccedil;</span>
 +
| '''<span title="&amp;cedil;">&cedil;</span>
 +
| '''<span title="&amp;cent;">&cent;</span>
 +
|- align=center
 +
| '''<span title="&amp;Chi;">&Chi;</span>
 +
| '''<span title="&amp;chi;">&chi;</span>
 +
| '''<span title="&amp;circ;">&circ;</span>
 +
| '''<span title="&amp;clubs;">&clubs;</span>
 +
| '''<span title="&amp;cong;">&cong;</span>
 +
| '''<span title="&amp;copy;">&copy;</span>
 +
| '''<span title="&amp;crarr;">&crarr;</span>
 +
| '''<span title="&amp;cup;">&cup;</span>
 +
| '''<span title="&amp;curren;">&curren;</span>
 +
| '''<span title="&amp;dagger;">&dagger;</span>
 +
| '''<span title="&amp;Dagger;">&Dagger;</span>
 +
| '''<span title="&amp;darr;">&darr;</span>
 +
| '''<span title="&amp;dArr;">&dArr;</span>
 +
| '''<span title="&amp;deg;">&deg;</span>
 +
| '''<span title="&amp;Delta;">&Delta;</span>
 +
| '''<span title="&amp;delta;">&delta;</span>
 +
| '''<span title="&amp;diams;">&diams;</span>
 +
| '''<span title="&amp;divide;">&divide;</span>
 +
| '''<span title="&amp;Eacute;">&Eacute;</span>
 +
| '''<span title="&amp;eacute;">&eacute;</span>
 +
| '''<span title="&amp;Ecirc;">&Ecirc;</span>
 +
| '''<span title="&amp;ecirc;">&ecirc;</span>
 +
| '''<span title="&amp;Egrave;">&Egrave;</span>
 +
| '''<span title="&amp;egrave;">&egrave;</span>
 +
| '''<span title="&amp;empty;">&empty;</span>
 +
| '''<span title="&amp;emsp;">&emsp;</span>
 +
| '''<span title="&amp;ensp;">&ensp;</span>
 +
| '''<span title="&amp;Epsilon;">&Epsilon;</span>
 +
| '''<span title="&amp;epsilon;">&epsilon;</span>
 +
| '''<span title="&amp;equiv;">&equiv;</span>
 +
| '''<span title="&amp;Eta;">&Eta;</span>
 +
| '''<span title="&amp;eta;">&eta;</span>
 +
|- align=center
 +
| '''<span title="&amp;ETH;">&ETH;</span>
 +
| '''<span title="&amp;eth;">&eth;</span>
 +
| '''<span title="&amp;Euml;">&Euml;</span>
 +
| '''<span title="&amp;euml;">&euml;</span>
 +
| '''<span title="&amp;euro;">&euro;</span>
 +
| '''<span title="&amp;exist;">&exist;</span>
 +
| '''<span title="&amp;fnof;">&fnof;</span>
 +
| '''<span title="&amp;forall;">&forall;</span>
 +
| '''<span title="&amp;frac12;">&frac12;</span>
 +
| '''<span title="&amp;frac14;">&frac14;</span>
 +
| '''<span title="&amp;frac34;">&frac34;</span>
 +
| '''<span title="&amp;frasl;">&frasl;</span>
 +
| '''<span title="&amp;Gamma;">&Gamma;</span>
 +
| '''<span title="&amp;gamma;">&gamma;</span>
 +
| '''<span title="&amp;ge;">&ge;</span>
 +
| '''<span title="&amp;gt;">&gt;</span>
 +
| '''<span title="&amp;harr;">&harr;</span>
 +
| '''<span title="&amp;hArr;">&hArr;</span>
 +
| '''<span title="&amp;hearts;">&hearts;</span>
 +
| '''<span title="&amp;hellip;">&hellip;</span>
 +
| '''<span title="&amp;Iacute;">&Iacute;</span>
 +
| '''<span title="&amp;iacute;">&iacute;</span>
 +
| '''<span title="&amp;Icirc;">&Icirc;</span>
 +
| '''<span title="&amp;icirc;">&icirc;</span>
 +
| '''<span title="&amp;iexcl;">&iexcl;</span>
 +
| '''<span title="&amp;Igrave;">&Igrave;</span>
 +
| '''<span title="&amp;igrave;">&igrave;</span>
 +
| '''<span title="&amp;image;">&image;</span>
 +
| '''<span title="&amp;infin;">&infin;</span>
 +
| '''<span title="&amp;int;">&int;</span>
 +
| '''<span title="&amp;Iota;">&Iota;</span>
 +
| '''<span title="&amp;iota;">&iota;</span>
 +
|- align=center
 +
| '''<span title="&amp;iquest;">&iquest;</span>
 +
| '''<span title="&amp;isin;">&isin;</span>
 +
| '''<span title="&amp;Iuml;">&Iuml;</span>
 +
| '''<span title="&amp;iuml;">&iuml;</span>
 +
| '''<span title="&amp;Kappa;">&Kappa;</span>
 +
| '''<span title="&amp;kappa;">&kappa;</span>
 +
| '''<span title="&amp;Lambda;">&Lambda;</span>
 +
| '''<span title="&amp;lambda;">&lambda;</span>
 +
| '''<span title="&amp;lang;">&lang;</span>
 +
| '''<span title="&amp;laquo;">&laquo;</span>
 +
| '''<span title="&amp;larr;">&larr;</span>
 +
| '''<span title="&amp;lArr;">&lArr;</span>
 +
| '''<span title="&amp;lceil;">&lceil;</span>
 +
| '''<span title="&amp;ldquo;">&ldquo;</span>
 +
| '''<span title="&amp;le;">&le;</span>
 +
| '''<span title="&amp;lfloor;">&lfloor;</span>
 +
| '''<span title="&amp;lowast;">&lowast;</span>
 +
| '''<span title="&amp;loz;">&loz;</span>
 +
| '''<span title="&amp;lrm;">&lrm;</span>
 +
| '''<span title="&amp;lsaquo;">&lsaquo;</span>
 +
| '''<span title="&amp;lsquo;">&lsquo;</span>
 +
| '''<span title="&amp;lt;">&lt;</span>
 +
| '''<span title="&amp;macr;">&macr;</span>
 +
| '''<span title="&amp;mdash;">&mdash;</span>
 +
| '''<span title="&amp;micro;">&micro;</span>
 +
| '''<span title="&amp;middot;">&middot;</span>
 +
| '''<span title="&amp;minus;">&minus;</span>
 +
| '''<span title="&amp;Mu;">&Mu;</span>
 +
| '''<span title="&amp;mu;">&mu;</span>
 +
| '''<span title="&amp;nabla;">&nabla;</span>
 +
| '''<span title="&amp;nbsp;">&nbsp;</span>
 +
| '''<span title="&amp;ndash;">&ndash;</span>
 +
|- align=center
 +
| '''<span title="&amp;ne;">&ne;</span>
 +
| '''<span title="&amp;ni;">&ni;</span>
 +
| '''<span title="&amp;not;">&not;</span>
 +
| '''<span title="&amp;notin;">&notin;</span>
 +
| '''<span title="&amp;nsub;">&nsub;</span>
 +
| '''<span title="&amp;Ntilde;">&Ntilde;</span>
 +
| '''<span title="&amp;ntilde;">&ntilde;</span>
 +
| '''<span title="&amp;Nu;">&Nu;</span>
 +
| '''<span title="&amp;nu;">&nu;</span>
 +
| '''<span title="&amp;Oacute;">&Oacute;</span>
 +
| '''<span title="&amp;oacute;">&oacute;</span>
 +
| '''<span title="&amp;Ocirc;">&Ocirc;</span>
 +
| '''<span title="&amp;ocirc;">&ocirc;</span>
 +
| '''<span title="&amp;OElig;">&OElig;</span>
 +
| '''<span title="&amp;oelig;">&oelig;</span>
 +
| '''<span title="&amp;Ograve;">&Ograve;</span>
 +
| '''<span title="&amp;ograve;">&ograve;</span>
 +
| '''<span title="&amp;oline;">&oline;</span>
 +
| '''<span title="&amp;Omega;">&Omega;</span>
 +
| '''<span title="&amp;omega;">&omega;</span>
 +
| '''<span title="&amp;Omicron;">&Omicron;</span>
 +
| '''<span title="&amp;omicron;">&omicron;</span>
 +
| '''<span title="&amp;oplus;">&oplus;</span>
 +
| '''<span title="&amp;or;">&or;</span>
 +
| '''<span title="&amp;ordf;">&ordf;</span>
 +
| '''<span title="&amp;ordm;">&ordm;</span>
 +
| '''<span title="&amp;Oslash;">&Oslash;</span>
 +
| '''<span title="&amp;oslash;">&oslash;</span>
 +
| '''<span title="&amp;Otilde;">&Otilde;</span>
 +
| '''<span title="&amp;otilde;">&otilde;</span>
 +
| '''<span title="&amp;otimes;">&otimes;</span>
 +
| '''<span title="&amp;Ouml;">&Ouml;</span>
 +
|- align=center
 +
| '''<span title="&amp;ouml;">&ouml;</span>
 +
| '''<span title="&amp;para;">&para;</span>
 +
| '''<span title="&amp;part;">&part;</span>
 +
| '''<span title="&amp;permil;">&permil;</span>
 +
| '''<span title="&amp;perp;">&perp;</span>
 +
| '''<span title="&amp;Phi;">&Phi;</span>
 +
| '''<span title="&amp;phi;">&phi;</span>
 +
| '''<span title="&amp;Pi;">&Pi;</span>
 +
| '''<span title="&amp;pi;">&pi;</span>
 +
| '''<span title="&amp;piv;">&piv;</span>
 +
| '''<span title="&amp;plusmn;">&plusmn;</span>
 +
| '''<span title="&amp;pound;">&pound;</span>
 +
| '''<span title="&amp;prime;">&prime;</span>
 +
| '''<span title="&amp;Prime;">&Prime;</span>
 +
| '''<span title="&amp;prod;">&prod;</span>
 +
| '''<span title="&amp;prop;">&prop;</span>
 +
| '''<span title="&amp;Psi;">&Psi;</span>
 +
| '''<span title="&amp;psi;">&psi;</span>
 +
| '''<span title="&amp;quot;">&quot;</span>
 +
| '''<span title="&amp;radic;">&radic;</span>
 +
| '''<span title="&amp;rang;">&rang;</span>
 +
| '''<span title="&amp;raquo;">&raquo;</span>
 +
| '''<span title="&amp;rarr;">&rarr;</span>
 +
| '''<span title="&amp;rArr;">&rArr;</span>
 +
| '''<span title="&amp;rceil;">&rceil;</span>
 +
| '''<span title="&amp;rdquo;">&rdquo;</span>
 +
| '''<span title="&amp;real;">&real;</span>
 +
| '''<span title="&amp;reg;">&reg;</span>
 +
| '''<span title="&amp;rfloor;">&rfloor;</span>
 +
| '''<span title="&amp;Rho;">&Rho;</span>
 +
| '''<span title="&amp;rho;">&rho;</span>
 +
| '''<span title="&amp;rlm;">&rlm;</span>
 +
|- align=center
 +
| '''<span title="&amp;rsaquo;">&rsaquo;</span>
 +
| '''<span title="&amp;rsquo;">&rsquo;</span>
 +
| '''<span title="&amp;sbquo;">&sbquo;</span>
 +
| '''<span title="&amp;Scaron;">&Scaron;</span>
 +
| '''<span title="&amp;scaron;">&scaron;</span>
 +
| '''<span title="&amp;sdot;">&sdot;</span>
 +
| '''<span title="&amp;sect;">&sect;</span>
 +
| '''<span title="&amp;shy;">&shy;</span>
 +
| '''<span title="&amp;Sigma;">&Sigma;</span>
 +
| '''<span title="&amp;sigma;">&sigma;</span>
 +
| '''<span title="&amp;sigmaf;">&sigmaf;</span>
 +
| '''<span title="&amp;sim;">&sim;</span>
 +
| '''<span title="&amp;spades;">&spades;</span>
 +
| '''<span title="&amp;sub;">&sub;</span>
 +
| '''<span title="&amp;sube;">&sube;</span>
 +
| '''<span title="&amp;sum;">&sum;</span>
 +
| '''<span title="&amp;sup;">&sup;</span>
 +
| '''<span title="&amp;sup1;">&sup1;</span>
 +
| '''<span title="&amp;sup2;">&sup2;</span>
 +
| '''<span title="&amp;sup3;">&sup3;</span>
 +
| '''<span title="&amp;supe;">&supe;</span>
 +
| '''<span title="&amp;szlig;">&szlig;</span>
 +
| '''<span title="&amp;Tau;">&Tau;</span>
 +
| '''<span title="&amp;tau;">&tau;</span>
 +
| '''<span title="&amp;there4;">&there4;</span>
 +
| '''<span title="&amp;Theta;">&Theta;</span>
 +
| '''<span title="&amp;theta;">&theta;</span>
 +
| '''<span title="&amp;thetasym;">&thetasym;</span>
 +
| '''<span title="&amp;thinsp;">&thinsp;</span>
 +
| '''<span title="&amp;THORN;">&THORN;</span>
 +
| '''<span title="&amp;thorn;">&thorn;</span>
 +
| '''<span title="&amp;tilde;">&tilde;</span>
 +
|- align=center
 +
| '''<span title="&amp;times;">&times;</span>
 +
| '''<span title="&amp;trade;">&trade;</span>
 +
| '''<span title="&amp;Uacute;">&Uacute;</span>
 +
| '''<span title="&amp;uacute;">&uacute;</span>
 +
| '''<span title="&amp;uarr;">&uarr;</span>
 +
| '''<span title="&amp;uArr;">&uArr;</span>
 +
| '''<span title="&amp;Ucirc;">&Ucirc;</span>
 +
| '''<span title="&amp;ucirc;">&ucirc;</span>
 +
| '''<span title="&amp;Ugrave;">&Ugrave;</span>
 +
| '''<span title="&amp;ugrave;">&ugrave;</span>
 +
| '''<span title="&amp;uml;">&uml;</span>
 +
| '''<span title="&amp;upsih;">&upsih;</span>
 +
| '''<span title="&amp;Upsilon;">&Upsilon;</span>
 +
| '''<span title="&amp;upsilon;">&upsilon;</span>
 +
| '''<span title="&amp;Uuml;">&Uuml;</span>
 +
| '''<span title="&amp;uuml;">&uuml;</span>
 +
| '''<span title="&amp;weierp;">&weierp;</span>
 +
| '''<span title="&amp;Xi;">&Xi;</span>
 +
| '''<span title="&amp;xi;">&xi;</span>
 +
| '''<span title="&amp;Yacute;">&Yacute;</span>
 +
| '''<span title="&amp;yacute;">&yacute;</span>
 +
| '''<span title="&amp;yen;">&yen;</span>
 +
| '''<span title="&amp;yuml;">&yuml;</span>
 +
| '''<span title="&amp;Yuml;">&Yuml;</span>
 +
| '''<span title="&amp;Zeta;">&Zeta;</span>
 +
| '''<span title="&amp;zeta;">&zeta;</span>
 +
| '''<span title="&amp;zwj;">&zwj;</span>
 +
| '''<span title="&amp;zwnj;">&zwnj;</span>'''
 +
|}
 +
 
 +
{| class="wikitable"
 +
! 説明
 +
! width=40% | 入力
 +
! width=40% | 出力
 
|-
 
|-
|コメント
+
| 著作権記号
 +
| <tt><pre>
 +
&amp;copy;
 +
</pre></tt>
 
|
 
|
<pre><!--これはコメントです--></pre>
+
:::'''&copy;'''
 +
|-
 +
| ギリシャ文字の「デルタ」
 +
| <tt><pre>
 +
&amp;delta;
 +
</pre></tt>
 
|
 
|
<!--これはコメントです-->
+
:::'''&delta;'''
 
|-
 
|-
|未整形テキスト
+
| 通貨のユーロ記号
|
+
| <tt><pre>
<pre><pre>このようにするとすべてのマークアップが'''無視されます'''&lt;/pre></pre>
+
&amp;euro;
 +
</pre></tt>
 
|
 
|
<pre>
+
:::'''&euro;'''
このようにするとすべてのマークアップが'''無視されます'''</pre>
 
 
|}
 
|}
 +
See the list of all HTML entities on the Wikipedia article [[wikipedia:List of HTML entities|List of HTML entities]]. Additionally, MediaWiki supports two non-standard entity reference sequences: <code>&amp;רלמ;</code> and <code>&amp;رلم;</code> which are both considered equivalent to <code>&amp;rlm;</code> which is a [[wikipedia:Right-to-left mark|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) ==
 +
:<tt>&amp;amp;euro;</tt> &nbsp;&rarr; '''&amp;euro;'''
 +
 +
:<tt>&lt;span style="color: red; text-decoration: line-through;">Typo to be corrected&lt;/span></tt> &nbsp;&rarr; '''<span style="color: red; text-decoration: line-through;">Typo to be corrected</span>'''
 +
 +
:<tt><nowiki><span style="color: red; text-decoration: line-through;">Typo to be corrected</span></nowiki></tt> &nbsp;&rarr; '''&lt;span style="color: red; text-decoration: line-through;">Typo to be corrected&lt;/span>'''
 +
=== Nowiki for HTML ===
 +
<<nowiki />nowiki /> は、(HTML) タグを阻害します:
 +
* <nowiki><<</nowiki>nowiki />pre> &nbsp;&rarr; <<nowiki/>pre>
 +
しかし、&amp; 記号はエスケープ''されません'':
 +
* &<<nowiki />nowiki />amp; &nbsp;&rarr; &amp;
 +
&amp; 記号をテキストとして出力するには以下のようにします。「<tt>&amp;amp;</tt>」を使用すると、「&」の文字に置換されます (例: 「<tt>&amp;amp;nbsp;</tt>」と入力すると、「<tt>&amp;nbsp;</tt>」になります)。
 +
 +
== その他の整形 ==
  
{{Admin tip/ja|tip=利用者を信用できるなら、 [[Manual:LocalSettings.php/ja|LocalSettings.php]]内に <code>[[Manual:$wgRawHtml/ja|$wgRawHtml]] = true;</code>を設定することによってHTML使用を全面的に許可できます。}}
+
テキスト整形以外の整形用マークアップについては以下を参照してください:
  
== その他の整形 ==
+
* [[Special:MyLanguage/Help:Links|Links]]
テキスト整形以外の整形用マークアップについては以下を参照してください。
+
* [[Special:MyLanguage/Help:Lists|Lists]]
*[[Help:Links/ja|リンク]]
+
* [[Special:MyLanguage/Help:Images|Images]]
*[[Help:Images/ja|画像]]
+
* References - see [[Special:MyLanguage/Extension:Cite/Cite.php|Extension:Cite/Cite.php]]
*[[Help:Tables/ja|]]
+
* [[Special:MyLanguage/Help:Tables|Tables]]
  
{{Languages}}
+
You can find more references at [[Special:MyLanguage/Help:Contents|Help:Contents]].
[[Category:Help/ja|Formatting]]
+
[[Category:Help{{Langcat|Formatting}}|Formatting]]

2014年5月7日 (水) 19:14時点における版

PD 注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
PD
</div>

ウィキマークアップを使用することによりテキストの整形ができます。テキスト整形マークアップには、アスタリスク・シングルクォート・等号などごく一般的な記号を使用します。これらの記号がウィキ内では特別な機能を果たすのです(一部の記号は特定の位置で使った時だけ機能します)。例えばことばをイタリック体にするには、そのことばを''このように''シングルクオート2つではさみます。

テキスト整形のマークアップ

説明 入力 出力
(インライン) 文字整形 - どこでも有効
斜体テキスト
''斜体''

斜体

太字テキスト
'''太字'''

太字

太字と斜体
'''''太字 & 斜体'''''

太字 & 斜体

取り消し線
<strike> 取り消し線 </strike>
取り消し線
ウィキ マークアップの回避
<nowiki>''マークアップ''なし</nowiki>

''マークアップ''なし

Escape wiki markup once
[[API]]<nowiki/>extension

APIextension

節の整形 - 行頭でのみ有効
さまざまなレベルの見出し
== レベル 2 ==

=== レベル 3 ===

==== レベル 4 ====

===== レベル 5 =====

====== レベル 6 ======

  • Skip Level 1, it is page name level.
  • An article with 4 or more headings automatically creates a 目次.

レベル 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.
  • Start each line
  • with an asterisk (*).
    • More asterisks give deeper
      • and deeper levels.
  • Line breaks
    don't break levels.
      • But jumping levels creates empty space.

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.
  1. Start each line
  2. with a number sign (#).
    1. More number signs give deeper
      1. and deeper
      2. levels.
  3. Line breaks
    don't break levels.
      1. But jumping levels creates empty space.
  4. Blank lines
  1. end the list and start another.

Any other start also ends the list.

定義リスト
;項目 1
: 定義 1
;項目 2
: 定義 2-1
: 定義 2-2
項目 1
定義 1
項目 2
定義 2-1
定義 2-2
テキストのインデント
: Single indent
:: Double indent
::::: Multiple indent

This workaround may harm accessibility.
Single indent
Double indent
Multiple indent
さまざまな種類のリストの混在
# 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.
  1. one
  2. two
    • two point one
    • two point two
  3. three
    three item one
    three def one
  4. four
    four def one
    this looks like a continuation
    and is often used
    instead
    of <br />
  5. five
    1. five sub 1
      1. five sub 1 sub 1
    2. five sub 2
整形済みテキスト
 行頭に空白を挿入すると
 テキストが'''整形済み'''になり
 ''マークアップ''も'''''できます'''''。

この方式は段落整形のみを無効にし、文字整形のマークアップは有効のままです。
行頭に空白を挿入すると
テキストが整形済みになり
マークアップできます
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>

This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer.

記号の挿入

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) &rarr; when inserted will be shown as right arrow HTML symbol → and &mdash; when inserted will be shown as an em dash HTML symbol —.


Hover over any character to find out the symbol that it produces. Some symbols not available in the current font will appear as empty squares.
HTML symbol entities
Á á Â â ´ Æ æ À à Α α & Å å Ã ã Ä ä Β β ¦ Ç ç ¸ ¢
Χ χ ˆ © ¤ ° Δ δ ÷ É é Ê ê È è Ε ε Η η
Ð ð Ë ë ƒ ½ ¼ ¾ Γ γ > Í í Î î ¡ Ì ì Ι ι
¿ Ï ï Κ κ Λ λ « < ¯ µ · Μ μ  
¬ Ñ ñ Ν ν Ó ó Ô ô Œ œ Ò ò Ω ω Ο ο ª º Ø ø Õ õ Ö
ö Φ φ Π π ϖ ± £ Ψ ψ " » ® Ρ ρ
Š š § ­ Σ σ ς ¹ ² ³ ß Τ τ Θ θ ϑ Þ þ ˜
× Ú ú Û û Ù ù ¨ ϒ Υ υ Ü ü Ξ ξ Ý ý ¥ ÿ Ÿ Ζ ζ
説明 入力 出力
著作権記号
&copy;
©
ギリシャ文字の「デルタ」
&delta;
δ
通貨のユーロ記号
&euro;

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 &rlm; 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)

&amp;euro;  → &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;  → &

& 記号をテキストとして出力するには以下のようにします。「&amp;」を使用すると、「&」の文字に置換されます (例: 「&amp;nbsp;」と入力すると、「&nbsp;」になります)。

その他の整形

テキスト整形以外の整形用マークアップについては以下を参照してください:

You can find more references at Help:Contents.

案内メニュー