Help:Quick editing guide

From LifeWiki
Jump to navigation Jump to search

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:Contents.

Description You Type You See
Applies everywhere
Italic Text ''italic'' italic
Bold Text '''bold''' bold
Bold & Italic Text '''''bold & italic''''' bold & italic
Underlined Text (see ox) <span style="text-decoration: underline">underline</span>
<u>shortcut</u>
underline
shortcut
Strikethrough text <s>strikethrough</s> strikethrough
Monospaced text <tt>monospaced</tt> monospaced
Superscript and subscript <sup>superscript</sup>normal script<sub>subscript</sub> superscriptnormal scriptsubscript
Inline code normal text <code>inline code</code> normal text inline code
Code block[n 1] normal text <pre>code block</pre> normal text
code block
Internal Link [[Catacryst]]
[[Catacryst|An awesome pattern]]
[[:Category:Patterns|List of patterns]]
Catacryst
An awesome pattern
List of patterns
External Link https://catagolue.hatsya.com
[https://catagolue.hatsya.com]
[https://catagolue.hatsya.com Catagolue]
https://catagolue.hatsya.com
[1]
Catagolue
No Wiki Markup With ''markup''
<nowiki>Without ''markup''</nowiki>
With markup
Without ''markup''
HTML comment <!-- comment text -->
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 and pattern displays
Image [[Image:Glider.png|framed|center|This is a glider.]]
This is a glider.
LifeViewer applet {{LV:Viewer|bob$2bo$3o}}
bob$2bo$3o

Notes

  1. Note that similarly to <nowiki>, <pre> precludes applying other formatting within code blocks, but prepending a space to each newline will have the same effect without this constraint.