「MediaWiki構文」の版間の差分

提供: dococo wiki
ナビゲーションに移動 検索に移動
imported>Webmaster
imported>Webmaster
73行目: 73行目:
  
 
コロン(:)を使うと、段落をひとつ分、内側に寄せることができます。
 
コロン(:)を使うと、段落をひとつ分、内側に寄せることができます。
 +
 +
 +
 +
== 引用 ==
 +
<ref>
 +
</ref>
 +
 +
According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref>
 +
The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>
 +
 +
==Notes==
 +
<references/>
 +
--------------------------------------------------------------
 +
[edit] 同じ脚注を複数利用する
 +
脚注にユニークな識別子を与えるには、<ref name="name">を利用します。 同じ名前とrefタグを使用することで同じ脚注を再び参照することが出来ます。 2番目のタグ内部にあるテキストは問題ありません。テキストが既に最初の参照で存在するからです。脚注全体をコピーする、次のようなもしくは終わりの空のrefタグを使用することが出来ます: <ref name="name" />.
 +
 +
次の例において、同じソースは3回引用されます。
 +
 +
This is an example of multiple references to the same footnote.<ref name="multiple">Remember that when you refer to the same footnote multiple times, the text from the first reference is used.</ref>
 +
 +
Such references are particularly useful when citing sources, if different statements come from the same source.<ref name="multiple">This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.</ref>
 +
 +
A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.<ref name="multiple" />
 +
 +
==Notes==
 +
<references/>

2009年4月28日 (火) 10:45時点における版

このサイトで使用しているMediaWikiの文法集です。(主に管理人がCopy&Pastするために使用するメモページです)

小文字表示方法

{{タイトル|mopera}}
{{小文字}}

リダイレクト

#REDIRECT [[リダイレクトしたいページ名#その中の章]]


取消線

取り消し部分

<del>取り消し部分</del>


アンダーライン

追加部分

<ins>追加部分</ins>


ページaのセクションb

[[a#b|c]]


<span style="color:red">色の名称で指定する方法と、</span>

<span style="color:#008000">RGB値で指定する方法があります。</span>

カラーネーム 147種使えるが、色が近似すぎるのでよくあるカラーを乗せます。

  • Black
  • Lime
  • Olive
  • Navy
  • Teal
  • Aqua
  • Green
  • Gray
  • Yellow
  • Red
  • Purple
  • Silver
  • White(←White)
  • Maroon
  • Blue
  • Fuchsia


改行

普通の改行

<br />

コロン(:)を使うと、段落をひとつ分、内側に寄せることができます。


引用

[1]

According to scientists, the Sun is pretty big.[2] The Moon, however, is not so big.[3]

Notes

  1. E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.
  2. R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.

[edit] 同じ脚注を複数利用する 脚注にユニークな識別子を与えるには、引用エラー: <ref> タグに対応する </ref> タグが不足しています

Such references are particularly useful when citing sources, if different statements come from the same source.[1]

A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.[1]

Notes

  1. 1.0 1.1 This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.