Hilfe:Wiki Cheatsheet: Unterschied zwischen den Versionen
Ruslan (Diskussion | Beiträge) (add syntax for mathematical formals) |
(Diese Seite wurde zum Übersetzen freigegeben) |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 66: | Zeile 66: | ||
|<translate><!--T:26--> [[Wikipedia:Help:Picture tutorial|Add an image with a link]]</translate> | |<translate><!--T:26--> [[Wikipedia:Help:Picture tutorial|Add an image with a link]]</translate> | ||
| | | | ||
− | <tt><translate><!--T:27--> <nowiki>[[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|link= | + | <tt><translate><!--T:27--> <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></translate></tt> |
| | | | ||
− | <translate><!--T:28--> [[File:TiVA 2 1 lenz2 sim safety extreme.png|thumb|link= | + | <translate><!--T:28--> [[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]]</translate> |
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
Zeile 193: | Zeile 193: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
− | |Mathematical formulas | + | |<translate><!--T:79--> Mathematical formulas</translate> |
− | <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;"><translate><!--T:80--> ''You can use inline and block formulas with LaTeX syntax.''</translate></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> | + | <div style="padding: 0.7em .5em; font-size:0.9em;"><translate><!--T:81--> ''For more information see https://en.wikipedia.org/wiki/Help:Displaying_a_formula''</translate></div> |
| | | | ||
− | <tt> <nowiki><math>\sqrt{a} = \frac{1}{2} </math> </nowiki></tt><br /> | + | <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 /> | <tt><nowiki><math display="block">\sqrt{a} = \frac{1}{2} </math></nowiki></tt><br /> | ||
| | | |
Aktuelle Version vom 1. März 2020, 15:00 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> |
|