We are still actively working on the spam issue.

Difference between revisions of "Help:Cheatsheet"

From InstallGentoo Wiki
Jump to: navigation, search
(Created page with "__NOTOC__ __NOEDITSECTION__ For a full list of editing commands, see Help:Editing. To experiment with editing, use the sandbox. {| align="center" style="width:100%; b...")
 
m
 
(One intermediate revision by the same user not shown)
Line 36: Line 36:
 
[[Name of page|Text to display]]
 
[[Name of page|Text to display]]
 
|- style="border-top:1px solid #aaaaaa;"
 
|- style="border-top:1px solid #aaaaaa;"
|Add a page to a category <div style="padding-left:.5em; font-size:0.9em;">''Categories should be placed at the '''end''' of pages.''</div>
+
|Add a page to a category <div style="padding-left:.5em; font-size:0.9em;">''Categories should be placed at the '''beginning''' of pages.''</div>
 
|{{ic|<nowiki>[[Category:Category name]]</nowiki>}}
 
|{{ic|<nowiki>[[Category:Category name]]</nowiki>}}
 
|The category name will display in a bar at the bottom when the page is previewed or saved.
 
|The category name will display in a bar at the bottom when the page is previewed or saved.
Line 92: Line 92:
 
<div style="padding-left:.5em; font-size:0.9em;">
 
<div style="padding-left:.5em; font-size:0.9em;">
 
''Start code lines with one or more spaces.''
 
''Start code lines with one or more spaces.''
 +
 +
''See also [[Help:Style#Code formatting]].''
 
</div>
 
</div>
 
|
 
|
Line 110: Line 112:
  
 
''=Level 1= should not be used.''
 
''=Level 1= should not be used.''
 
+
</div>
 
|
 
|
 
{{ic|<nowiki>== Level 2 ==</nowiki>}}<br />
 
{{ic|<nowiki>== Level 2 ==</nowiki>}}<br />

Latest revision as of 05:57, 16 January 2016

For a full list of editing commands, see Help:Editing. To experiment with editing, use the sandbox.

Works anywhere in the text (wikitext)
Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

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

bold & italic

Link to another wiki page

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Text to display

Add a page to a category
Categories should be placed at the beginning of pages.
[[Category:Category name]] The category name will display in a bar at the bottom when the page is previewed or saved.
Signature

Sign your contributions when posting to a Talk page.

Do not sign when contributing to an article.

~~~~

Username, 17:52, 23 April 2024 (UTC)

Works anywhere in the text (HTML)
Description You type You get
Strikethrough

<s>strikethrough</s>

strikethrough

Underline

<u>underline</u>

underline

Centering text

<center>center</center>

center
Subscripts and superscripts

<sub>sub</sub> <sup>sup</sup>

sub sup

Works only at the beginning of lines
Description You type You get
Code

Start code lines with one or more spaces.

See also Help:Style#Code formatting.

 $ echo Hello World

$ echo Hello World
Redirect to another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page]]

Target page

Section headings

A Table of Contents will automatically be generated for articles with four or more headings.

=Level 1= should not be used.

== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======

Level 2

Level 3

Level 4

Level 5
Level 6
Horizontal rule

----


Bulleted list

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Definition list

; Term one: Definition one
; Term two: Definition two

Term one
Definition one
Term two
Definition two
Indenting text
This is generally used when replying on a Talk page, as it keeps conversations easy to browse.

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

no indent (normal)

first indent
second indent
third indent