Basic Formatting
From CometWiki
(easy explanation) |
(Tables) |
||
Line 1: | Line 1: | ||
With the following clues supplemented with the editing tools, you can build or edit good looking wiki pages. Here are some hints. Edit this page to see the source. | With the following clues supplemented with the editing tools, you can build or edit good looking wiki pages. Here are some hints. Edit this page to see the source. | ||
+ | =Headings= | ||
+ | Headings will automatically build a table of contents. | ||
+ | An equal sign beginning a line signifies a heading.<br> | ||
+ | Start with a header signified by using 2 equals surrounding the ==Name== since the page title is already supplied. | ||
+ | ==Top level== | ||
+ | ===Next smaller=== | ||
+ | ====And Further==== | ||
+ | =Empty lines and Initial Spaces= | ||
Empty lines mean new paragraph.<br>If you want to start a new line <br> with no empty line between, use <br>. | Empty lines mean new paragraph.<br>If you want to start a new line <br> with no empty line between, use <br>. | ||
Line 8: | Line 16: | ||
... | ... | ||
code3 | code3 | ||
- | + | =Lists= | |
- | Beginning *s mean | + | Beginning *s mean Unordered List. |
*one | *one | ||
*two | *two | ||
Line 16: | Line 24: | ||
*three | *three | ||
- | Beginning # mean | + | Beginning # mean Numerically Ordered List |
#one | #one | ||
#two | #two | ||
Line 22: | Line 30: | ||
### and further | ### and further | ||
#three | #three | ||
+ | A newline marks the end of the list. | ||
+ | # New numbering starts with 1. | ||
+ | =Font Effects= | ||
You can ''italicize text'' by putting 2 | You can ''italicize text'' by putting 2 | ||
apostrophes on '''each''' side. | apostrophes on '''each''' side. | ||
Line 33: | Line 44: | ||
as part of the text.) | as part of the text.) | ||
- | + | Internal links are built surrounding the link name with two square brackets.<br> | |
- | + | [[How to edit this Wiki]]<br> | |
- | + | Use the pipe symbol to display one thing and link to another.<br> | |
- | + | ||
- | + | ||
- | + | ||
- | Internal links are built surrounding the link name with two square brackets. | + | |
- | [[How to edit this Wiki]] | + | |
- | Use the pipe symbol to display one thing and link to another. | + | |
[[How to edit this Wiki|Click Me]] | [[How to edit this Wiki|Click Me]] | ||
+ | =Links= | ||
External links are built much the same way using one square bracket. | External links are built much the same way using one square bracket. | ||
For a full explanation see:'''[http://meta.wikimedia.org/wiki/Help:Contents#For_editors The Media Wiki Documentation]''' | For a full explanation see:'''[http://meta.wikimedia.org/wiki/Help:Contents#For_editors The Media Wiki Documentation]''' | ||
+ | =Tables= | ||
+ | Edit this page to see the source formatting. | ||
+ | {| | ||
+ | |- | ||
+ | ! header 1 | ||
+ | ! header 2 | ||
+ | ! header 3 | ||
+ | |- | ||
+ | | row 1, cell 1 | ||
+ | | row 1, cell 2 | ||
+ | | row 1, cell 3 | ||
+ | |- | ||
+ | | row 2, cell 1 | ||
+ | | row 2, cell 2 | ||
+ | | row 2, cell 3 | ||
+ | |} |
Revision as of 19:29, 4 June 2010
With the following clues supplemented with the editing tools, you can build or edit good looking wiki pages. Here are some hints. Edit this page to see the source.
Contents |
Headings
Headings will automatically build a table of contents.
An equal sign beginning a line signifies a heading.
Start with a header signified by using 2 equals surrounding the ==Name== since the page title is already supplied.
Top level
Next smaller
And Further
Empty lines and Initial Spaces
Empty lines mean new paragraph.
If you want to start a new line
with no empty line between, use <br>.
Initial spaces mean code example.
code1 code2 ... code3
Lists
Beginning *s mean Unordered List.
- one
- two
- 2 and 1/2
- and further
- 2 and 1/2
- three
Beginning # mean Numerically Ordered List
- one
- two
- 2 and 1/2
- and further
- 2 and 1/2
- three
A newline marks the end of the list.
- New numbering starts with 1.
Font Effects
You can italicize text by putting 2
apostrophes on each side.
3 apostrophes will embolden the text.
5 apostrophes will embolden and italicize
the text.
(Using 4 apostrophes doesn't do anything
special --
the last pair are just
'left over ones' that are included
as part of the text.)
Internal links are built surrounding the link name with two square brackets.
How to edit this Wiki
Use the pipe symbol to display one thing and link to another.
Click Me
Links
External links are built much the same way using one square bracket. For a full explanation see:The Media Wiki Documentation
Tables
Edit this page to see the source formatting.
header 1 | header 2 | header 3 |
---|---|---|
row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |