「MediaWiki構文」の版間の差分

提供: dococo wiki
ナビゲーションに移動 検索に移動
imported>Webmaster
imported>Webmaster
83行目: 83行目:
 
The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</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/>
 
<references/>
 
--------------------------------------------------------------
 
--------------------------------------------------------------
[edit] 同じ脚注を複数利用する
 
 
脚注にユニークな識別子を与えるには、<nowiki><ref name="name"></nowiki>を利用します。 同じ名前とrefタグを使用することで同じ脚注を再び参照することが出来ます。 2番目のタグ内部にあるテキストは問題ありません。テキストが既に最初の参照で存在するからです。脚注全体をコピーする、次のようなもしくは終わりの空のrefタグを使用することが出来ます:<nowiki><ref name="name" /></nowiki>.
 
脚注にユニークな識別子を与えるには、<nowiki><ref name="name"></nowiki>を利用します。 同じ名前とrefタグを使用することで同じ脚注を再び参照することが出来ます。 2番目のタグ内部にあるテキストは問題ありません。テキストが既に最初の参照で存在するからです。脚注全体をコピーする、次のようなもしくは終わりの空のrefタグを使用することが出来ます:<nowiki><ref name="name" /></nowiki>.
  

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

このサイトで使用している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)

[1]

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

引用(同じ脚注を複数利用する)

  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.

脚注にユニークな識別子を与えるには、<ref name="name">を利用します。 同じ名前とrefタグを使用することで同じ脚注を再び参照することが出来ます。 2番目のタグ内部にあるテキストは問題ありません。テキストが既に最初の参照で存在するからです。脚注全体をコピーする、次のようなもしくは終わりの空のrefタグを使用することが出来ます:<ref name="name" />.

次の例において、同じソースは3回引用されます。

This is an example of multiple references to the same footnote.[1]

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 1.2 Remember that when you refer to the same footnote multiple times, the text from the first reference is used. 引用エラー: 無効な <ref> タグ; name "multiple"が異なる内容で複数回定義されています