How To Wiki
Tags: Visual edit apiedit
m (Reverted edits by 122.154.170.37 (talk | block) to last version by Shenderson)
 
Line 21: Line 21:
 
<nowiki>=Heading 1=</nowiki><br />
 
<nowiki>=Heading 1=</nowiki><br />
 
<nowiki>==Heading 2==</nowiki><br />
 
<nowiki>==Heading 2==</nowiki><br />
===Hello 3===<br />
+
<nowiki>===Heading 3===</nowiki><br />
 
|style="background:#fcfffe;"|
 
|style="background:#fcfffe;"|
 
=Heading 1=
 
=Heading 1=

Latest revision as of 12:41, 17 February 2015

Wikitext Code Results
Text editing
''italic'' italic
'''bold''' bold
'''''bold & italic''''' bold & italic
Formating

=Heading 1=
==Heading 2==
===Heading 3===

Heading 1

Heading 2

Heading 3

# Numbered List
# next line
# another
# one more

  1. Numbered List
  2. next line
  3. another
  4. one more

* Bullet List
* next line
* another
* one more
** sub-bullet
*** sub-sub-bullet

  • Bullet List
  • next line
  • another
  • one more
    • sub-bullet
      • sub-sub-bullet
:Indent
Indent

# Combinations of list types
# One with sub-bullets
#* sub-bullet one
#* sub-bullet two
#*: an indented note for sub-bullet two
#* Sub-bullet with numerlines
#*# a line
#*# another
#*# and another
#*#: an indented note
#*#:* a bullet for the note
#*#:* another
#*#:*; a bold note
#* back down to sub-bullets
# back down to numbered list

  1. Combinations of list types
  2. One with sub-bullets
    • sub-bullet one
    • sub-bullet two
      an indented note for sub-bullet two
    • Sub-bullet with numerlines
      1. a line
      2. another
      3. and another
        an indented note
        • a bullet for the note
        • another
          a bold note
    • back down to sub-bullets
  3. back down to numbered list
Linking
[[link]] link
[[link|Under a different name]] Under a different name
http://www.external.link.org http://www.external.link.org
[http://www.external.link.org] [1]
[http://www.external.link.org another name] another name

a link to a category
[[:Category:Links]]

a link to a category
Category:Links

Images


From HowTo Wiki, a Wikia wiki.