「ヘルプ:テキストの書き方」の版間の差分
ナビゲーションに移動
検索に移動
細 (→ウィキ間でのリンク) |
細 (→数式の入力) |
||
60行目: | 60行目: | ||
<br> | <br> | ||
==特殊文字一覧== | |||
{{shortcut|WP:MATHSYMBOL}} | |||
This page is a quick reference for the "standard" mathematical symbols in [[HTML]] that should work on most browsers, and is intended mainly for people editing mathematical articles on Wikipedia. | |||
*'''Numbers:''' {{unicode|¼ ½ ¾}} &frac14; &frac12; &frac34; | |||
*'''Fractions:'''{{Fraction|1|2}} {{Fraction|1|3}} {{Fraction|7|9}} <nowiki>{{Fraction|1|2}} {{Fraction|1|3}} {{Fraction|7|9}}</nowiki> | |||
*'''Font size''': <big>x</big> <small>x</small>   <nowiki><big>x</big> <small>x</small> </nowiki> | |||
*'''Underline text'''   <u>underline</u> {{overline|overline}}  <nowiki><u> underline </u> {{overline|overline}}</nowiki> | |||
*'''Strikeout text'''   <s>strikeout</s>   <nowiki><s> strikeout </s></nowiki> | |||
*'''Font:''' ''italics''  '''bold'''  — <big><nowiki>''</nowiki></big>italics<big><nowiki>''</nowiki></big>   <big><nowiki>'''</nowiki></big>bold<big><nowiki>'''</nowiki></big> | |||
'''General font specification:''' <span style="font-family: Times New Roman; font-size:100%; font-style:italic; font-weight:bold;"> Φ (A) </span>   <<nowiki>span style="font-family: Times New Roman; font-size:100%; font-style:italic; font-weight:bold;"> Φ (A) <</nowiki>/span>; | |||
*'''Superscripts/subscripts:''' x<sup>2</sup> x<sub>3</sub> x{{su|p=2|b=1}}  <nowiki>x<sup>2</sup> x<sub>3</sub> x{{su|p=2|b=1}}</nowiki>; | |||
*'''Analysis:''' {{unicode|ƒ ∂ ∫ ∑ ∏ √ ∞ ∇ ℘ ℑ ℜ}} &fnof; &part; &int; &sum; &prod; &radic; &infin; &nabla; &weierp; &image; &real; | |||
*'''Arrows:''' {{unicode|← ↓ → ↑ ↔ ↵ ⇐ ⇓ ⇒ ⇑ ⇔}} &larr; &darr; &rarr; &uarr; &harr; &crarr; &lArr; &dArr; &rArr; &uArr; &hArr; | |||
*'''Logic:''' {{unicode|¬ ∧ ∨ ∃ ∀}} &not; &and; &or; &exist; &forall; | |||
*'''Sets:''' {{unicode|∈ ∉ ∋ ∅ ⊆ ⊇ ⊃ ⊂ ⊄ ∪ ∩ ℵ}} &isin; &notin; &ni; &empty; &sube; &supe; &sup; &sub; &nsub; &cup; &cap; &alefsym; | |||
*'''Relations:''' {{unicode|≠ ≤ ≥ < > ≡ ≢ ∼ ≅ ≈ ∝}} &ne; &le; &ge; &lt; &gt; &equiv; &nequiv; &sim; &cong; &asymp; &prop; | |||
*'''Binary operations:''' {{unicode|± − × ÷ ⁄ ⊥ ⊕ ⊗ ∗}} &plusmn; &minus; &times; &divide; &frasl; &perp; &oplus; &otimes; &lowast; | |||
*'''Delimiters:''' {{unicode|⌈ ⌉ ⌊ ⌋ ⟨ ⟩ « »}} &lceil; &rceil; &lfloor;&rfloor; &lang; &rang; &laquo; &raquo; | |||
*'''Miscellaneous:''' {{unicode|† ‡ ¦ ∠ ∴ ◊ • ♠ ♣ ♥ ♦}} &dagger; &Dagger; &brvbar; &ang; &there4; &loz; &bull; &spades; &clubs; &hearts; &diams; | |||
*'''Punctuation:''' {{unicode|′ ″ ‾ ° ⋅ · … – — ˆ}} &prime; &Prime; &oline; &deg; &sdot; &middot; &hellip; &ndash; &mdash; &circ; | |||
*'''Spacing:''' thin ( ), n-width ( ), m-width ( ), and non-breaking spaces ( ). &thinsp; &ensp; &emsp; &nbsp; | |||
*'''Greek:''' α β γ Α Β Γ etc. &alpha; &beta; &gamma; &Alpha; &Beta; &Gamma; etc. | |||
*'''Unicode:''' &#x22A2; (for example) gives the character ⊢ with [[unicode]] number x22A2 (hexadecimal). Warning: many of the more obscure unicode characters do not yet work on all browsers. Additionally, this makes it very hard to read the wikitext. | |||
== ウィキ間でのリンク == | == ウィキ間でのリンク == |
2012年1月7日 (土) 17:30時点における版
- 基本的なWikiの構文の文法に関しては、下記をご参照下さい.
Text Rich Editor
- また本サイトではWiki構文を使わずに、ワードプロセッサーソフトウエア様の入力を可能にするText Rich Editorも実装しています.
- Wikiページの編集画面を表示して<textricheditor>をクリックします。
- 入力画面が変化します。
文献の入れ方
- Text Rich Editorはここでは使用しないで下さい。
- 下の様に文献を引用したい場所で<ref><pubmed> と</pubmed></ref>の間にPubMed IDを囲って下さい。
*****<ref><pubmed> 14426011 </pubmed></ref>。
すると、文章内の記述順に従って、右のように引用文献が番号で表されます。 *****[1] 。
そして記述の最後に次の様に入力します.
<references/>
すると、文献リストが出来ます.
- ↑
NARAHASHI, T., DEGUCHI, T., URAKAWA, N., & OHKUBO, Y. (1960).
Stabilization and rectification of muscle fiber membrane by tetrodotoxin. The American journal of physiology, 198, 934-8. [PubMed:14426011] [WorldCat] [DOI]
数式の入力
- Textricheditorでは数式入力はできません.デフォールトの入力方法を用い、MediaWikiの数式記述法を参照して、入力してください.以下に例を示します.
<math>\int f(x)dx</math>
<math>\alpha \frac{d^2x(t)}{dt^2} +\beta \frac{dx(t)}{dt} +\gamma x(t) = f(t)</math>
<math>\int f(xyz)dx</math>
特殊文字一覧
テンプレート:Shortcut/styles.cssページに内容がありません。
This page is a quick reference for the "standard" mathematical symbols in HTML that should work on most browsers, and is intended mainly for people editing mathematical articles on Wikipedia.
- Numbers: ¼ ½ ¾ ¼ ½ ¾
- Fractions:½ ⅓ 7⁄9 {{Fraction|1|2}} {{Fraction|1|3}} {{Fraction|7|9}}
- Font size: x x <big>x</big> <small>x</small>
- Underline text underline overline <u> underline </u> {{overline|overline}}
- Strikeout text
strikeout<s> strikeout </s> - Font: italics bold — ''italics'' '''bold'''
General font specification: Φ (A) <span style="font-family: Times New Roman; font-size:100%; font-style:italic; font-weight:bold;"> Φ (A) </span>;
- Superscripts/subscripts: x2 x3 x2
1 x<sup>2</sup> x<sub>3</sub> x{{su|p=2|b=1}}; - Analysis: ƒ ∂ ∫ ∑ ∏ √ ∞ ∇ ℘ ℑ ℜ ƒ ∂ ∫ ∑ ∏ √ ∞ ∇ ℘ ℑ ℜ
- Arrows: ← ↓ → ↑ ↔ ↵ ⇐ ⇓ ⇒ ⇑ ⇔ ← ↓ → ↑ ↔ ↵ ⇐ ⇓ ⇒ ⇑ ⇔
- Logic: ¬ ∧ ∨ ∃ ∀ ¬ ∧ ∨ ∃ ∀
- Sets: ∈ ∉ ∋ ∅ ⊆ ⊇ ⊃ ⊂ ⊄ ∪ ∩ ℵ ∈ ∉ ∋ ∅ ⊆ ⊇ ⊃ ⊂ ⊄ ∪ ∩ ℵ
- Relations: ≠ ≤ ≥ < > ≡ ≢ ∼ ≅ ≈ ∝ ≠ ≤ ≥ < > ≡ ≢ ∼ ≅ ≈ ∝
- Binary operations: ± − × ÷ ⁄ ⊥ ⊕ ⊗ ∗ ± − × ÷ ⁄ ⊥ ⊕ ⊗ ∗
- Delimiters: ⌈ ⌉ ⌊ ⌋ ⟨ ⟩ « » ⌈ ⌉ ⌊⌋ ⟨ ⟩ « »
- Miscellaneous: † ‡ ¦ ∠ ∴ ◊ • ♠ ♣ ♥ ♦ † ‡ ¦ ∠ ∴ ◊ • ♠ ♣ ♥ ♦
- Punctuation: ′ ″ ‾ ° ⋅ · … – — ˆ ′ ″ ‾ ° ⋅ · … – — ˆ
- Spacing: thin ( ), n-width ( ), m-width ( ), and non-breaking spaces ( ).      
- Greek: α β γ Α Β Γ etc. α β γ Α Β Γ etc.
- Unicode: ⊢ (for example) gives the character ⊢ with unicode number x22A2 (hexadecimal). Warning: many of the more obscure unicode characters do not yet work on all browsers. Additionally, this makes it very hard to read the wikitext.
ウィキ間でのリンク
脳科学辞典でカバーする以外の単語はWikipediaへのリンクを張って下さい.
英語版WikipediaのGreen fluorescent proteinの頁へのリンク
[[wikipedia:Green_fluorescent_protein|Green fluorescent protein]]
日本版Wikipediaの緑色蛍光タンパク質の頁へのリンク
[[wikipedia:ja:緑色蛍光タンパク質|緑色蛍光タンパク質]]
TextRichEditorを用いると、編集画面でwikipedia:jp:以下が文字化けしますが、実質的な問題はありません.