Wiki/HTML Mark-Up: Difference between revisions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<color red>strikethrough</color> | |||
==X/HTML Markup in Wikis== | ==X/HTML Markup in Wikis== | ||
* <abbr>abbreviation</abbr> | |||
* <br> or <br/> | |||
* <cite>cited source</cite> | |||
* <code>program source code</code> | |||
* <dfn>definition</dfn> | |||
* <em>emphasis</em> | |||
* <h1>Heading 1</h1> through <h6>Heading 6</h6> | |||
* <hr> or <hr/> for horizontal rules | |||
* <kbd>keyboard text</kbd> | |||
* <pre>preformatted text</pre> | |||
* <strong>strong emphasis</strong> | |||
* <samp>sample output</samp> | |||
* <sub>subscript text</sub> | |||
* <sup>superscript text</sup> | |||
* <var>variable</var> | |||
* <acronym>acronym</acronym>: deprecated in XHTML 2. | |||
* <b>bold</b>: deprecated in XHTML 2. | |||
* <big>big text</big>: deprecated in XHTML 2. | |||
* <del>deleted text</del>: deprecated in XHTML 2. | |||
* <i>italics</i>: deprecated in XHTML 2. | |||
* <ins>inserted text</ins>: deprecated in XHTML 2. | |||
* <small>small text</small>: deprecated in XHTML 2. | |||
* <tt>technical term</tt>: deprecated in XHTML 2. | |||
* <s>strikethrough</s>: deprecated in HTML 4. | |||
* <strike>strikethrough</strike>: deprecated in HTML 4. | |||
* <u>underline</u>: deprecated in HTML 4. | |||
===Images=== | |||
Only images that have been uploaded to Wikipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]]. | |||
{| border="1" cellpadding="2" cellspacing="0" | |||
|- | |||
! What it looks like | |||
! What you type | |||
|- valign="top" | |||
|A picture: | |||
[[Image:wiki.png]] | |||
|<pre>A picture: | |||
<nowiki>[[Image:wiki.png]]</nowiki></pre> | |||
|- valign="top" | |||
|With alternative text: | |||
[[Image:wiki.png|Wikipedia, The Free Encyclopedia.]] | |||
|<pre>With alternative text: | |||
<nowiki>[[Image:wiki.png|Wikipedia, The Free Encyclopedia.]]</nowiki></pre> | |||
* Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is '''strongly''' encouraged. See [[Wikipedia:Alternate text for images|Alternate text for images]] for help on choosing it. | |||
|- valign="top" | |||
|Floating to the right side of the page using the ''frame'' attribute and a caption: | |||
[[Image:wiki.png|frame|Wikipedia Encyclopedia]]<br clear=all> | |||
|<pre>Floating to the right side of the page using the ''frame'' attribute and a caption: | |||
<nowiki>[[Image:wiki.png|frame|Wikipedia Encyclopedia]]</nowiki></pre> | |||
* The frame tag automatically floats the image right. | |||
* The caption is also used as alternate text. | |||
|- valign="top" | |||
|Floating to the right side of the page using the ''thumb'' attribute and a caption: | |||
[[Image:wiki.png|thumb|Wikipedia Encyclopedia]]<br clear=all> | |||
|<pre>Floating to the right side of the page using the ''thumb'' attribute and a caption: | |||
<nowiki>[[Image:wiki.png|thumb|Wikipedia Encyclopedia]]</nowiki></pre> | |||
* The thumb tag automatically floats the image right. | |||
* The caption is also used as alternate text. | |||
* An enlarge icon is placed in the lower right corner. | |||
|- valign="top" | |||
|Floating to the right side of the page ''without'' a caption: | |||
[[Image:wiki.png|right|Wikipedia Encyclopedia]] | |||
|<pre>Floating to the right side of the page | |||
''without'' a caption: | |||
<nowiki>[[Image:wiki.png|right|Wikipedia Encyclopedia]]</nowiki></pre> | |||
* The help topic on [[Wikipedia:Extended image syntax|extended image syntax]] explains more options. | |||
|- valign="top" | |||
|A picture resized to 30 pixels... | |||
[[Image:wiki.png|30 px]] | |||
|<pre>A picture resized to 30 pixels... | |||
<nowiki>[[Image:wiki.png|30 px]]</nowiki></pre> | |||
* The help topic on [[Wikipedia:Extended image syntax|extended image syntax]] explains more options. | |||
|- valign="top" | |||
|Linking directly to the description page of an image: | |||
[[:Image:wiki.png]] | |||
|<pre>Linking directly to the description page | |||
of an image: | |||
<nowiki>[[:Image:wiki.png]]</nowiki></pre> | |||
* Clicking on an image displayed on a page | |||
(such as any of the ones above) | |||
also leads to the description page | |||
|- valign="top" | |||
|Linking directly to an image without displaying it: | |||
[[:Image:wiki.png|Image of the jigsaw globe logo]] | |||
|<pre>Linking directly to an image | |||
without displaying it: | |||
<nowiki>[[:media:wiki.png|Image of the jigsaw globe logo]]</nowiki></pre> | |||
* To include links to images shown as links instead of drawn on the page, use a "media" link. | |||
|- valign="top" | |||
|Using the [[div tag]] to separate images from text (note that this may allow images to cover text): | |||
|<pre><nowiki>Example: | |||
<div style="display:inline; | |||
width:220px; float:right;"> | |||
Place images here </div></nowiki></pre> | |||
|- valign="top" | |||
|Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers): | |||
|<pre><nowiki>Example: {| align=right | |||
|- | |||
| | |||
Place images here | |||
|} | |||
</nowiki></pre> | |||
|} | |||
See the Wikipedia's [[Wikipedia:Image use policy|image use policy]] as a guideline used on Wikipedia. | |||
For further help on images, including some more versatile abilities, see the topic on [[Wikipedia:Extended image syntax|Extended image syntax]]. | |||
===Character formatting=== | |||
{| border="1" cellpadding="2" cellspacing="0" | |||
|- valign="top" | |||
! What it looks like | |||
! What you type | |||
|- id="emph" valign="top" | |||
| | |||
''Italicized text''<br />'''Bold text'''<br />'''''Italicized & Bold text''''' | |||
| | |||
<pre><nowiki> | |||
''Italicized text'' | |||
'''Bold text''' | |||
'''''Italicized & Bold text''''' | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
A typewriter font for <tt>monospace text</tt> | |||
or for computer code: <code>int main()</code> | |||
* For semantic reasons, using <code><code></code> where applicable is preferable to using <code><tt></code>. | |||
| | |||
<pre><nowiki> | |||
A typewriter font for <tt>monospace text</tt> | |||
or for computer code: <code>int main()</code> | |||
</nowiki></pre> | |||
|- valign=top | |||
| | |||
Create codeblocks<code><pre> | |||
#include <iostream.h> | |||
int main () | |||
{ | |||
cout << "Hello World!"; | |||
return 0; | |||
} | |||
</pre></code> that are printed as entered | |||
| | |||
<pre>Use <code><pre> Block of Code </pre></code> around the | |||
block of code. | |||
* The <pre> tags within the codeblock will create formatting | |||
issues - to solve, display the tags literally with | |||
&lt;pre&gt; and &lt;/pre&gt;</pre> | |||
|- valign="top" | |||
| | |||
You can use <small>small text</small> for captions. | |||
| | |||
<pre><nowiki> | |||
You can use <small>small text</small> for captions. | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
Better stay away from <big>big text</big>, unless | |||
<small> it's <big>within</big> small</small> text. | |||
| | |||
<pre><nowiki> | |||
Better stay away from <big>big text</big>, unless | |||
<small> it's <big>within</big> small</small> text. | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
You can <s>strike out deleted material</s> | |||
and <u>underline new material</u>. | |||
You can also mark <del>deleted material</del> and | |||
<ins>inserted material</ins> using logical markup. | |||
For backwards compatibility better combine this | |||
potentially ignored new <del>logical</del> with | |||
the old <s><del>physical</del></s> markup. | |||
* When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way. | |||
* When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material. | |||
| | |||
<pre><nowiki> | |||
You can <s>strike out deleted material</s> | |||
and <u>underline new material</u>. | |||
You can also mark <del>deleted material</del> and | |||
<ins>inserted material</ins> using logical markup. | |||
For backwards compatibility better combine this | |||
potentially ignored new <del>logical</del> with | |||
the old <s><del>physical</del></s> markup. | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Suppressing interpretation of markup:''' | |||
<br/> | |||
<nowiki>Link → (''to'') the [[Wikipedia FAQ]]</nowiki> | |||
* Used to show literal data that would otherwise have special meaning. | |||
* Escape all wiki markup, including that which looks like HTML tags. | |||
* Does not escape HTML character references. | |||
* To escape HTML character references such as <tt>&rarr;</tt> use <tt>&amp;rarr;</tt> | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
<nowiki>Link &rarr; (''to'') | |||
the [[Wikipedia FAQ]]</nowiki> | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Commenting page source:''' | |||
<br/> | |||
''not shown when viewing page'' | |||
* Used to leave comments in a page for future editors. | |||
* Note that most comments should go on the appropriate [[Wikipedia:Talk page|Talk page]]. | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
<!-- comment here --> | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''<span id="diacritics">Diacritical marks:</span>''' | |||
<br/> | |||
À Á Â Ã Ä Å <br/> | |||
Æ Ç È É Ê Ë <br/> | |||
Ì Í | |||
Î Ï Ñ Ò <br/> | |||
Ó Ô Õ | |||
Ö Ø Ù <br/> | |||
Ú Û Ü ß | |||
à á <br/> | |||
â ã ä å æ | |||
ç <br/> | |||
è é ê ë ì í<br/> | |||
î ï ñ ò ó ô <br/> | |||
œ õ | |||
ö ø ù ú <br/> | |||
û ü ÿ | |||
* See [[meta:Help:Special characters|special characters]]. | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring; | |||
&AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; | |||
&Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve; | |||
&Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave; | |||
&Uacute; &Ucirc; &Uuml; &szlig; &agrave; &aacute; | |||
&acirc; &atilde; &auml; &aring; &aelig; &ccedil; | |||
&egrave; &eacute; &ecirc; &euml; &igrave; &iacute; | |||
&icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc; | |||
&oelig; &otilde; &ouml; &oslash; &ugrave; &uacute; | |||
&ucirc; &uuml; &yuml; | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Punctuation:''' | |||
<br/> | |||
¿ ¡ § ¶<br/> | |||
† ‡ • – —<br/> | |||
‹ › « »<br/> | |||
‘ ’ “ ” | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
&iquest; &iexcl; &sect; &para; | |||
&dagger; &Dagger; &bull; &ndash; &mdash; | |||
&lsaquo; &rsaquo; &laquo; &raquo; | |||
&lsquo; &rsquo; &ldquo; &rdquo; | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Commercial symbols:''' | |||
<br/> | |||
™ © ® ¢ € ¥<br/> | |||
£ ¤ | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
&trade; &copy; &reg; &cent; &euro; &yen; | |||
&pound; &curren; | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Subscripts:''' | |||
<br/> | |||
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or | |||
<br/> | |||
x₀ x₁ x₂ x₃ x₄ | |||
<br/> | |||
x₅ x₆ x₇ x₈ x₉ | |||
'''Superscripts:''' | |||
<br/> | |||
x<sup>1</sup> x² x³ or | |||
<br/> | |||
x⁰ x¹ x² x³ x⁴ | |||
<br/> | |||
x⁵ x⁶ x⁷ x⁸ x⁹ | |||
*The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users' machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it. | |||
ε<sub>0</sub> = | |||
8.85 × 10<sup>−12</sup> | |||
C² / J m. | |||
1 [[hectare]] = [[1 E4 m²]] | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or | |||
<br/> | |||
x&#8320; x&#8321; x&#8322; x&#8323; x&#8324; | |||
<br/> | |||
x&#8325; x&#8326; x&#8327; x&#8328; x&#8329; | |||
</nowiki></pre> | |||
<pre><nowiki> | |||
x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or | |||
<br/> | |||
x&#8304; x&sup1; x&sup2; x&sup3; x&#8308; | |||
<br/> | |||
x&#8309; x&#8310; x&#8311; x&#8312; x&#8313; | |||
&epsilon;<sub>0</sub> = | |||
8.85 &times; 10<sup>&minus;12</sup> | |||
C&sup2; / J m. | |||
1 [[hectare]] = [[1 E4 m&sup2;]] | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Greek characters:''' | |||
<br/> | |||
α β γ δ ε ζ<br/> | |||
η θ ι κ λ μ ν<br/> | |||
ξ ο π ρ σ ς<br/> | |||
τ υ φ χ ψ ω<br/> | |||
Γ Δ Θ Λ Ξ Π<br/> | |||
Σ Φ Ψ Ω | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
&alpha; &beta; &gamma; &delta; &epsilon; &zeta; | |||
&eta; &theta; &iota; &kappa; &lambda; &mu; &nu; | |||
&xi; &omicron; &pi; &rho; &sigma; &sigmaf; | |||
&tau; &upsilon; &phi; &chi; &psi; &omega; | |||
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi; | |||
&Sigma; &Phi; &Psi; &Omega; | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Mathematical characters:''' | |||
<br/> | |||
∫ ∑ ∏ √ − ± ∞<br/> | |||
≈ ∝ ≡ ≠ ≤ ≥<br/> | |||
× · ÷ ∂ ′ ″<br/> | |||
∇ ‰ ° ∴ ℵ ø<br/> | |||
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇<br/> | |||
¬ ∧ ∨ ∃ ∀ ⇒ ⇐ ⇓ ⇑ ⇔<br/> | |||
→ ↓ ↑ ← ↔<br/> | |||
* See also [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]]. | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
&int; &sum; &prod; &radic; &minus; &plusmn; &infin; | |||
&asymp; &prop; &equiv; &ne; &le; &ge; | |||
&times; &middot; &divide; &part; &prime; &Prime; | |||
&nabla; &permil; &deg; &there4; &alefsym; &oslash; | |||
&isin; &notin; &cap; &cup; &sub; &sup; &sube; &supe; | |||
&not; &and; &or; &exist; &forall; &rArr; &lArr; &dArr; &uArr; &hArr; | |||
&rarr; &darr; &uarr; &larr; &harr; | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
<math>\,\! \sin x + \ln y</math><br> | |||
sin''x'' + ln''y'' | |||
<!-- no space between roman "sin" and italic "x" --> | |||
<math>\mathbf{x} = 0</math><br> | |||
'''x''' = 0 | |||
Ordinary text should use [[#emph|wiki markup for emphasis]], and should not use <code><i></code> or <code><b></code>. However, mathematical formulae often use italics, and sometimes use bold, for reasons unrelated to emphasis. Complex formulae should use [[Help:Formula|<code><math></code> markup]], and simple formulae may use <code><math></code>; or <code><i></code> and <code><b></code>; or <code><nowiki>''</nowiki></code> and <code><nowiki>'''</nowiki></code>. According to [[Wikipedia:WikiProject Mathematics#Italicization and bolding|WikiProject Mathematics]], wiki markup is preferred over HTML markup like <code><i></code> and <code><b></code>. | |||
| | |||
<pre><nowiki> | |||
<math>\,\! \sin x + \ln y</math> | |||
sin''x'' + ln''y'' | |||
<math>\mathbf{x} = 0</math> | |||
'''x''' = 0 | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Spacing in simple math formulae:''' | |||
<br/> | |||
Obviously, ''x''² ≥ 0 is true when ''x'' is a real number. | |||
*To space things out without allowing line breaks to interrupt the formula, use non-breaking spaces: <tt>&nbsp;</tt>. | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
Obviously, ''x''&sup2;&nbsp;&ge;&nbsp;0 is true when ''x'' is a real number. | |||
</nowiki></pre> | |||
|- valign="top" | |||
| | |||
'''Complicated formulae:''' | |||
<br/> | |||
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math> | |||
* See [[Help:Formula]] for how to use <tt><math></tt>. | |||
* A formula displayed on a line by itself should probably be indented by using the colon (:) character. | |||
| | |||
<br/> | |||
<pre><nowiki> | |||
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math> | |||
</nowiki></pre> | |||
|} | |||
''(see also: [[Chess symbols in Unicode]])'' | |||
Latest revision as of 08:53, 8 September 2007
<color red>strikethrough</color>
X/HTML Markup in Wikis[edit]
- abbreviation
or- cited source
program source code- definition
- emphasis
Heading 1
throughHeading 6
or
for horizontal rules- keyboard text
preformatted text
- strong emphasis
- sample output
- subscript text
- superscript text
- variable
- <acronym>acronym</acronym>: deprecated in XHTML 2.
- bold: deprecated in XHTML 2.
- big text: deprecated in XHTML 2.
deleted text: deprecated in XHTML 2.- italics: deprecated in XHTML 2.
- inserted text: deprecated in XHTML 2.
- small text: deprecated in XHTML 2.
- technical term: deprecated in XHTML 2.
strikethrough: deprecated in HTML 4.strikethrough: deprecated in HTML 4.- underline: deprecated in HTML 4.
Images[edit]
Only images that have been uploaded to Wikipedia can be used. To upload images, use the upload page. You can find the uploaded image on the image list.
| What it looks like | What you type |
|---|---|
| A picture: | A picture: [[Image:wiki.png]] |
| With alternative text: | With alternative text: [[Image:wiki.png|Wikipedia, The Free Encyclopedia.]]
|
| Floating to the right side of the page using the frame attribute and a caption:
|
Floating to the right side of the page using the ''frame'' attribute and a caption: [[Image:wiki.png|frame|Wikipedia Encyclopedia]]
|
| Floating to the right side of the page using the thumb attribute and a caption:
|
Floating to the right side of the page using the ''thumb'' attribute and a caption: [[Image:wiki.png|thumb|Wikipedia Encyclopedia]]
|
| Floating to the right side of the page without a caption:
|
Floating to the right side of the page ''without'' a caption: [[Image:wiki.png|right|Wikipedia Encyclopedia]]
|
| A picture resized to 30 pixels... | A picture resized to 30 pixels... [[Image:wiki.png|30 px]]
|
| Linking directly to the description page of an image: | Linking directly to the description page of an image: [[:Image:wiki.png]]
(such as any of the ones above) also leads to the description page |
| Linking directly to an image without displaying it: | Linking directly to an image without displaying it: [[:media:wiki.png|Image of the jigsaw globe logo]]
|
| Using the div tag to separate images from text (note that this may allow images to cover text): | Example: <div style="display:inline; width:220px; float:right;"> Place images here </div> |
| Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers): | Example: {| align=right
|-
|
Place images here
|}
|
See the Wikipedia's image use policy as a guideline used on Wikipedia.
For further help on images, including some more versatile abilities, see the topic on Extended image syntax.
Character formatting[edit]
| What it looks like | What you type |
|---|---|
|
Italicized text |
''Italicized text'' '''Bold text''' '''''Italicized & Bold text''''' |
|
A typewriter font for monospace text
or for computer code:
|
A typewriter font for <tt>monospace text</tt> or for computer code: <code>int main()</code> |
Create codeblocks that are printed as entered
|
Use <code><pre> Block of Code </pre></code> around the block of code. * The <pre> tags within the codeblock will create formatting issues - to solve, display the tags literally with <pre> and </pre> |
|
You can use small text for captions. |
You can use <small>small text</small> for captions. |
|
Better stay away from big text, unless it's within small text. |
Better stay away from <big>big text</big>, unless <small> it's <big>within</big> small</small> text. |
|
You can You can also mark
|
You can <s>strike out deleted material</s> and <u>underline new material</u>. You can also mark <del>deleted material</del> and <ins>inserted material</ins> using logical markup. For backwards compatibility better combine this potentially ignored new <del>logical</del> with the old <s><del>physical</del></s> markup. |
|
Suppressing interpretation of markup:
|
<nowiki>Link → (''to'')
the [[Wikipedia FAQ]]</nowiki>
|
|
Commenting page source:
|
<!-- comment here --> |
|
Diacritical marks:
|
À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü ß à á â ã ä å æ ç è é ê ë ì í î ï ñ ò ó ô œ õ ö ø ù ú û ü ÿ |
|
Punctuation:
|
¿ ¡ § ¶ † ‡ • – — ‹ › « » ‘ ’ “ ” |
|
Commercial symbols:
|
™ © ® ¢ € ¥ £ ¤ |
|
Subscripts:
Superscripts:
ε0 = 8.85 × 10−12 C² / J m. |
x<sub>1</sub> x<sub>2</sub> x<sub>3</sub> or <br/> x₀ x₁ x₂ x₃ x₄ <br/> x₅ x₆ x₇ x₈ x₉ x<sup>1</sup> x<sup>2</sup> x<sup>3</sup> or <br/> x⁰ x¹ x² x³ x⁴ <br/> x⁵ x⁶ x⁷ x⁸ x⁹ ε<sub>0</sub> = 8.85 × 10<sup>−12</sup> C² / J m. 1 [[hectare]] = [[1 E4 m²]] |
|
Greek characters:
|
α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ ς τ υ φ χ ψ ω Γ Δ Θ Λ Ξ Π Σ Φ Ψ Ω |
|
Mathematical characters:
|
∫ ∑ ∏ √ − ± ∞ ≈ ∝ ≡ ≠ ≤ ≥ × · ÷ ∂ ′ ″ ∇ ‰ ° ∴ ℵ ø ∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇ ¬ ∧ ∨ ∃ ∀ ⇒ ⇐ ⇓ ⇑ ⇔ → ↓ ↑ ← ↔ |
|
<math>\,\! \sin x + \ln y</math> <math>\mathbf{x} = 0</math> Ordinary text should use wiki markup for emphasis, and should not use |
<math>\,\! \sin x + \ln y</math>
sin''x'' + ln''y''
<math>\mathbf{x} = 0</math>
'''x''' = 0
|
|
Spacing in simple math formulae:
|
Obviously, ''x''² ≥ 0 is true when ''x'' is a real number. |
|
Complicated formulae:
|
: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
|
(see also: Chess symbols in Unicode)