Featured Articles
Toolbox
PSYCHICS
Fsfssjjn , Eqecrwbyyy , CorbinLunde710 , ConstantiaGrimaldo234 , PaughMckenna998 , CordobaSeibert825 , McquaidAlleyne50 , JacamaDulure , RomeoFerraro225 , RanaBolinger392 , RosemanZamora842 , Aazsvoflb , CarlyleClyburn753 , AlejandraMacaluso373 , VelascoCarvajal185 , Jenniegreengin021 , MathiasMullens552 , DebMeyers990 , MargretArnette825 , HanceBurgos843 , BroughSizer346 , HubbleSzabo125 , CandieWeed885 , PinneyBove599 , SizerBronson144
DiscoverPsychic:Use Advanced Wiki Syntax
From DiscoverPsychic
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. |
[edit] Numbered List
|
# 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 *# and nest them *#* like this *# another second level |
[edit] Table
|
{| 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
|}
|