|
|
Line 35: |
Line 35: |
| = Formatting content = | | = Formatting content = |
| | | |
− | This information is an abbreviated set of tips from the [http://meta.wikimedia.org/wiki/Help:Editing relevant mediawiki help page].
| + | A brief summary of how to mark up content for formatting and display may be found in the [[Help:Editing|Editing help]] page. |
− | | |
− | | |
− | <table>
| |
− | <tr>
| |
− | <td>
| |
− | ''Emphasize text'' with two apostrophes on each side. Three apostrophes emphasize it '''strongly'''. Five apostrophes is '''''even stronger'''''.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | ''Emphasize text'' with two apostrophes
| |
− | on each side. Three apostrophes
| |
− | emphasize it '''strongly'''. Five
| |
− | apostrophes is '''''even stronger'''''.</pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | A single newline has no effect on the layout.
| |
− | | |
− | But an empty line starts a new paragraph.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | A single newline has no
| |
− | effect on the layout.
| |
− | | |
− | But an empty line
| |
− | starts a new paragraph.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | You can break lines<br>
| |
− | without starting a new paragraph.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | You can break lines<br>
| |
− | without starting a new paragraph.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | You can use <b>HTML tags</b>, too.
| |
− | Some useful ways to use HTML:
| |
− | | |
− | Put text in a <tt>typewriter font</tt>. The same font is generally used for <code>computer code</code>.
| |
− | | |
− | | |
− | <strike>Strike out</strike> or
| |
− | <u>underline</u> text, or write it
| |
− | <span style="font-variant:small-caps">
| |
− | in small caps</span>.
| |
− | | |
− | Superscripts and subscripts:
| |
− | x<sup>2</sup>, x<sub>2</sub>
| |
− | | |
− | Invisible comments that only appear while editing the page.
| |
− | <!-- Note to editors: blah blah. -->
| |
− | Comments should usually go on the talk page, though.
| |
− | | |
− | HTML markup should be used sparingly,
| |
− | and only if it is difficult or impossible to
| |
− | achieve the desired result otherwise.
| |
− | <td>
| |
− | <pre>
| |
− | You can use <b>HTML tags</b>, too.
| |
− | Some useful ways to use HTML:
| |
− | | |
− | Put text in a <tt>typewriter font</tt>.
| |
− | The same font is generally used for
| |
− | <code>computer code</code>.
| |
− | | |
− | <strike>Strike out</strike> or
| |
− | <u>underline</u> text, or write it
| |
− | <span style="font-variant:small-caps">
| |
− | in small caps</span>.
| |
− | | |
− | Superscripts and subscripts:
| |
− | x<sup>2</sup>, x<sub>2</sub>
| |
− | | |
− | Invisible comments that only appear
| |
− | while editing the page.
| |
− | <!-- Note to editors: blah blah. -->
| |
− | Comments should usually go on the
| |
− | talk page,though.
| |
− | | |
− | HTML markup should be used sparingly,
| |
− | and only if it is difficult or
| |
− | impossible to achieve the desired
| |
− | result otherwise.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td colspan="2">
| |
− | == Section headings ==
| |
− | | |
− | Headings organize your writing into sections.
| |
− | The Wiki software can automatically generate
| |
− | a table of contents from them.
| |
− | </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>
| |
− | === Subsection ===
| |
− | | |
− | More equals signs creates a subsection.
| |
− | | |
− | ==== A smaller subsection ====
| |
− | | |
− | Don't skip levels, ''e.g.'' from two to four equals
| |
− | signs. Start with two equals signs; don't use
| |
− | single equals signs.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | == Section headings ==
| |
− | | |
− | Headings organize your writing into
| |
− | sections. The Wiki software can
| |
− | automatically generate a table of
| |
− | contents from them.
| |
− | | |
− | === Subsection ===
| |
− | | |
− | More equals signs creates a subsection.
| |
− | | |
− | ==== A smaller subsection ====
| |
− | | |
− | Don't skip levels, (''e.g.'' from
| |
− | two to four equals signs. Start with
| |
− | two equals signs; don't use single
| |
− | equals signs.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td colspan="2">
| |
− | == Lists ==
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | * ''Unordered'' lists are easy to do:
| |
− | ** Start every line with a star.
| |
− | *** More stars indicate a deeper level.
| |
− | * A newline
| |
− | * in a list
| |
− | | |
− | marks the end of the list.
| |
− | | |
− | * Of course you can start again.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | * ''Unordered lists'' are easy to do:
| |
− | ** Start every line with a star.
| |
− | *** More stars indicate a deeper level.
| |
− | * A newline
| |
− | * in a list
| |
− | marks the end of the list.
| |
− | * Of course you can start again.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | # Numbered lists are also good:
| |
− | ## Very organized
| |
− | ## Easy to follow
| |
− | | |
− | A newline marks the end of the list.
| |
− | | |
− | # New numbering starts with 1.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | # Numbered lists are also good:
| |
− | ## Very organized
| |
− | ## Easy to follow
| |
− | A newline marks the end of the list.
| |
− | # New numbering starts with 1.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | You can make horizontal lines
| |
− | to separate text.
| |
− | ----
| |
− | But you should usually use sections instead,
| |
− | so that they go in the table of contents.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | You can make horizontal lines
| |
− | to separate text.
| |
− | ----
| |
− | But you should usually use
| |
− | sections instead, so that they
| |
− | go in the table of contents.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td colspan="2">
| |
− | == Links ==
| |
− | </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>
| |
− | Here's a link to a page named
| |
− | [[reciprocal space]]. | |
− | | |
− | You can put formatting around a link.
| |
− | Example: ''[[reciprocal space]]''.
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | Here's a link to a page named
| |
− | [[reciprocal space]].
| |
− | | |
− | You can put formatting around a link.
| |
− | Example: ''[[reciprocal space]]''.
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Link to a page section by its title:
| |
− | | |
− | * [[Ewald sphere#Definition]]
| |
− | * [[Ewald sphere#History]]
| |
− | | |
− | If multiple sections have the same title, add
| |
− | a number. [[#Example section 3]] goes to the
| |
− | third section named "Example section".
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | Link to a page section by its title:
| |
− | | |
− | * [[Ewald sphere#Definition]]
| |
− | * [[Ewald sphere#History]]
| |
− | | |
− | | |
− | If multiple sections have the same
| |
− | title, add a number.
| |
− | [[#Example section 3]] goes to the
| |
− | third section named "Example section".
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Make a link point to a different place
| |
− | with a 'piped link'. Put the link target first,
| |
− | then the pipe character "|", then the
| |
− | link text.
| |
− | | |
− | * [[Main_Page|front page]]
| |
− | * [[Ewald sphere#History | see below]]
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | Make a link point to a different
| |
− | place with a 'piped link'. Put
| |
− | the link target first, then the
| |
− | pipe character "|", then the link text.
| |
− | | |
− | * [[Main_Page|front page]]
| |
− | * [[Ewald sphere#History|see below]]
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Make an external link just by typing
| |
− | a URL: http://www.iucr.org
| |
− | | |
− | Give it a title:
| |
− | [http://www.iucr.org IUCr]
| |
− | | |
− | or leave the title blank:
| |
− | [http://www.iucr.org]
| |
− | </td><td>
| |
− | <pre>
| |
− | Make an external link just by
| |
− | typing a URL:
| |
− | http://www.iucr.org
| |
− | | |
− | Give it a title:
| |
− | [http://www.iucr.org IUCr]
| |
− | | |
− | or leave the title blank:
| |
− | [http://www.iucr.org]
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Category links don't show up, but add the page to a category.
| |
− | [[Category:English documentation]]
| |
− | | |
− | Add an extra colon to actually link to the category:
| |
− | [[:Category:English documentation]]
| |
− | | |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | Category links don't show up, but
| |
− | add the page to a category.
| |
− | [[Category:English documentation]]
| |
− | | |
− | Add an extra colon to actually link
| |
− | to the category:
| |
− | [[:Category:English documentation]]
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td colspan="2">
| |
− | == Just show what I typed ==
| |
− | | |
− | A few different kinds of formatting will tell the Wiki to
| |
− | display things as you typed them.
| |
− | </td>
| |
− | | |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | * <nowiki><</nowiki>nowiki<nowiki>></nowiki> tags
| |
− | | |
− | <nowiki>
| |
− | The nowiki tag ignores Wiki ''markup''.
| |
− | It reformats text by removing
| |
− | newlines and multiple spaces.
| |
− | It still interprets special characters: →
| |
− | </nowiki>
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | <nowiki><</nowiki>nowiki<nowiki>></nowiki>
| |
− | The nowiki tag ignores Wiki markup.
| |
− | It reformats text by removing
| |
− | newlines and multiple spaces.
| |
− | It still interprets special
| |
− | characters: <nowiki>&</nowiki>rarr;
| |
− | <nowiki><</nowiki>/nowiki<nowiki>></nowiki>
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | *<nowiki><pre></nowiki> tags
| |
− | <pre>
| |
− | The pre tag ignores Wiki markup.
| |
− | It also doesn't reformat text.
| |
− | It still interprets special
| |
− | characters: →
| |
− | </pre>
| |
− | </td>
| |
− | <td>
| |
− | | |
− | <pre>
| |
− | <nowiki><pre></nowiki>
| |
− | The pre tag ignores Wiki markup.
| |
− | It also doesn't reformat text.
| |
− | It still interprets special
| |
− | characters: <nowiki>&</nowiki>rarr;
| |
− | <nowiki></pre></nowiki>
| |
− | </pre>
| |
− | | |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | * Leading spaces
| |
− | | |
− | Leading spaces are another way to preserve formatting.
| |
− | | |
− | Putting a space at the beginning of
| |
− | each line stops the text from
| |
− | being reformatted. It still interprets
| |
− | Wiki markup and special characters: →
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | Putting a space at the beginning of
| |
− | each line stops the text from
| |
− | being reformatted. It still interprets
| |
− | Wiki markup and special characters: &rarr;
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | | |
− | <tr>
| |
− | <td colspan="2">
| |
− | == Images and tables ==
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | A picture, including alternate text:
| |
− | | |
− | [[Image:Darwin.gif|Darwin's theory]]
| |
− | | |
− | You can put the image in a frame with a caption:
| |
− | | |
− | [[Image:Darwin.gif|frame|Darwin's theory]]
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | | |
− | A picture, including alternate text:
| |
− | | |
− | [[Image:Darwin.gif|Darwin's theory]]
| |
− | | |
− | You can put the image in a frame with a caption:
| |
− | | |
− | [[Image:Darwin.gif|frame|Darwin's theory]]
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | {| border="1" cellpadding="5" align="center"
| |
− | ! This
| |
− | ! is
| |
− | |-
| |
− | | a
| |
− | | table
| |
− | |}
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | {| border="1" cellpadding="5" align="center"
| |
− | ! This
| |
− | ! is
| |
− | |-
| |
− | | a
| |
− | | table
| |
− | |}
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td colspan="2">
| |
− | == Mathematical formulas ==
| |
− | </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>
| |
− | | |
− | You can format mathematical formulas with TeX markup.
| |
− | | |
− | <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
| |
− |
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | <nowiki><math>\sum_{n=0}^\infty \frac{x^n}{n!}</math></nowiki>
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td colspan="2">
| |
− | == Special characters ==
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Umlauts and accents:
| |
− | | |
− | À Á Â Ã Ä Å
| |
− | Æ Ç È É Ê Ë
| |
− | Ì Í Î Ï Ñ Ò
| |
− | Ó Ô Õ Ö Ø Ù
| |
− | Ú Û Ü ß à á
| |
− | â ã ä å æ ç
| |
− | è é ê ë ì í
| |
− | î ï ñ ò ó ô
| |
− | œ õ ö ø ù ú
| |
− | û ü ÿ
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | &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;
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Punctuation:
| |
− | | |
− | ¿ ¡ « » § ¶
| |
− | † ‡ • - – —
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | &iquest; &iexcl; &laquo; &raquo; &sect; &para;
| |
− | &dagger; &Dagger; &bull; &ndash; &mdash;
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Commercial symbols:
| |
− | | |
− | ™ © ® ¢ € ¥ £ ¤
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | &trade; &copy; &reg; &cent; &euro; &yen; &pound; &curren;
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Greek characters:
| |
− | | |
− | α β γ δ ε ζ
| |
− | η θ ι κ λ μ ν
| |
− | ξ ο π ρ σ ς
| |
− | τ υ φ χ ψ ω
| |
− | Γ Δ Θ Λ Ξ Π
| |
− | Σ Φ Ψ Ω
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | &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;
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | <tr>
| |
− | <td>
| |
− | Math characters:
| |
− | | |
− | ∫ ∑ ∏ √ − ± ∞
| |
− | ≈ ∝ ≡ ≠ ≤ ≥
| |
− | × · ÷ ∂ ′ ″
| |
− | ∇ ‰ ° ∴ ø
| |
− | ∈ ∩ ∪ ⊂ ⊃ ⊆ ⊇
| |
− | ¬ ∧ ∨ ∃ ∀ ⇒ ⇔
| |
− | → ↔ ↑ ℵ ∉
| |
− | </td>
| |
− | <td>
| |
− | <pre>
| |
− | &int; &sum; &prod; &radic; &minus; &plusmn; &infin;
| |
− | &asymp; &prop; &equiv; &ne; &le; &ge;
| |
− | &times; &middot; &divide; &part; &prime; &Prime;
| |
− | &nabla; &permil; &deg; &there4; &oslash;
| |
− | &isin; &cap; &cup; &sub; &sup; &sube; &supe;
| |
− | &not; &and; &or; &exist; &forall; &rArr; &hArr;
| |
− | &rarr; &harr; &uarr;
| |
− | &alefsym; &notin;
| |
− | </pre>
| |
− | </td>
| |
− | </tr>
| |
− | | |
− | </table>
| |