Hilfe:Wiki Cheatsheet

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Sprachen:
Deutsch • ‎English


Wikipedia Cheatsheet

Works anywhere in the text
Description You type You get
Italic text

''<translate>italic</translate>''

italic

Bold text

'''<translate>bold</translate>'''

bold

Bold and italic text

'''''<translate>bold & italic</translate>'''''

bold & italic

Link to another Wikipedia page

<translate>[[Name of page]]</translate>
<translate>[[Name of page|Text to display]]</translate>

Name of page
Text to display

Link to external website

<translate>[http://externalsite.com Site Name]</translate>

Site Name

Add an image

<translate>[[File:TiVA_2_1_lenz2_sim_safety_extreme.png|thumb|alt=Alt text|Your Caption text]]</translate>

Alt text
Your Caption text
Add an image with a link

<translate>[[File:TiVA_2_1_lenz2_sim_safety_extreme.png|thumb|link=http://opensourceecology.de/tag/wind-turbine-2 |alt=Alt text|Your Caption text]]</translate>

Alt text
Your Caption text
Add a page to a category <translate>[[Category:Category name]]</translate> Categories should be placed at the end of pages. The category name will display in a bar at the bottom when the page is previewed or saved.
Add a link to a category <translate>[[:Category:Category name]]</translate> Just put : in front of the same code for adding a page to a category
Signature
Sign your contributions when posting to a Talk Page.
Do not sign when contributing to an article.

~~~~

Username (talk) 19:54, 8 May 2024 (UTC)

Use a template

<translate>{{Example}}</translate>

Vorlage:Example

Works only at the beginning of lines
Description You type You get
Redirect to another page
Redirects must be placed at the start of the first line.

<translate>#REDIRECT [[Target page]]</translate>

redirect to the Target page
Section headings
A Table of Contents will automatically be generated when four headings are added to an article.
Do not use =Level 1=; it is reserved for page titles.

==<translate>Level 2</translate>==
===<translate>Level 3</translate>===
====<translate>Level 4</translate>====
=====<translate>Level 5</translate>=====
======<translate>Level 6</translate>======

Level 2

Level 3

Level 4

Level 5
Level 6
Bulleted list * One

* Two
** Two point one
* Three

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

# Two
## Two point one
# Three

# One
  1. Two
    1. Two point one
  2. Three
Indenting text
This is used when replying on a talk page, to make it easier to follow conversations.

<translate>no indent (normal)</translate>
<translate>:first indent</translate>
<translate>::second indent</translate>
<translate>:::third indent</translate>

no indent (normal)
first indent
second indent
third indent