Difference between revisions of "Help:Contents/de"
Igel Hawks (talk | contribs) |
Igel Hawks (talk | contribs) |
||
Line 107: | Line 107: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
| | |Horizontale Linie | ||
| | | | ||
<big><nowiki>----</nowiki></big> | <big><nowiki>----</nowiki></big> | ||
Line 115: | Line 115: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
| | |Punkteliste | ||
| | | | ||
<tt><big>* | <tt><big>* Listenpunkt a</big></tt><br /> | ||
<tt><big>* | <tt><big>* Listenpunkt b</big></tt><br /> | ||
<tt><big>** | <tt><big>** Unterpunkt der Liste</big></tt><br /> | ||
<tt><big>* | <tt><big>* Listenpunkt c</big></tt> | ||
| | | | ||
* | * Listenpunkt a | ||
* | * Listenpunkt b | ||
** | ** Unterpunkt der Liste | ||
* | * Listenpunkt c | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
| | |Nummerierte Liste | ||
| | | | ||
<tt><big># | <tt><big># erster Punkt der Liste</big></tt><br /> | ||
<tt><big># | <tt><big># zweiter Punkt der Liste</big></tt><br /> | ||
<tt><big>## | <tt><big>## Unterpunkt</big></tt><br /> | ||
<tt><big># | <tt><big># dritter Punkt der Liste</big></tt> | ||
| | | | ||
# | # erster Punkt der Liste | ||
# | # zweiter Punkt der Liste | ||
## | ## Unterpunkt | ||
# | # dritter Punkt der Liste | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
| | |Eine Mischung aus Punkteliste<br />und nummerierter Liste | ||
| | | | ||
<tt><big>* | <tt><big>* Listenpunkt X</big></tt><br /> | ||
<tt><big>* | <tt><big>* Listenpunkt Y</big></tt><br /> | ||
<tt><big>*# | <tt><big>*# erster Unterpunkt</big></tt><br /> | ||
<tt><big>*# | <tt><big>*# zweiter Unterpunkt</big></tt><br /> | ||
<tt><big>* | <tt><big>* Listenpunkt Z</big></tt> | ||
| | | | ||
* | * Listenpunkt X | ||
* | * Listenpunkt Y | ||
*# | *# erster Unterpunkt | ||
*# | *# zweiter Unterpunkt | ||
* | * Listenpunkt Z | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
Line 201: | Line 201: | ||
|} | |} | ||
</div> | </div> | ||
== LSL Script Highlighting & Indentation == | == LSL Script Highlighting & Indentation == | ||
Use <nowiki><lsl></nowiki> before the script & <nowiki></lsl></nowiki> after the script | Use <nowiki><lsl></nowiki> before the script & <nowiki></lsl></nowiki> after the script |
Revision as of 08:37, 2 April 2008
Grundlegende Wikisyntax
Beschreibung | Du gibst ein | Du bekommst |
Funktioniert überall | ||
Text schrägstellen |
''italic'' |
italic |
Fettgedruckter Text |
'''bold''' |
bold |
Fett und Schräggestellt |
'''''bold & italic''''' |
bold & italic |
Interner Link (innerhalb des SLwiki) |
[[name of page]] |
|
Weiterleitung auf eine andere Seite |
#Weiterleitung [[Zielseite]] |
1. Weiterleitung Zielseite |
Externer Link (auf andere Websites) |
[http://www.example.com] |
|
Unterschreibe Deine Posts |
~~~~ |
Username 15:08, |
Text nicht interpretieren |
<!--ein eingebetteter Kommentar--> |
|
Funktioniert nur am Anfang einer Zeile | ||
Überschriften in verschiedenen Grössen |
==level 1== |
Level 1Level 2Level 3Level 4 |
Horizontale Linie |
---- |
|
Punkteliste |
* Listenpunkt a |
|
Nummerierte Liste |
# erster Punkt der Liste |
|
Eine Mischung aus Punkteliste und nummerierter Liste |
* Listenpunkt X |
|
Definition |
;Technical Term |
|
Indentation |
: italicized text (indented) |
|
Preformatted text (boxed text) |
add a space at the beginning of the line to create preformatted text in a box |
add a space at the beginning of the line |
Thumbnail image |
[[Image:Wiki.png|thumb|Caption text]] |
LSL Script Highlighting & Indentation
Use <lsl> before the script & </lsl> after the script <lsl>default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay(0, "Touched: "+(string)total_number); } }</lsl>
Templates
There are a number of SL-specific templates created for use on this wiki.
Template | Usage |
{{SL-hCard}} | Creates a user profile in hCard format |
{{SLurl}} | Creates a link to an SL location |
{{User_ICQ}} | Creates a Link to the ICQ-Userprofile |
Editing Help
TODO: Copy in the contents of this page: [2]