Help:Quick editing guide: Difference between revisions

From LifeWiki
Jump to navigation Jump to search
New page: __NOTOC__ This page provides a quick rundown of some of the most common and basic wiki formatting commands. If you need additional help editing pages, refer to Help:Editing. {| class=...
 
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__ __NOEDITSECTION__
This page provides a quick rundown of some of the most common and basic wiki formatting commands. If you need additional help editing pages, refer to [[Help:Editing]].
This page provides a quick rundown of some of the most common and basic wiki formatting commands. If you need additional help editing pages, refer to [[Help:Editing]].


Line 64: Line 64:
|- style="vertical-align: middle"
|- style="vertical-align: middle"
| style="vertical-align: middle" | Image
| style="vertical-align: middle" | Image
| style="vertical-align: middle" | <nowiki>[[Image:Glider.png|framed|This is a glider.]]</nowiki>  
| style="vertical-align: middle" | <nowiki>[[Image:Glider.png|framed|center|This is a glider.]]</nowiki>  
| style="vertical-align: middle" | [[Image:Glider.png|framed|This is a glider.]]
| style="vertical-align: middle" | [[Image:Glider.png|framed|center|This is a glider.]]
|}
|}

Revision as of 23:56, 18 January 2009

This page provides a quick rundown of some of the most common and basic wiki formatting commands. If you need additional help editing pages, refer to Help:Editing.

Description You Type You See
Applies everywhere
Italic Text ''italics'' italics
Bold Text '''bold''' bold
Bold & Italic Text '''''bold & italic''''' bold & italic
Large Text <big>Large Text</big> Large Text
Internal Link [[Catacryst]]
[[Catacryst|An awesome pattern]]
[[:Category:Patterns|List of patterns]]
Catacryst
An awesome pattern
List of patterns
External Link http://www.google.com/
[http://www.google.com/]
[http://www.google.com/ Google Search Engine]
http://www.google.com/
[1]
Google Search Engine
No Wiki Markup With ''markup''
<nowiki>Without ''markup''</nowiki>
With markup
Without ''markup''
Applies only at the beginning of a line
Headings =Level 1=
==Level 2==
===Level 3===
====Level 4====
=====Level 5=====

Level 1

Level 2

Level 3

Level 4

Level 5
Indented List : Level one
: Level one
:: Level two
:::Level three
: Level one
Level one
Level one
Level two
Level three
Level one
Bulleted list * Number one
* Number two
** Number two point one
* Number three
  • Number one
  • Number two
    • Number two point one
  • Number three
Numbered list # Number one
# Number two
## Number two point one
# Number three
  1. Number one
  2. Number two
    1. Number two point one
  3. Number three
Image [[Image:Glider.png|framed|center|This is a glider.]]
This is a glider.