Difference between revisions of "Palmpedia - Palm Grower's Guide:Help"
Dypsisdean (Talk | contribs) |
Dypsisdean (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | == | + | Because this '''Editing Overview''' has a lot of editing examples. You may want to keep it open in a separate browser window for reference while you edit. |
| + | |||
| + | == Editing basics == | ||
| + | |||
| + | ;Start editing | ||
| + | :To start editing an [[AquaticDatabase]] page, click on the "'''edit'''" link at the top of the page. This will bring you to the '''edit page''': a page with a text box containing the ''wikitext'': the editable source code from which the server produces the webpage. ''If you just want to experiment, please do so in the [[{{ns:4}}:Sandbox|sandbox]], not here''. | ||
| + | |||
| + | ;Summarize your changes | ||
| + | :You should write a short ''edit summary'' in the small field below the edit-box. You may use shorthand to describe your changes. | ||
| + | |||
| + | ;Preview before saving | ||
| + | :When you have finished, press '''preview''' to see how your changes will look -- '''''before''''' you make them permanent. Repeat the edit/preview process until you are satisfied, then click "Save" and your changes will be immediately applied to the article. | ||
| + | |||
| + | ;Minor edits | ||
| + | :A logged-in user can mark an edit as "minor". Minor edits are generally spelling corrections, formatting, and minor rearrangement of text. Users may choose to ''hide'' minor edits when viewing [[Special:Recentchanges|Recent Changes]]. | ||
| + | |||
| + | :Marking a significant change as a minor edit is considered bad Wikiquette. If you have accidentally marked an edit as minor, make a dummy edit, verify that the "<small>'''[ ] This is a minor edit'''</small>" check-box is unchecked, and explain in the edit summary that the previous edit was not minor. | ||
| + | |||
| + | ==Text formatting == | ||
| + | === Basic formatting === | ||
| + | |||
| + | {| border="1" cellpadding="2" cellspacing="0" | ||
| + | |- | ||
| + | !What it looks like | ||
| + | !What you type | ||
| + | |- | ||
| + | | | ||
| + | You can ''emphasize text'' by putting two | ||
| + | apostrophes on each side. Three apostrophes | ||
| + | will emphasize it '''strongly'''. Five | ||
| + | apostrophes is '''''even stronger'''''. | ||
| + | |<pre><nowiki> | ||
| + | You can ''emphasize text'' by putting two | ||
| + | apostrophes on each side. Three apostrophes | ||
| + | will emphasize it '''strongly'''. Five | ||
| + | apostrophes is '''''even stronger'''''. | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | A single newline | ||
| + | has no effect | ||
| + | on the layout. | ||
| + | |||
| + | But an empty line | ||
| + | starts a new paragraph. | ||
| + | |<pre><nowiki> | ||
| + | A single newline | ||
| + | has no effect | ||
| + | on the layout. | ||
| + | |||
| + | But an empty line | ||
| + | starts a new paragraph. | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | You can break lines<br> | ||
| + | without starting a new paragraph.<br> | ||
| + | Please use this sparingly. | ||
| + | |<pre><nowiki> | ||
| + | You can break lines<br> | ||
| + | without starting a new paragraph.<br> | ||
| + | Please use this sparingly. | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | You should "sign" your comments on talk pages: | ||
| + | : Three tildes gives your user name: [[User:Karl Wick|Karl Wick]] | ||
| + | : Four tildes give your user name plus date/time: [[User:Karl Wick|Karl Wick]] 07:46, 27 November 2005 (UTC) | ||
| + | : Five tildes gives the date/time alone: 07:46, 27 November 2005 (UTC) | ||
| + | |<pre><nowiki> | ||
| + | You should "sign" your comments on talk pages: | ||
| + | : Three tildes gives your user name: ~~~ | ||
| + | : Four tildes give your user name plus date/time: ~~~~ | ||
| + | : Five tildes gives the date/time alone: ~~~~~ | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | You can use <b>HTML tags</b>, too, if you | ||
| + | want. 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 blah. --> | ||
| + | Comments should usually go on the talk page, though. | ||
| + | |<pre><nowiki> | ||
| + | You can use <b>HTML tags</b>, too, if you | ||
| + | want. 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 blah. --> | ||
| + | Comments should usually go on the talk page, though. | ||
| + | </nowiki></pre> | ||
| + | |} | ||
| + | |||
| + | === Organizing your writing === | ||
| + | {| border="1" cellpadding="2" cellspacing="0" | ||
| + | |- | ||
| + | !What it looks like | ||
| + | !What you type | ||
| + | |- | ||
| + | | | ||
| + | <span style="font-size: 150%"><u>Section headings</u></span> | ||
| + | |||
| + | Headings organize your writing into sections. | ||
| + | The Wiki software can automatically generate | ||
| + | a table of contents from them. | ||
| + | |||
| + | |||
| + | <span style="font-size: 125%"><b>Subsection</b></span> | ||
| + | |||
| + | Using more equals signs creates a subsection. | ||
| + | |||
| + | |||
| + | <b>A smaller subsection</b> | ||
| + | |||
| + | Don't skip levels, like from two to four equals signs. | ||
| + | Start with two equals signs; don't use single equals signs. | ||
| + | |<pre><nowiki> | ||
| + | == Section headings == | ||
| + | |||
| + | Headings organize your writing into sections. | ||
| + | The Wiki software can automatically generate | ||
| + | a table of contents from them. | ||
| + | |||
| + | === Subsection === | ||
| + | |||
| + | Using more equals signs creates a subsection. | ||
| + | |||
| + | ==== A smaller subsection ==== | ||
| + | |||
| + | Don't skip levels, like from two to four equals signs. | ||
| + | Start with two equals signs; don't use single equals signs. | ||
| + | </nowiki></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><nowiki> | ||
| + | * ''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. | ||
| + | </nowiki></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><nowiki> | ||
| + | # Numbered lists are also good: | ||
| + | ## Very organized | ||
| + | ## Easy to follow | ||
| + | A newline marks the end of the list. | ||
| + | #New numbering starts with 1. | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | * You can even do mixed lists | ||
| + | *# and nest them | ||
| + | *#* or break lines<br>in lists. | ||
| + | |<pre><nowiki>* You can even do mixed lists | ||
| + | *# and nest them | ||
| + | *#* or break lines<br>in lists.</nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | Another kind of list is a '''definition list''': | ||
| + | ; word : definition of the word | ||
| + | ; longer phrase | ||
| + | : phrase defined | ||
| + | |<pre><nowiki> | ||
| + | Another kind of list is a '''definition list''': | ||
| + | ; word : definition of the word | ||
| + | ; longer phrase | ||
| + | : phrase defined</nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | :A colon indents a line or paragraph. | ||
| + | A newline after that starts a new paragraph. | ||
| + | ::This is often used for discussion on [[Help:Talk page|Talk page]]s. | ||
| + | |<pre><nowiki> | ||
| + | :A colon indents a line or paragraph. | ||
| + | A newline after that starts a new paragraph. | ||
| + | ::This is often used for discussion on talk pages. | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | You can make [[w:horizontal dividing line|horizontal dividing line]]s | ||
| + | to separate text. | ||
| + | ---- | ||
| + | But you should usually use sections instead, | ||
| + | so that they go in the table of contents. | ||
| + | |<pre><nowiki> | ||
| + | You can make horizontal dividing lines | ||
| + | to separate text. | ||
| + | ---- | ||
| + | But you should usually use sections instead, | ||
| + | so that they go in the table of contents. | ||
| + | </nowiki></pre> | ||
| + | |} | ||
| + | |||
| + | === Advanced formatting === | ||
| + | {| border="1" cellpadding="2" cellspacing="0" | ||
| + | |- | ||
| + | !What it looks like | ||
| + | !What you type | ||
| + | |- | ||
| + | | | ||
| + | ''Simple Table'': | ||
| + | {|border="1" cellpadding="2" cellspacing="0" width="300" | ||
| + | |cell1||cell2||cell3 | ||
| + | |- | ||
| + | |cell4||cell5||cell6 | ||
| + | |- | ||
| + | |cell7||cell8||cell9 | ||
| + | |} | ||
| + | |<pre><nowiki> | ||
| + | ''Simple Table'': | ||
| + | {|border="1" cellpadding="2" cellspacing="0" width="300" | ||
| + | |cell1||cell2||cell3 | ||
| + | |- | ||
| + | |cell4||cell5||cell6 | ||
| + | |- | ||
| + | |cell7||cell8||cell9 | ||
| + | |} | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | ''Advanced Table'': | ||
| + | {|border="1" cellpadding="2" cellspacing="0" width="300" | ||
| + | |- bgcolor="#ffeeee" | ||
| + | !head1!!head2!!head3 | ||
| + | |- | ||
| + | |align="right"|cell1 | ||
| + | |style="color: red"|cell2 | ||
| + | |style="color: green"|cell3 | ||
| + | |- | ||
| + | |cell4||cell5||cell6 | ||
| + | |- style="color: blue" | ||
| + | |cell7||cell8||cell9 | ||
| + | |} | ||
| + | |<pre><nowiki> | ||
| + | ''Advanced Table'': | ||
| + | {|border="1" cellpadding="2" cellspacing="0" width="300" | ||
| + | |- bgcolor="#ffeeee" | ||
| + | !head1!!head2!!head3 | ||
| + | |- | ||
| + | |align="right"|cell1 | ||
| + | |style="color: red"|cell2 | ||
| + | |style="color: green"|cell3 | ||
| + | |- | ||
| + | |cell4||cell5||cell6 | ||
| + | |- style="color: blue" | ||
| + | |cell7||cell8||cell9 | ||
| + | |} | ||
| + | </nowiki></pre> | ||
| + | |- | ||
| + | | | ||
| + | ''Box (really just another table)'': | ||
| + | {| align="center" style="border: #999999 1px solid; background: #dddddd; width: 80%; text-align: center; font-size: 90%" | ||
| + | |message in the box | ||
| + | |} | ||
| + | |<pre><nowiki> | ||
| + | ''Box (really just another table)'': | ||
| + | {| align="center" style="border: #999999 1px solid; | ||
| + | background: #dddddd; width: 80%; text-align: center; | ||
| + | font-size: 90%" | ||
| + | |message in the box | ||
| + | |} | ||
| + | </nowiki></pre> | ||
| + | |} | ||
| + | |||
| + | ==See also== | ||
| + | *[http://en.wikipedia.com/wiki/Help:Editing Wikipedia Help:Editing] | ||
Revision as of 20:33, 8 May 2007
Because this Editing Overview has a lot of editing examples. You may want to keep it open in a separate browser window for reference while you edit.
Contents
Editing basics
- Start editing
- To start editing an AquaticDatabase page, click on the "edit" link at the top of the page. This will bring you to the edit page: a page with a text box containing the wikitext: the editable source code from which the server produces the webpage. If you just want to experiment, please do so in the sandbox, not here.
- Summarize your changes
- You should write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes.
- Preview before saving
- When you have finished, press preview to see how your changes will look -- before you make them permanent. Repeat the edit/preview process until you are satisfied, then click "Save" and your changes will be immediately applied to the article.
- Minor edits
- A logged-in user can mark an edit as "minor". Minor edits are generally spelling corrections, formatting, and minor rearrangement of text. Users may choose to hide minor edits when viewing Recent Changes.
- Marking a significant change as a minor edit is considered bad Wikiquette. If you have accidentally marked an edit as minor, make a dummy edit, verify that the "[ ] This is a minor edit" check-box is unchecked, and explain in the edit summary that the previous edit was not minor.
Text formatting
Basic formatting
| What it looks like | What you type |
|---|---|
|
You can emphasize text by putting two apostrophes on each side. Three apostrophes will emphasize it strongly. Five apostrophes is even stronger. |
You can ''emphasize text'' by putting two apostrophes on each side. Three apostrophes will emphasize it '''strongly'''. Five apostrophes is '''''even stronger'''''. |
|
A single newline has no effect on the layout. But an empty line starts a new paragraph. |
A single newline has no effect on the layout. But an empty line starts a new paragraph. |
|
You can break lines |
You can break lines<br> without starting a new paragraph.<br> Please use this sparingly. |
|
You should "sign" your comments on talk pages: |
You should "sign" your comments on talk pages: : Three tildes gives your user name: ~~~ : Four tildes give your user name plus date/time: ~~~~ : Five tildes gives the date/time alone: ~~~~~ |
|
You can use HTML tags, too, if you want. Some useful ways to use HTML: Put text in a typewriter font.
The same font is generally used for
Superscripts and subscripts: x2, x2 Invisible comments that only appear while editing the page. Comments should usually go on the talk page, though. |
You can use <b>HTML tags</b>, too, if you want. 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 blah. --> Comments should usually go on the talk page, though. |
Organizing your writing
| What it looks like | What you type |
|---|---|
|
Section headings Headings organize your writing into sections. The Wiki software can automatically generate a table of contents from them.
Using more equals signs creates a subsection.
Don't skip levels, like from two to four equals signs. Start with two equals signs; don't use single equals signs. |
== Section headings == Headings organize your writing into sections. The Wiki software can automatically generate a table of contents from them. === Subsection === Using more equals signs creates a subsection. ==== A smaller subsection ==== Don't skip levels, like from two to four equals signs. Start with two equals signs; don't use single equals signs. |
marks the end of the list.
|
* ''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. |
A newline marks the end of the list.
|
# Numbered lists are also good: ## Very organized ## Easy to follow A newline marks the end of the list. #New numbering starts with 1. |
|
* You can even do mixed lists *# and nest them *#* or break lines<br>in lists. |
|
Another kind of list is a definition list:
|
Another kind of list is a '''definition list''': ; word : definition of the word ; longer phrase : phrase defined |
A newline after that starts a new paragraph.
|
:A colon indents a line or paragraph. A newline after that starts a new paragraph. ::This is often used for discussion on talk pages. |
|
You can make horizontal dividing lines to separate text. But you should usually use sections instead, so that they go in the table of contents. |
You can make horizontal dividing lines to separate text. ---- But you should usually use sections instead, so that they go in the table of contents. |
Advanced formatting
| What it looks like | What you type | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Simple Table:
|
''Simple Table'':
{|border="1" cellpadding="2" cellspacing="0" width="300"
|cell1||cell2||cell3
|-
|cell4||cell5||cell6
|-
|cell7||cell8||cell9
|}
| ||||||||||||
|
Advanced Table:
|
''Advanced Table'':
{|border="1" cellpadding="2" cellspacing="0" width="300"
|- bgcolor="#ffeeee"
!head1!!head2!!head3
|-
|align="right"|cell1
|style="color: red"|cell2
|style="color: green"|cell3
|-
|cell4||cell5||cell6
|- style="color: blue"
|cell7||cell8||cell9
|}
| ||||||||||||
|
Box (really just another table):
|
''Box (really just another table)'':
{| align="center" style="border: #999999 1px solid;
background: #dddddd; width: 80%; text-align: center;
font-size: 90%"
|message in the box
|}
|