Birthday
Featured Articles


 

PSYCHICS

DiscoverPsychic:Use Advanced Wiki Syntax

From DiscoverPsychic

Jump to: navigation, search

WikiHow is easy to edit without learning advanced formatting techniques. But if you're curious, here's a few tips on wiki markup.

The left side of the page shows the text and the right side of the page shows the markup.

Copy and paste symbols if you do not have them on your keyboard.

Contents

[edit] Text Formatting

Embolden the first words, phrase or sentence of a step to emphasize each new concept. Use italics or embolden a word or phrase to emphasize a concept within a sentence.

To Bold text

'''Bold''' 
To Italicize text
''Italicize'' 

To break two lines of text.
<br>


[edit] Categories

Add a category
[[Category:Category Name]]

Display a category link
[[:Category:Category Name]]

Display a category link with a display name
[[:Category:Category Name|display name]]

[edit] Link to Local Page

Add a link

[[Any wikiHow Article]]
Add a link with a display name
[[Any wikiHow Article|display name]]

[edit] Link to External Website

Add a link to http://AboutUs.org

http://AboutUs.org

Add a link to AboutUs with a display name
[http://AboutUs.org display name]

[edit] Simple List

  • Text for a bulleted list.
    • Text for second level.
      • Text for third level, etc.
* Text for a bulleted list.
** Text for second level.
*** Text for third level, etc.

[edit] Numbered List

  1. Text for a numbered list.
    1. Text for second level.
      1. Text for third level, etc.
    2. Text for another second level.
# Text for a numbered list.
## Text for second level.
### Text for third level, etc.
## Text for another second level.

[edit] Mixed List

  • Create mixed lists
    1. and nest them
      • like this
    2. another second level
* Create mixed lists
*# and nest them
*#* like this
*# another second level

[edit] Table

Table Title
header header 1 header 2 header 3
row 1 header row 1 cell 1 row 1 cell 2 row 1 cell 3
row 2 header row 2 cell 1 row 2 cell 2 row 2 cell 3
{| class="wikitable" border="1" cellpadding="3" cellspacing="1"
|+ Table Title
|-
! header
! header 1
! header 2
! header 3
|- Style="color: red; background: yellow"
! row 1 header
| row 1 cell 1
| row 1 cell 2
| row 1 cell 3
|-
! row 2 header
| row 2 cell 1
| Style="color: white; background: blue"|row 2 cell 2
| row 2 cell 3
|}

[edit] Sources of Help