Difference between revisions of "Help:Editing"
From Wiki
(23 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | = Editing a Wiki Page = | + | {{DISPLAYTITLE:Help editing}} |
+ | = Editing a Wiki Page (this is a large header, we'll call it h1) = | ||
− | + | The following is a brief summary of some Wiki elements. For a full description, with examples, check out the Wikipedia | |
+ | '''[http://en.wikipedia.org/wiki/Help:Wiki_markup Wiki_markup]''' guide and '''[http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How_to_edit_a_page Guide]''' | ||
− | ===Click EDIT to see the formatting tags=== | + | == Wiki formatting is so old-fashioned and confusing (h2) == |
+ | |||
+ | ===<span style="color:red">Click EDIT (in the tab above) to see the formatting tags (h3)</span>=== | ||
+ | |||
+ | ====== Here's a little h6 ====== | ||
+ | |||
+ | == Text == | ||
You can ''italicize text'' by putting 2 apostrophes on each side. | You can ''italicize text'' by putting 2 apostrophes on each side. | ||
Line 12: | Line 20: | ||
(Using 4 apostrophes doesn't do anything special -- <br /> the last pair are just ''''left over ones'''' that are included as part of the text.) | (Using 4 apostrophes doesn't do anything special -- <br /> the last pair are just ''''left over ones'''' that are included as part of the text.) | ||
− | |||
− | |||
<center>Centered text</center> | <center>Centered text</center> | ||
− | * Please note the American spelling of "center". | + | <center>''* Please note the American spelling of "center".''</center> |
<blockquote> | <blockquote> | ||
The '''blockquote''' command formats block quotations, typically by surrounding them with whitespace and a slightly different font. | The '''blockquote''' command formats block quotations, typically by surrounding them with whitespace and a slightly different font. | ||
</blockquote> | </blockquote> | ||
+ | |||
+ | == Lists == | ||
+ | |||
+ | * ''Unordered lists'' are easy to do: | ||
+ | ** Start every line with a star (asterisk). | ||
+ | *** More stars indicate a deeper level. | ||
+ | *: Previous item continues. | ||
+ | ** A newline | ||
+ | * in a list | ||
+ | marks the end of the list. | ||
+ | *Of course you can start again. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | # ''Numbered lists'' are: | ||
+ | ## Very organized | ||
+ | ## Easy to follow | ||
+ | A newline marks the end of the list. | ||
+ | # New numbering starts with 1. | ||
+ | |||
+ | == Table == | ||
+ | |||
+ | {| border="1" cellspacing="0" cellpadding="5" align="center" | ||
+ | ! This | ||
+ | ! is | ||
+ | |- | ||
+ | | a | ||
+ | | table | ||
+ | |} |
Latest revision as of 19:04, 30 June 2016
Contents
Editing a Wiki Page (this is a large header, we'll call it h1)
The following is a brief summary of some Wiki elements. For a full description, with examples, check out the Wikipedia Wiki_markup guide and How_to_edit_a_page Guide
Wiki formatting is so old-fashioned and confusing (h2)
Click EDIT (in the tab above) to see the formatting tags (h3)
Here's a little h6
Text
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.)
The blockquote command formats block quotations, typically by surrounding them with whitespace and a slightly different font.
Lists
- Unordered lists are easy to do:
- Start every line with a star (asterisk).
- More stars indicate a deeper level.
- Previous item continues.
- A newline
- Start every line with a star (asterisk).
- in a list
marks the end of the list.
- Of course you can start again.
- Numbered lists are:
- Very organized
- Easy to follow
A newline marks the end of the list.
- New numbering starts with 1.
Table
This | is |
---|---|
a | table |