Änderungen

Zur Navigation springen Zur Suche springen
1.940 Bytes hinzugefügt ,  21:51, 7. Apr. 2005
das hier ist die editierhilfe aus dem menu links...
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<th>what it looks like</th>
<th>what you type</th>
</tr><tr>
<td>
link to a wiki-page: [[Nodemap]]

you can also use a different [[Nodemap|label]]
</td>
<td><pre>
link to a wiki-page: [[Nodemap]]

you can also use a different [[Nodemap|label]]
</pre></td>
</tr><tr>
<td>
http://externallink.net

using a different [http://externallink.net label]
</td>
<td><pre>
http://externallink.net

using different [http://externallink.net label]
</pre></td>
</tr><tr>
<td>
''italic text''
</td>
<td><pre>
''italic text''
</pre></td>
<tr/><tr>
<td>
'''bold text'''
</td>
<td><pre>
'''bold text'''
</pre></td>
</tr><tr>
<td>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
</td>
<td><pre>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
</pre></td>
</tr><tr>
<td>
*item
*item
**sub-item
</td>
<td><pre>
*item
*item
**sub-item
</pre></td>
</tr><tr>
<td>
#numbered item
#numbered item
##numbered sub-item
##numbered sub-item
</td>
<td><pre>
#numbered item
#numbered item
##numbered sub-item
##numbered sub-item
</pre></td>
</tr><tr>
<td>
<!-- This code prevents confusion in the section editing feature-->
<b><font style="font-size:120%"> New section </font></b>

<b><font style="font-size:110%"> Subsection</font></b>

<b><font style="font-size:100%"> Sub-subsection</font></b>
</td>
<td><pre><nowiki>
== New section ==

=== Subsection ===

==== Sub-subsection ====

</nowiki></pre></td>
</tr><tr>
<td>
useful for talkpages:
you can use dividing lines and sign with your name.
[[User:Lars|Lars]]
----
:and you can indent a paragraph with a ":", and even add time & date to your signature.
[[User:Lars|Lars]] 21:10, 11 Nov 2004 (CET)
----
</td>
<td><pre><nowiki>
useful for talkpages:
you can use dividing lines and sign with your name.
~~~
----
:and you can indent a paragraph with a ":",
and even add time & date to your signature. ~~~~
----
</nowiki></pre></td>
</tr>
</table>

Navigationsmenü