@@ -3,7 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
5 | <meta http-equiv="Content-Style-Type" content="text/css" /> | |
6 |
<title>Wiki |
|
6 | <title>Wikiformatierung</title> | |
7 | <style type="text/css"> |
|
7 | <style type="text/css"> | |
8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } | |
9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } | |
@@ -18,49 +18,49 table td h3 { font-size: 1.2em; text-align: left; } | |||||
18 | </head> |
|
18 | </head> | |
19 | <body> |
|
19 | <body> | |
20 |
|
20 | |||
21 |
<h1>Wiki Syntax |
|
21 | <h1>Wiki Syntax Schnellreferenz</h1> | |
22 |
|
22 | |||
23 | <table style="width:100%"> |
|
23 | <table style="width:100%"> | |
24 |
<tr><th colspan="3"> |
|
24 | <tr><th colspan="3">Schriftarten</th></tr> | |
25 |
<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt=" |
|
25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Fett" /></th><td width="50%">*Fett*</td><td width="50%"><strong>Fett</strong></td></tr> | |
26 |
<tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt=" |
|
26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Kursiv" /></th><td>_Kursiv_</td><td><em>Kursiv</em></td></tr> | |
27 |
<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Un |
|
27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Unterstrichen" /></th><td>+Unterstrichen+</td><td><ins>Unterstrichen</ins></td></tr> | |
28 |
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="D |
|
28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Durchgestrichen" /></th><td>-Durchgestrichen-</td><td><del>Durchgestrichen</del></td></tr> | |
29 |
<tr><th></th><td>?? |
|
29 | <tr><th></th><td>??Zitat??</td><td><cite>Zitat</cite></td></tr> | |
30 |
<tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline |
|
30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline-Code" /></th><td>@Inline-Code@</td><td><code>Inline-Code</code></td></tr> | |
31 |
<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt=" |
|
31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Vorformatierter Text" /></th><td><pre><br /> vorformatierte<br /> Codezeilen<br /></pre></td><td> | |
32 | <pre> |
|
32 | <pre> | |
33 | lines |
|
33 | vorformartierte | |
34 | of code |
|
34 | Codezeilen | |
35 | </pre> |
|
35 | </pre> | |
36 | </td></tr> |
|
36 | </td></tr> | |
37 |
|
37 | |||
38 |
<tr><th colspan="3">List |
|
38 | <tr><th colspan="3">Listen</th></tr> | |
39 |
<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Un |
|
39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unsortierte Liste" /></th><td>* Element 1<br />* Element 2</td><td><ul><li>Element 1</li><li>Element 2</li></ul></td></tr> | |
40 |
<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt=" |
|
40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Sortierte Liste" /></th><td># Element 1<br /># Element 2</td><td><ol><li>Element 1</li><li>Element 2</li></ol></td></tr> | |
41 |
|
41 | |||
42 |
<tr><th colspan="3"> |
|
42 | <tr><th colspan="3">Überschriften</th></tr> | |
43 |
<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt=" |
|
43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Überschrift 1" /></th><td>h1. Überschrift 1</td><td><h1>Überschrift 1</h1></td></tr> | |
44 |
<tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt=" |
|
44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Überschrift 2" /></th><td>h2. Überschrift 2</td><td><h2>Überschrift 2</h2></td></tr> | |
45 |
<tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt=" |
|
45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Überschrift 3" /></th><td>h3. Überschrift 3</td><td><h3>Überschrift 3</h3></td></tr> | |
46 |
|
46 | |||
47 | <tr><th colspan="3">Links</th></tr> |
|
47 | <tr><th colspan="3">Links</th></tr> | |
48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> | |
49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> | |
50 |
|
50 | |||
51 |
<tr><th colspan="3">Redmine |
|
51 | <tr><th colspan="3">Redmine Links</th></tr> | |
52 |
<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link |
|
52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link zu einer Wiki Seite" /></th><td>[[Wiki Seite]]</td><td><a href="#">Wiki Seite</a></td></tr> | |
53 |
<tr><th></th><td> |
|
53 | <tr><th></th><td>Ticket #12</td><td>Ticket <a href="#">#12</a></td></tr> | |
54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> | |
55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> | |
56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> | |
57 |
|
57 | |||
58 |
<tr><th colspan="3"> |
|
58 | <tr><th colspan="3">eingebettete Bilder</th></tr> | |
59 |
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt=" |
|
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Bild" /></th><td>!<em>URL_zu_dem_Bild</em>!</td><td></td></tr> | |
60 |
<tr><th></th><td>!<em>a |
|
60 | <tr><th></th><td>!<em>angehängtes_Bild</em>!</td><td></td></tr> | |
61 | </table> |
|
61 | </table> | |
62 |
|
62 | |||
63 |
<p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;"> |
|
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">weitere Informationen</a></p> | |
64 |
|
64 | |||
65 | </body> |
|
65 | </body> | |
66 | </html> |
|
66 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now