Help:Cheatsheet

From OpenGL Wiki
Jump to navigation Jump to search

OpenGL Wiki Cheatsheet

Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link
(within the OpenGL Wiki)

[[Test page]]
[[Test page|Text to display]]

Test page
Text to display

External link
(to other websites)

[http://www.example.org Text to display]
[http://www.example.org]
http://www.example.org

Text to display
[1]
http://www.example.org

Redirect to another page

#REDIRECT [[Test page]]

Test page

Section headings
A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
Bulleted list
Empty lines between list items discouraged, (see numbered lists).

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list
Empty lines between list items restarts numbering at 1.

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Thumbnail image

[[File:Wiki.png|thumb|Caption text]]

File:Wiki.png
Caption text
Math equations

<math>\sqrt{2}</math>


<math>\sqrt[3]{x^3+y^3 \over 2}</math>

For Talk Pages
Signature ~~~~

~~~

Username (talk) 23:43, 2 April 2024 (UTC)

Username (talk)

Indenting text

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent

See also