Help:高度な編集
注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。 |
Help:編集 では基本について説明します。
ウィキテキストマークアップガイド – ページの外観を整える
- サンドボックスを使用して試すことができます。
- ウィキテキストにおけるHTMLタグ の詳細。
ページの外観を調整するには以下のウィキテキストマークアップを使用します:
言葉の整理 – 行、リスト、段落、節
表示結果 | ウィキテキスト |
---|---|
節と下位の節の作成 行の先頭で節を始める ページ名のような最上位の見出しは、単一の等号(
= )で示されます。
|
== 節 ==
=== 下位の節 ===
==== 別の下位の節 ====
|
改行:
|
これは行です。
これはまだ同じ段落の一部です。
これは段落です。<p>これは段落の続きです。 ただし、<p> と </p> タグで囲まれているため、空行の後に表示されます。</p>
これは行です。<div>これは <div> と </div> タグにより、3番目の段落ではなく次の新しい段落として表示される別の行になります。</div>
|
|
別の段落を開始せずに<br/>改行することができます。
|
番号なしリスト
行頭にアスタリスクのない行はリストの終わりを示します。
Now you are ready to create well-structured unordered lists. |
* 番号なしリストの最初の項目を作成するには、行をアスタリスク(<code>*</code>)で始めます。
** 下位の項目には2つのアスタリスクを使用します。
*** より深いレベルにするには、アスタリスクの数を増やします。
* 各改行はリスト内の新しい項目を表します。
行頭にアスタリスクのない行はリストの終わりを示します。
* 改めて新しいリストを始めることも可能です。
Now you are ready to create well-structured unordered lists.
|
番号つきリスト
行頭にハッシュタグのない行はリストの終わりを示します。
|
# 順序を示すためには、各行の先頭にハッシュタグ(<code>#</code>)を使用します。
## 下位の項目には2つのハッシュタグ(<code>##</code>)を使用します。
## Continue numbering to maintain the sequence and logical flow of information.
# 読みやすくするために、各項目の間に新しい行を追加します。
行頭にハッシュタグのない行はリストの終わりを示します。
# 番号つきリストは1から始まります。
# そして2、と続きます。
|
混合リスト
|
* この混合リストは、番号なしリスト(<code>*</code>)から始まります。
*# 番号なしリストに番号つきリストの下位項目を作成するには、アスタリスクとハッシュタグ(<code>*#</code>)を使用します。
*#* 番号つきリスト内に番号なしリストのより深い下位項目を作成するには、もう一つアスタリスクを追加します(<code>*#*</code>)。
*#* リスト内の<br/>改行も可能です。
|
定義リスト
定義リストは、一連の用語と定義のペアで構成されます。
Signifying one item per line is most suitable, rather than adding a new line before the colon ( |
; ウィキ
: ウィキ(/ˈwɪki/ ⓘ WI-kee)は、利用者がウェブブラウザーから直接共同で編集や管理を行うオンラインハイパーテキストメディアの一種である。 [[:ja:ウィキ]]を参照。
; ウェブブラウザー
: ウェブブラウザーは、ウェブサイトにアクセスするためのアプリケーションである。 [[:ja:ウェブブラウザ]]を参照
|
インデント
定義リスト で説明されているように、行頭にコロン(
|
: インデントされた行。
新しい行はインデントされていない新しい段落を始めます。
|
ブロック引用
ブロック引用スタイルは、外部ソースからのテキストの特定の節を強調したり、周囲のコンテンツと区別したりするために使われます。
|
<blockquote>
これはブロック引用です。 引用されたテキストを強調したり、特定のコンテンツを区切ったりするために使われます。
</blockquote>
|
水平線
ウィキページの水平分割線は4つ以上のハイフン(
|
テキスト上部
----
テキスト下部
|
リンク
詳細については、Help:リンク を参照してください。
全般的な情報:
- ターゲット名を二重角括弧で囲みます –
[[
および]]
- On a new page, the target name's first letter is automatically capitalized after clicking on it.
- アンダースコアはスペースを表します。アンダースコアの使用は避けてください。
- When you hover over a link, it shows a preview of the linked page without you needing to click on it.
表示結果 | ウィキテキスト |
---|---|
基本
あなたは説明文書 を読んでいます。 |
あなたは{{ll|documentation}}を読んでいます。
|
基本 + テキスト整形
リンクは斜体にすることができます。例: |
''[[MediaWiki]]''
|
インターウィキリンク
これらのリンクは、関連または類似の項目を扱う別のウィキにリンクします。
|
このインターウィキリンクはウィキペディアの[[w:Documentation]]を指しています。
エスペラント語の同義語は[[:eo:Dokumentaro]]です。
|
節へのリンク
ページ名を指定した後にポンド( 指定された節が存在しない場合は、ページ先頭へのリンクとなります。 ページに同じ名前の節が複数ある場合は、末尾に番号を付けて節の順位を指定します。 (例えば、「節の見出し」という名前の節が3つあり、そのうちの3番目にリンクしたい場合は、[[#節の見出し 3]] とします。)
|
[[Help:Special pages#Editing Special namespace pages|Help:Special pages]]
|
パイプ付きリンク
パイプ記号( 上記は Help:Link という記事へリンクされる、リンクについて を生成します。 |
* [[Help:Link|リンクについて]]
|
リンクラベルを空にすると、自動的に適切なリンクラベルが入力されます。 つまり、[[Kingdom (biology)|]] は [[Kingdom (biology)|Kingdom]] に置き換えられます
|
* 括弧: [[kingdom (biology)|]].
* コロン: [[Help:Pipe|]].
|
存在しないページへのリンク
ページを作成するには、リンクをクリックします。 See Help:ページの新規作成 (and the naming conventions of your project, if there are). |
存在しないページへのリンク([[Foo|このページ]]など)は赤色で表示されます。
|
リダイレクト
ページの先頭に次のウィキテキストを追加するとリダイレクトを作成できます。 Help:Redirect を参照してください。 #REDIRECT [[アメリカ合衆国]]
|
#REDIRECT [[アメリカ合衆国]]
|
マジックリンク
マジックリンク を有効にすると、利用者が特定のキーワードを入力するだけで自動的にリンクが生成されます。
これらは非推奨のため、通常は使用しないでください。 |
* ISBN 0131103629 * RFC 234 |
Media: リンク
メディアリンクは、メディアファイルを含むページを参照したいときに使用します。
これらは、 |
[[media:Test.ogg|音声]]
|
カテゴリリンク
カテゴリリンクは、特定のカテゴリページへ利用者を誘導します(ページはそのカテゴリには分類されません)。 これを生成するための構文はリンクと似ていますが、名前空間の前にコロン( |
[[:Category:Documentation]] |
特別ページ
特別ページはウィキソフトウェアによって生成されます。 これらは、Special 名前空間を通じてアクセスします。 次の形式を使用して、「リンク元」などの特別ページへのリンクを作成できます: その他の特別ページについては Help:特別ページ を参照してください。 |
[[Special:Whatlinkshere/Help:Editing]] |
ページの以前の版、差分、特定の履歴ページへのリンク
古い版、差分、特定の履歴ページにリンクするには、 ページの以前の版へのリンク – ウィキのページの古いバージョンを共有するには、ページの履歴からURLをコピーし、共有したい場所に貼り付けます。
これは、Special:PermaLink を使うことも可能です。例: Special:PermaLink/6364084 差分へのリンク: – ページの2つの版間の差分へリンクするには、比較されたページの差分を含むページへの特定のURLをコピーして貼り付けます。
これは、Special:Diff を使うことも可能です。例: Special:Diff/6364333/6364084 特定のページの編集履歴へのリンク – 編集履歴に移動し、「(以前のX件)」または「(最古)」ボタンを選択して特定のページ履歴にアクセスし、URLをコピーして共有したい場所に貼り付けます。 |
https://www.mediawiki.org/w/index.php?title=Help:Cite&oldid=6364084 https://www.mediawiki.org/w/index.php?title=Help%3ACite&diff=6364333&oldid=6364084 https://www.mediawiki.org/w/index.php?title=Help:Cite&action=history&offset=20170210105218%7C2391706&limit=100 |
外部リンク
MediaWikiの既定では、外部リンクはブラウザーの新しいウィンドウ/タブで開かないように設定されています。[1]
Google, [1] | [http://www.google.com Google], [http://www.google.com] |
メールの例, | [mailto:email@example.com メールの例], [mailto:email@example.com] |
または、http://www.google.com のように直接URLを指定します。
|
または、http://www.google.com のように直接URLを指定します。
|
テキストの書式整形 – 見た目のカスタマイズ
表示結果 | ウィキテキスト |
---|---|
強調 (斜体), さらに強調 (太字), かなり強調 (太字と斜体).
(これらは二重や三重のアポストロフィーであり、二重引用符ではありません。) 注記: これはリンクにも適用できます(例: Wikipedia). |
''強調'', '''さらに強調''',
'''''かなり強調'''''.
''[[Wikipedia]]''
|
The use of italic and bold fonts is beneficial in mathematical calculations where specific font styles are needed instead of emphasis.
(Most people disregard the fact that these two approaches differ in a way that is not particularly significant for graphical browsers.) However, it can have a significant impact on those who are blind. |
The use of <i>italic</i> and <b>bold</b> fonts is beneficial in mathematical calculations where specific font styles are needed instead of emphasis.
: <b>F</b> = <i>m</i><b>a</b>
|
You can write in small caps | You can write <span style="font-variant:small-caps">in small caps</span>
|
The typewriter font that is occasionally used for technical terms and computer code .
|
The typewriter font that is occasionally used for <kbd>technical terms</kbd> and <code>computer code</code>.
|
For captions, you can use small text. | For captions, you can use <small>small text</small>.
|
Deleted materials can be You can also denote
|
Deleted materials can be <s>striked out</s> and new materials can be <u>underlined</u>.
You can also denote <del>deleted material</del> and <ins>inserted material</ins> with the respective tags, preserving their semantic meaning, rather than relying solely on visual cues like strikethrough and underline.
|
Subscript: m2 Superscript: m2 or m² Many browsers find it simpler to format lines containing the HTML entity ² (²) rather than using the 2 HTML tag for representing superscripted text. |
Subscript: m<sub>2</sub><br />
Superscript: m<sup>2</sup> or m²
ε<sub>0</sub> =
8.85 × 10<sup>−12</sup>
C² / J m.
<br /><br />
1 [[hectare]] = [[1 E4 m²]]
|
Reformatting and/or disabling wikitext interpretation
The following provides methods for managing formatting and processing.
Please refer to Template:Tc for the code {{tc}}
used in the examples (see Help:Template ).
default |
arrow → in |
arrow → {{tc}}
''italics''
[[help:Link|link]]
|
---|---|---|
The poem tag is used to preserve single newlines. |
arrow → in |
<poem><span lang="en" dir="ltr" class="mw-content-ltr">arrow</span> → {{tc}}
''italics''
[[help:Link|link]]</poem>
|
<nowiki> |
can be applied in-line: arrow → {{tc}} ''italics'' [[help:Link|link]] normal again |
''can be applied in-line:'' <nowiki>
arrow → {{tc}}
''italics''
[[help:Link|link]]
</nowiki>''[[normal]] again''
|
<pre> |
arrow → {{tc}} ''italics'' [[help:Link|link]] |
<pre>arrow → {{tc}}
''italics''
[[help:Link|link]]
</pre>
|
A leading space |
<span lang="en" dir="ltr" class="mw-content-ltr">arrow</span> → {{tc}} ''italics'' [[help:Link|link]] IF a line of plain text begins with a space it will be displayed exactly as entered in a fixed-width font inside a grey dotted-outline box with no line breaks END <span lang="en" dir="ltr" class="mw-content-ltr">This is handy for:</span> * <span lang="en" dir="ltr" class="mw-content-ltr">inserting preformatted text;</span> * <span lang="en" dir="ltr" class="mw-content-ltr">algorithm descriptions;</span> * <span lang="en" dir="ltr" class="mw-content-ltr">showcasing code snippets;</span> * <span lang="en" dir="ltr" class="mw-content-ltr">displaying ASCII art;</span> * <span lang="en" dir="ltr" class="mw-content-ltr">presenting chemical diagrams</span>; * <span lang="en" dir="ltr" class="mw-content-ltr">formatting poetry</span> (see also hereafter)
|
arrow → {{tc}}
''italics''
[[help:Link|link]]
If a line of plain text starts with a space
it will be displayed exactly
as entered
in a fixed-width font
inside a grey dotted-outline box
with no line breaks
END
This feature is handy for:
* inserting preformatted text;
* explaining algorithms;
* showcasing code snippets;
* displaying ASCII art;
* presenting chemical diagrams;
* formatting poetry
|
Literal character references | → | &rarr;
|
When using expandable wikitext like {{t1demo|p ''q'' r}}
, using <nowiki>{{t1demo|p ''q'' r}}</nowiki>
will display the wikitext as it is.
However, when using the #tag magic word, {{#tag:nowiki|{{t1demo|p ''q'' r}}}}
will show the expanded wikitext startp ''q'' rend
.
Miscellaneous
Signatures
Don't forget to "sign" your comments on talk pages using tildes ( The server will add the link when you save. |
: Three tildes adds your username: ~~~
: Four tildes adds your username and timestamp: ~~~~
: <span lang="en" dir="ltr" class="mw-content-ltr">Five tildes adds only a timestamp:</span> ~~~~~
| |
Comments | Text between here and here won't be rendered. |
Text between '''here'''
<!-- comment here -->
'''and here''' won't be rendered.
|
---|
Adding another page – transclusion and templates
Modifying a transcluded page will modify every file that transcludes it.
Template
A unique type of page designed for transclusion. They are found in the Template: namespace . These templates can take parameters. All the templates that are used on a page are listed after the edit box when you update it. In this example, Quote is a template page designed to display a quote. |
{{Template:Quote}} |
Transclusion
Combining another page's contents into the current page. The below example uses a Quote template page to perform transclusion.
|
{{Quote|quote=<span lang="en" dir="ltr" class="mw-content-ltr">This is a parameter for a transcluded quote.</span>}} |
Database records related to edits
Both the revision table and the recentchanges table of the database contain records of edits.
The revision
table stores page histories and user contribution lists, while the recentchanges
table manages recent changes, watchlists, and new page creation lists.
If older edits are removed from the recentchanges
table while nothing is deleted from the revision
table, older edits remain visible in page histories and user contribution lists but not in recent changes, related changes watchlists, or the list of new pages.
When importing page revisions, the changes are recorded in the revision
table but not in the recentchanges
table.
This means that while the revisions will show up in the page histories and user contribution lists, they won't appear in recent changes, watchlists, or lists of new pages.