Hilfe:Wiki Cheatsheet/en: Unterschied zwischen den Versionen
(Übernehme Bearbeitung einer neuen Version der Quellseite) |
(Übernehme Bearbeitung einer neuen Version der Quellseite) |
||
Zeile 66: | Zeile 66: | ||
|[[Wikipedia:Help:Picture tutorial|Add an image with a link]] | |[[Wikipedia:Help:Picture tutorial|Add an image with a link]] | ||
| | | | ||
− | <tt><nowiki>[[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|link= | + | <tt><nowiki>[[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|link=https://​wiki.opensourceecology.org/​wiki/​Germany/​Wind_Turbine |alt=Alt text|Your Caption text]]</nowiki></tt> |
| | | | ||
− | [[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|link= | + | [[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|link=https://​wiki.opensourceecology.org/​wiki/​Germany/​Wind_Turbine |alt=Alt text|Your Caption text]] |
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
Zeile 174: | Zeile 174: | ||
::second indent | ::second indent | ||
:::third indent | :::third indent | ||
+ | | | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Mathematical formulas | ||
+ | <div style="padding: 0.7em .5em; font-size:0.9em;">''You can use inline and block formulas with LaTeX syntax.''</div> | ||
+ | <div style="padding: 0.7em .5em; font-size:0.9em;">''For more information see https://en.wikipedia.org/wiki/Help:Displaying_a_formula''</div> | ||
+ | | | ||
+ | <tt> <nowiki><math>\sqrt{a} = \frac{1}{2} </math> </nowiki></tt><br /><br /> | ||
+ | <tt><nowiki><math display="block">\sqrt{a} = \frac{1}{2} </math></nowiki></tt><br /> | ||
+ | | | ||
+ | <math>\sqrt{a} = \frac{1}{2} </math><br /> | ||
+ | <math display="block">\sqrt{a} = \frac{1}{2} </math> | ||
| | | | ||
|} | |} |
Aktuelle Version vom 1. März 2020, 15:01 Uhr
Wikipedia Cheatsheet | |||
Works anywhere in the text | |||
Description | You type | You get | |
Italic text |
''italic'' |
italic | |
Bold text |
'''bold''' |
bold | |
Bold and italic text |
'''''bold & italic''''' |
bold & italic | |
Link to another Wikipedia page |
[[Name of page]] |
||
Link to external website |
[http://externalsite.com Site Name] |
||
Add an image |
[[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|alt=Alt text|Your Caption text]] |
||
Add an image with a link |
[[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|link=https://wiki.opensourceecology.org/wiki/Germany/Wind_Turbine |alt=Alt text|Your Caption text]] |
||
Add a page to a category | [[Category:Category name]] | 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 | [[:Category:Category name]] | 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.
|
~~~~ |
||
Use a template |
{{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.
|
#REDIRECT [[Target page]] |
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.
|
==Level 2== |
Level 2Level 3Level 4Level 5Level 6 | |
Bulleted list |
* One |
| |
Numbered list |
# One |
| |
Indenting text
This is used when replying on a talk page, to make it easier to follow conversations.
|
no indent (normal) |
no indent (normal)
|
|
Mathematical formulas
You can use inline and block formulas with LaTeX syntax.
For more information see https://en.wikipedia.org/wiki/Help:Displaying_a_formula
|
<math>\sqrt{a} = \frac{1}{2} </math> |
|