Revision as of 04:06, 16 December 2001 view sourceKoyaanis Qatsi (talk | contribs)13,445 edits remove vandalism by 203.170.3.xxx← Previous edit | Revision as of 18:01, 22 December 2001 view source 12.86.88.xxx (talk)mNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
You might want to learn simply ], and you might want informal ]. If you want the details about how to edit a Misplaced Pages page, though, you've come to the right place. | You might want to learn simply ], and you might want informal ]. If you want the details about how to edit a Misplaced Pages page, though, you've come to the right place. | ||
It's very easy to edit a Wiki page. Simply click on the "edit | It's very easy to edit a Wiki page. Simply click on the "edit | ||
this page right now!" link at the top or bottom of a Wiki page. This will bring you to a page with a text box containing the text of that Wiki page. | this page right now!" link at the top or bottom of a Wiki page. This will bring you to a page with a text box containing the text of that Wiki page. | ||
Then type away, and press "Save" when finished! (You can also preview your changes before saving if you like.) | Then type away, and press "Save" when finished! (You can also preview your changes before saving if you like.) | ||
It is often more convenient to copy and paste the text first into your | It is often more convenient to copy and paste the text first into your | ||
favorite text editor, edit and spell check there, and then paste back | favorite text editor, edit and spell check there, and then paste back | ||
into the browser to preview. You can also keep a local copy of the | into the browser to preview. You can also keep a local copy of the | ||
pages you authored so that you can make changes offline. | pages you authored so that you can make changes offline. | ||
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column. | In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column. | ||
You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the SandBox. | You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the SandBox. | ||
<h2>Sections, Paragraphs, Lists and Lines</h2> | <h2>Sections, Paragraphs, Lists and Lines</h2> | ||
<table border=1> | <table border=1> | ||
<tr> | <tr> | ||
<td> | <td> | ||
Start your sections with header lines: | Start your sections with header lines: | ||
=== New Section === | === New Section === | ||
==== Subsection ====</td> | ==== Subsection ====</td> | ||
<td><pre> | <td><pre> | ||
=== New Section === | === New Section === | ||
==== Subsection ====</pre></td> | ==== Subsection ====</pre></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td> | ||
A single newline | A single newline | ||
has no effect. | has no effect. | ||
But an empty line | But an empty line | ||
starts a new paragraph.</td> | starts a new paragraph.</td> | ||
<td><pre>A single newline | <td><pre>A single newline | ||
has no effect. | has no effect. | ||
But an empty line | But an empty line | ||
starts a new paragraph.</pre></td> | starts a new paragraph.</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>You can break lines<br> | <tr valign=top><td>You can break lines<br> | ||
without starting a new paragraph.</td> | without starting a new paragraph.</td> | ||
<td><pre>You can break lines<br> | <td><pre>You can break lines<br> | ||
without starting a new paragraph.</pre></td></tr> | without starting a new paragraph.</pre></td></tr> | ||
<tr> | <tr> | ||
<td> | <td> | ||
* Lists are good: | * Lists are good: | ||
** they organize material | ** they organize material | ||
** they look clean</td> | ** they look clean</td> | ||
<td><pre>* Lists are good: | <td><pre>* Lists are good: | ||
** they organize material | ** they organize material | ||
** they look clean</pre></td> | ** they look clean</pre></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td> | ||
# Numbered lists are also good | # Numbered lists are also good | ||
## Very organized | ## Very organized | ||
## easy to follow</td> | ## easy to follow</td> | ||
<td><pre># Numbered lists are also good | <td><pre># Numbered lists are also good | ||
## Very organized | ## Very organized | ||
## easy to follow</pre></td> | ## easy to follow</pre></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td> | ||
; Definition lists : lists with definitions | ; Definition lists : lists with definitions | ||
; item to be defined : the item's definition</td> | ; item to be defined : the item's definition</td> | ||
<td><pre>; Definition lists : lists with definitions | <td><pre>; Definition lists : lists with definitions | ||
; item to be defined : the item's definition</pre></td> | ; item to be defined : the item's definition</pre></td> | ||
</tr> | </tr> | ||
<tr><td valign=bottom>For mixing list types, you need to use HTML: | <tr><td valign=bottom>For mixing list types, you need to use HTML: | ||
<ul> | <ul> | ||
<li>A numbered list: | <li>A numbered list: | ||
<ol> | <ol> | ||
<li>First item | <li>First item | ||
<li>Second item | <li>Second item | ||
</ol> | </ol> | ||
<li>more bullets | <li>more bullets | ||
</ul></td> | </ul></td> | ||
<td><pre><ul> | <td><pre><ul> | ||
<li>A numbered list: | <li>A numbered list: | ||
<ol> | <ol> | ||
<li>First item | <li>First item | ||
<li>Second item | <li>Second item | ||
</ol> | </ol> | ||
<li>more bullets | <li>more bullets | ||
</ul></pre></td> | </ul></pre></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td> | ||
:Lines can be | :Lines can be | ||
::indented | ::indented | ||
:::several levels</td> | :::several levels</td> | ||
<td><pre>:Lines can be | <td><pre>:Lines can be | ||
::indented | ::indented | ||
:::several levels</pre></td> | :::several levels</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top> | <tr valign=top> | ||
<td> | <td> | ||
IF (a line starts with whitespace) THEN | IF (a line starts with whitespace) THEN | ||
it will be formatted exactly as typed; | it will be formatted exactly as typed; | ||
in a technical looking font; | in a technical looking font; | ||
lines won't wrap; | lines won't wrap; | ||
ENDIF | ENDIF | ||
this is useful for: | this is useful for: | ||
• pasting preformatted text; | • pasting preformatted text; | ||
• algorithm descriptions; | • algorithm descriptions; | ||
• ascii art;</td> | • ascii art;</td> | ||
<td><pre> IF (a line starts with whitespace) THEN | <td><pre> IF (a line starts with whitespace) THEN | ||
it will be formatted exactly as typed; | it will be formatted exactly as typed; | ||
in a technical looking font; | in a technical looking font; | ||
lines won't wrap; | lines won't wrap; | ||
ENDIF | ENDIF | ||
this is useful for: | this is useful for: | ||
&bull; pasting preformatted text; | &bull; pasting preformatted text; | ||
&bull; algorithm descriptions; | &bull; algorithm descriptions; | ||
&bull; ascii art;</pre></td> | &bull; ascii art;</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td><center>Text can be centered.</center></td> | <tr valign=top><td><center>Text can be centered.</center></td> | ||
<td><pre><center>Text can be centered.</center></pre></td> | <td><pre><center>Text can be centered.</center></pre></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>A horizontal dividing line: above | <td>A horizontal dividing line: above | ||
---- | ---- | ||
and below.</td> | and below.</td> | ||
<td><pre>A horizontal dividing line: above | <td><pre>A horizontal dividing line: above | ||
---- | ---- | ||
and below.</pre></td> | and below.</pre></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<h2>Links, URLs, Images</h2> | <h2>Links, URLs, Images</h2> | ||
<table border=1> | <table border=1> | ||
<tr valign=top><td>Link to the ].<br> | <tr valign=top><td>Link to the ].<br> | ||
(First letter of target is automatically capitalized.<br> | (First letter of target is automatically capitalized.<br> | ||
Spaces are converted into underscores.<br> | Spaces are converted into underscores.<br> | ||
To create a new page: start with a link to it, then click on ?.<br> | To create a new page: start with a link to it, then click on ?.<br> | ||
Check out the ].)</td> | Check out the ].)</td> | ||
<td><pre>Link to the ].</pre></td> | <td><pre>Link to the ].</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Same target, different name: ].<br> | <tr valign=top><td>Same target, different name: ].<br> | ||
Targets can only contain letters and spaces!</td> | Targets can only contain letters and spaces!</td> | ||
<td><pre>Same target, different name: ]</pre></td> | <td><pre>Same target, different name: ]</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>] is a page that doesn't | <tr valign=top><td>] is a page that doesn't | ||
exist yet.<br> | exist yet.<br> | ||
You can start it by clicking on the question mark.<br> | You can start it by clicking on the question mark.<br> | ||
After creating a page, search for its title and make<br> | After creating a page, search for its title and make<br> | ||
sure that everyone correctly links to it.</td> | sure that everyone correctly links to it.</td> | ||
<td><pre>] is a page that doesn't | <td><pre>] is a page that doesn't | ||
exist yet.</pre></td> | exist yet.</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Mixed case is automatic link: RecentChanges.<br> | <tr valign=top><td>Mixed case is automatic link: RecentChanges.<br> | ||
Sometimes, you don't want that: <nowiki>McDonald</nowiki>.</td> | Sometimes, you don't want that: <nowiki>McDonald</nowiki>.</td> | ||
<td><pre>RecentChanges | <td><pre>RecentChanges | ||
<nowiki><nowiki></nowiki>McDonald<nowiki></nowiki></nowiki>.</pre></td> | <nowiki><nowiki></nowiki>McDonald<nowiki></nowiki></nowiki>.</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Link to this page's discussion: /Talk<br> | <tr valign=top><td>Link to this page's discussion: /Talk<br> | ||
Other <code>/Subpages</code> work the same way.</td> | Other <code>/Subpages</code> work the same way.</td> | ||
<td><pre>Link to this page's discussion: /Talk</pre></td> | <td><pre>Link to this page's discussion: /Talk</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Link to another page's subpage: ]</td> | <tr valign=top><td>Link to another page's subpage: ]</td> | ||
<td><pre>Link: ]</pre></td> | <td><pre>Link: ]</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Redirect one article title to another<br> | <tr valign=top><td>Redirect one article title to another<br> | ||
by putting text like this in its first line.</td> | by putting text like this in its first line.</td> | ||
<td><pre>#REDIRECT ]</pre></td> | <td><pre>#REDIRECT ]</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>External link: </td> | <tr valign=top><td>External link: </td> | ||
<td><pre>External link: </pre></td> | <td><pre>External link: </pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Or just give the URL: http://www.nupedia.com.<br> | <tr valign=top><td>Or just give the URL: http://www.nupedia.com.<br> | ||
(Good idea since it makes a printout more useful.)</td> | (Good idea since it makes a printout more useful.)</td> | ||
<td><pre>Or just give the URL: http://www.nupedia.com.</pre></td> | <td><pre>Or just give the URL: http://www.nupedia.com.</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>A picture: http://www.wikipedia.com/wikia.gif <br> | <tr valign=top><td>A picture: http://www.wikipedia.com/wikia.gif <br> | ||
E-mail the picture to jasonr @ bomis.com to be uploaded.<br> | E-mail the picture to jasonr @ bomis.com to be uploaded.<br> | ||
''Do not'' link to external files on other servers unless you<br> | ''Do not'' link to external files on other servers unless you<br> | ||
control that server space!</td> | control that server space!</td> | ||
<td><pre>A picture: http://www.wikipedia.com/wikia.gif</pre></td> | <td><pre>A picture: http://www.wikipedia.com/wikia.gif</pre></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<h2>Character formatting</h2> | <h2>Character formatting</h2> | ||
<table border=1> | <table border=1> | ||
<tr valign=top><td>''Emphasize'', '''strongly''', '''''very strongly'''''.<br> | <tr valign=top><td>''Emphasize'', '''strongly''', '''''very strongly'''''.<br> | ||
Use also in formulas: '''F''' = ''m'' '''a'''.</td> | Use also in formulas: '''F''' = ''m'' '''a'''.</td> | ||
<td><pre>''Emphasize'', '''strongly''', '''''very strongly'''''. | <td><pre>''Emphasize'', '''strongly''', '''''very strongly'''''. | ||
'''F''' = ''m'' '''a'''.</pre></td> | '''F''' = ''m'' '''a'''.</pre></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td><font size=+1 color=red>Funny fonts</font><br> | <td><font size=+1 color=red>Funny fonts</font><br> | ||
But <code>== ... ==</code> is better for | But <code>== ... ==</code> is better for | ||
separating sections.</td> | separating sections.</td> | ||
<td><pre><font size=+2 color=red>Funny fonts</font></pre></td> | <td><pre><font size=+2 color=red>Funny fonts</font></pre></td> | ||
</tr> | </tr> | ||
<tr valign=top> | <tr valign=top> | ||
<td>A typewriter font for <tt>technical terms</tt>.</td> | <td>A typewriter font for <tt>technical terms</tt>.</td> | ||
<td><pre><tt>technical terms</tt></pre></td> | <td><pre><tt>technical terms</tt></pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>You can <strike>strike out</strike> stuff<br> | <tr valign=top><td>You can <strike>strike out</strike> stuff<br> | ||
and <u>insert new stuff</u>. Useful for editing.</td> | and <u>insert new stuff</u>. Useful for editing.</td> | ||
<td><pre>You can <strike>strike out</strike> stuff | <td><pre>You can <strike>strike out</strike> stuff | ||
and <u>insert new stuff</u></pre></td> | and <u>insert new stuff</u></pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Umlauts and accents: (See ])<br> | <tr valign=top><td>Umlauts and accents: (See ])<br> | ||
À Á Â Ã Ä Å Æ <br> | À Á Â Ã Ä Å Æ <br> | ||
Ç È É Ê Ë Ì Í <br> | Ç È É Ê Ë Ì Í <br> | ||
Î Ï Ñ | Î Ï Ñ | ||
Ò Ó Ô Õ <br> | Ò Ó Ô Õ <br> | ||
Ö Ø Ù Ú Û Ü ß <br> | Ö Ø Ù Ú Û Ü ß <br> | ||
à á â ã ä å æ <br> | à á â ã ä å æ <br> | ||
ç è é ê ë ì í <br> | ç è é ê ë ì í <br> | ||
î ï ñ ò ó ô õ <br> | î ï ñ ò ó ô õ <br> | ||
ö ø ù ú û ü ÿ | ö ø ù ú û ü ÿ | ||
</td> | </td> | ||
<td><pre> | <td><pre> | ||
&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring; &AElig; | &Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring; &AElig; | ||
&Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; &Igrave; &Iacute; | &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; &Igrave; &Iacute; | ||
&Icirc; &Iuml; &Ntilde; &Ograve; &Oacute; &Ocirc; &Otilde; | &Icirc; &Iuml; &Ntilde; &Ograve; &Oacute; &Ocirc; &Otilde; | ||
&Ouml; &Oslash; &Ugrave; &Uacute; &Ucirc; &Uuml; &szlig; | &Ouml; &Oslash; &Ugrave; &Uacute; &Ucirc; &Uuml; &szlig; | ||
&agrave; &aacute; &acirc; &atilde; &auml; &aring; &aelig; | &agrave; &aacute; &acirc; &atilde; &auml; &aring; &aelig; | ||
&ccedil; &egrave; &eacute; &ecirc; &euml; &igrave; &iacute; | &ccedil; &egrave; &eacute; &ecirc; &euml; &igrave; &iacute; | ||
&icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc; &otilde; | &icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc; &otilde; | ||
&ouml; &oslash; &ugrave; &uacute; &ucirc; &uuml; &yuml;</pre></td> | &ouml; &oslash; &ugrave; &uacute; &ucirc; &uuml; &yuml;</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Punctuation: ¿ ¡ « » § ¶<br> | <tr valign=top><td>Punctuation: ¿ ¡ « » § ¶<br> | ||
† ‡ • | † ‡ • | ||
</td> | </td> | ||
<td><pre>&iquest; &iexcl; &laquo; &raquo; &sect; &para; | <td><pre>&iquest; &iexcl; &laquo; &raquo; &sect; &para; | ||
&dagger; &Dagger; &bull; | &dagger; &Dagger; &bull; | ||
</pre></td> | </pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Evil stuff: ™ © ® ¢ € ¥ £ ¤ </td> | |||
<tr valign=top><td>Currency: ™ © ® ¢ € ¥ £ ¤ </td> | |||
<td><pre>&trade; &copy; &reg; &cent; &euro; &yen; &pound; &curren; | <td><pre>&trade; &copy; &reg; &cent; &euro; &yen; &pound; &curren; | ||
</pre></td> | </pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Subscript: x<sub>2</sub> Superscript: x<sup>2</sup></td> | <tr valign=top><td>Subscript: x<sub>2</sub> Superscript: x<sup>2</sup></td> | ||
<td><pre>Subscript: x<sub>2</sub> Superscript: x<sup>2</sup></pre></td> | <td><pre>Subscript: x<sub>2</sub> Superscript: x<sup>2</sup></pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Greek characters: α β γ δ | <tr valign=top><td>Greek characters: α β γ δ | ||
ε ζ η<br> | ε ζ η<br> | ||
θ ι κ λ μ ν ξ <br> | θ ι κ λ μ ν ξ <br> | ||
π ρ σ ς τ υ φ<br> | π ρ σ ς τ υ φ<br> | ||
χ ψ ω <br> | χ ψ ω <br> | ||
Γ Δ Θ Λ Ξ Π Σ <br> | Γ Δ Θ Λ Ξ Π Σ <br> | ||
Φ Ψ Ω | Φ Ψ Ω | ||
</td> | </td> | ||
<td><pre>&alpha; &beta; &gamma; &delta; &epsilon; &zeta; &eta; | <td><pre>&alpha; &beta; &gamma; &delta; &epsilon; &zeta; &eta; | ||
&theta; &iota; &kappa; &lambda; &mu; &nu; &xi; | &theta; &iota; &kappa; &lambda; &mu; &nu; &xi; | ||
&pi; &rho; &sigma; &sigmaf; &tau; &upsilon; &phi; | &pi; &rho; &sigma; &sigmaf; &tau; &upsilon; &phi; | ||
&chi; &psi; &omega; | &chi; &psi; &omega; | ||
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi; &Sigma; | &Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi; &Sigma; | ||
&Phi; &Psi; &Omega; | &Phi; &Psi; &Omega; | ||
</pre></td> | </pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>Math characters: (See ]) <br> | <tr valign=top><td>Math characters: (See ]) <br> | ||
∫ ∑ ∏ √ ± ∞ <br> | ∫ ∑ ∏ √ ± ∞ <br> | ||
≈ ∝ ≡ ≠ ≤ ≥ → <br> | ≈ ∝ ≡ ≠ ≤ ≥ → <br> | ||
× · ÷ ∂ ′ ″ ∇ <br> | × · ÷ ∂ ′ ″ ∇ <br> | ||
‰ ° ∴ ℵ<br> | ‰ ° ∴ ℵ<br> | ||
ø ∈ ∋ ∩ ∪ ⊂ ⊃ ⊆ ⊇<br> | ø ∈ ∋ ∩ ∪ ⊂ ⊃ ⊆ ⊇<br> | ||
¬ ∧ ∨ ∃ ∀ ⇒ ⇔ | ¬ ∧ ∨ ∃ ∀ ⇒ ⇔ | ||
</td> | </td> | ||
<td valign=center><pre> | <td valign=center><pre> | ||
&int; &sum; &prod; &radic; &plusmn; &infin; | &int; &sum; &prod; &radic; &plusmn; &infin; | ||
&asymp; &prop; &equiv; &ne; &le; &ge; &rarr; | &asymp; &prop; &equiv; &ne; &le; &ge; &rarr; | ||
&times; &middot; &divide; &part; &prime; &Prime; &nabla; | &times; &middot; &divide; &part; &prime; &Prime; &nabla; | ||
&permil; &deg; &there4; &alefsym; | &permil; &deg; &there4; &alefsym; | ||
&oslash; &isin; &ni; &cap; &cup; &sub; &sup; &sube; &supe; | &oslash; &isin; &ni; &cap; &cup; &sub; &sup; &sube; &supe; | ||
&not; &and; &or; &exist; &forall; &rArr; &hArr;</pre></td> | &not; &and; &or; &exist; &forall; &rArr; &hArr;</pre></td> | ||
</tr> | </tr> | ||
<tr valign=top><td>More space than usual, no line break: x<sup>2</sup> ≥ 0 is true.<br> | <tr valign=top><td>More space than usual, no line break: x<sup>2</sup> ≥ 0 is true.<br> | ||
This is useful in formulas. | This is useful in formulas. | ||
</td> | </td> | ||
<td><pre>x<sup>2</sup>&nbsp;&nbsp;&nbsp;&ge;&nbsp;&nbsp;&nbsp;0 | <td><pre>x<sup>2</sup>&nbsp;&nbsp;&nbsp;&ge;&nbsp;&nbsp;&nbsp;0 | ||
</pre></td> | </pre></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Ascii art integrals (start every line with a blank):<br> | <td>Ascii art integrals (start every line with a blank):<br> | ||
∞ -x<sup>2</sup> | ∞ -x<sup>2</sup> | ||
∫ e dx = √π | ∫ e dx = √π | ||
-∞ | -∞ | ||
The square root sucks though.</td> | The square root sucks though.</td> | ||
<td><pre> &infin; -x<sup>2</sup> | <td><pre> &infin; -x<sup>2</sup> | ||
&int; e dx = &radic;&pi; | &int; e dx = &radic;&pi; | ||
-&infin;</pre></td> | -&infin;</pre></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<h2>Tables</h2> | <h2>Tables</h2> | ||
<table border=1> | <table border=1> | ||
<caption>An example table</caption> | <caption>An example table</caption> | ||
<tr> | <tr> | ||
<th>First header</th> | <th>First header</th> | ||
<th>Second header</th> | <th>Second header</th> | ||
<th>Third header</th> | <th>Third header</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>upper left</td> | <td>upper left</td> | ||
<td>upper middle</td> | <td>upper middle</td> | ||
<td rowspan=2>right side</td> | <td rowspan=2>right side</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>lower left</td> | <td>lower left</td> | ||
<td>lower middle</td> | <td>lower middle</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan=3 align=center>bottom row</td> | <td colspan=3 align=center>bottom row</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<pre><table border=1> | <pre><table border=1> | ||
<caption>An example table</caption> | <caption>An example table</caption> | ||
<tr> | <tr> | ||
<th>First header</th> | <th>First header</th> | ||
<th>Second header</th> | <th>Second header</th> | ||
<th>Third header</th> | <th>Third header</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>upper left</td> | <td>upper left</td> | ||
<td>upper middle</td> | <td>upper middle</td> | ||
<td rowspan=2>right side</td> | <td rowspan=2>right side</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>lower left</td> | <td>lower left</td> | ||
<td>lower middle</td> | <td>lower middle</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan=3 align=center>bottom row</td> | <td colspan=3 align=center>bottom row</td> | ||
</tr> | </tr> | ||
</table></pre> | </table></pre> | ||
If your table doesn't look right, make sure that all <tr> and <td> tags are closed with corresponding </tr> and </td> tags. It's best to start all lines belonging to a table in the first column as in the example above, or else you will get spurious space above the table. | If your table doesn't look right, make sure that all <tr> and <td> tags are closed with corresponding </tr> and </td> tags. It's best to start all lines belonging to a table in the first column as in the example above, or else you will get spurious space above the table. | ||
---- | ---- | ||
] | ] | ||
/Talk | /Talk | ||
Revision as of 18:01, 22 December 2001
You might want to learn simply how to start a page, and you might want informal tips on contributing to Misplaced Pages. If you want the details about how to edit a Misplaced Pages page, though, you've come to the right place.
It's very easy to edit a Wiki page. Simply click on the "edit
this page right now!" link at the top or bottom of a Wiki page. This will bring you to a page with a text box containing the text of that Wiki page.
Then type away, and press "Save" when finished! (You can also preview your changes before saving if you like.)
It is often more convenient to copy and paste the text first into your
favorite text editor, edit and spell check there, and then paste back
into the browser to preview. You can also keep a local copy of the
pages you authored so that you can make changes offline.
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.
You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the SandBox.
Sections, Paragraphs, Lists and Lines
Start your sections with header lines:
New Section==== Subsection ==== |
=== New Section === ==== Subsection ==== |
A single newline has no effect.
But an empty line starts a new paragraph. |
A single newline has no effect. But an empty line starts a new paragraph. |
You can break lines without starting a new paragraph. |
You can break lines<br> without starting a new paragraph. |
|
* Lists are good: ** they organize material ** they look clean |
|
# Numbered lists are also good ## Very organized ## easy to follow |
|
; Definition lists : lists with definitions ; item to be defined : the item's definition |
For mixing list types, you need to use HTML:
|
<ul> <li>A numbered list: <ol> <li>First item <li>Second item </ol> <li>more bullets </ul> |
|
:Lines can be ::indented :::several levels |
IF (a line starts with whitespace) THEN it will be formatted exactly as typed; in a technical looking font; lines won't wrap; ENDIF this is useful for: • pasting preformatted text; • algorithm descriptions;• ascii art; |
IF (a line starts with whitespace) THEN it will be formatted exactly as typed; in a technical looking font; lines won't wrap; ENDIF this is useful for: • pasting preformatted text; • algorithm descriptions; • ascii art; |
<center>Text can be centered.</center> |
|
A horizontal dividing line: above
and below. |
A horizontal dividing line: above ---- and below. |
Links, URLs, Images
Link to the Misplaced Pages FAQ. (First letter of target is automatically capitalized. Spaces are converted into underscores. To create a new page: start with a link to it, then click on ?. |
Link to the ]. |
Same target, different name: answers. Targets can only contain letters and spaces! |
Same target, different name: ] |
The weather in London is a page that doesn't
exist yet. You can start it by clicking on the question mark. After creating a page, search for its title and make |
] is a page that doesn't exist yet. |
Mixed case is automatic link: RecentChanges. Sometimes, you don't want that: McDonald. |
RecentChanges <nowiki>McDonald</nowiki>. |
Link to this page's discussion: /Talk Other /Subpages work the same way. |
Link to this page's discussion: /Talk |
Link to another page's subpage: United States/Government | Link: ] |
Redirect one article title to another by putting text like this in its first line. |
#REDIRECT ] |
External link: Nupedia | External link: |
Or just give the URL: http://www.nupedia.com. (Good idea since it makes a printout more useful.) |
Or just give the URL: http://www.nupedia.com. |
A picture: http://www.wikipedia.com/wikia.gif E-mail the picture to jasonr @ bomis.com to be uploaded. Do not link to external files on other servers unless you |
A picture: http://www.wikipedia.com/wikia.gif |
Character formatting
Emphasize, strongly, very strongly. Use also in formulas: F = m a. |
''Emphasize'', '''strongly''', '''''very strongly'''''. '''F''' = ''m'' '''a'''. |
Funny fonts But |
<font size=+2 color=red>Funny fonts</font> |
A typewriter font for technical terms. | <tt>technical terms</tt> |
You can and insert new stuff. Useful for editing. |
You can <strike>strike out</strike> stuff and <u>insert new stuff</u> |
Umlauts and accents: (See Wiki special characters) À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü ß à á â ã ä å æ ç è é ê ë ì í î ï ñ ò ó ô õ ö ø ù ú û ü ÿ |
À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü ß à á â ã ä å æ ç è é ê ë ì í î ï ñ ò ó ô õ ö ø ù ú û ü ÿ |
Punctuation: ¿ ¡ « » § ¶ † ‡ • |
¿ ¡ « » § ¶ † ‡ • |
Currency: ™ © ® ¢ € ¥ £ ¤ | ™ © ® ¢ € ¥ £ ¤ |
Subscript: x2 Superscript: x | Subscript: x<sub>2</sub> Superscript: x<sup>2</sup> |
Greek characters: α β γ δ
ε ζ η θ ι κ λ μ ν ξ π ρ σ ς τ υ φ χ ψ ω Γ Δ Θ Λ Ξ Π Σ Φ Ψ Ω |
α β γ δ ε ζ η θ ι κ λ μ ν ξ π ρ σ ς τ υ φ χ ψ ω Γ Δ Θ Λ Ξ Π Σ Φ Ψ Ω |
Math characters: (See Wiki special characters) ∫ ∑ ∏ √ ± ∞ ≈ ∝ ≡ ≠ ≤ ≥ → × · ÷ ∂ ′ ″ ∇ ‰ ° ∴ ℵ ø ∈ ∋ ∩ ∪ ⊂ ⊃ ⊆ ⊇ ¬ ∧ ∨ ∃ ∀ ⇒ ⇔ |
∫ ∑ ∏ √ ± ∞ ≈ ∝ ≡ ≠ ≤ ≥ → × · ÷ ∂ ′ ″ ∇ ‰ ° ∴ ℵ ø ∈ ∋ ∩ ∪ ⊂ ⊃ ⊆ ⊇ ¬ ∧ ∨ ∃ ∀ ⇒ ⇔ |
More space than usual, no line break: x ≥ 0 is true. This is useful in formulas. |
x<sup>2</sup> ≥ 0 |
Ascii art integrals (start every line with a blank):∞ -x ∫ e dx = √π -∞The square root sucks though. |
∞ -x<sup>2</sup> ∫ e dx = √π -∞ |
Tables
First header | Second header | Third header |
---|---|---|
upper left | upper middle | right side |
lower left | lower middle | |
bottom row |
<table border=1> <caption>An example table</caption> <tr> <th>First header</th> <th>Second header</th> <th>Third header</th> </tr> <tr> <td>upper left</td> <td>upper middle</td> <td rowspan=2>right side</td> </tr> <tr> <td>lower left</td> <td>lower middle</td> </tr> <tr> <td colspan=3 align=center>bottom row</td> </tr> </table>
If your table doesn't look right, make sure that all and tags are closed with corresponding and tags. It's best to start all lines belonging to a table in the first column as in the example above, or else you will get spurious space above the table.
/Talk