@@ -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> |
|
6 | <title>Formato de la Wiki</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,50 table td h3 { font-size: 1.2em; text-align: left; } | |||||
18 | </head> |
|
18 | </head> | |
19 | <body> |
|
19 | <body> | |
20 |
|
20 | |||
21 | <h1>Wiki Syntax Quick Reference</h1> |
|
21 | <h1>Guia Rápida de Sintaxis de la Wiki</h1> | |
22 |
|
22 | |||
23 | <table style="width:100%"> |
|
23 | <table style="width:100%"> | |
24 |
<tr><th colspan="3"> |
|
24 | <tr><th colspan="3">Estilo de fuentes</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="Negrita" /></th><td style="width:50%;">*Negrita*</td><td style="width:50%;"><strong>Negrita</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="Cursiva" /></th><td>_Cursiva_</td><td><em>Cursiva</em></td></tr> | |
27 |
<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt=" |
|
27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Subrayado" /></th><td>+Subrayado+</td><td><ins>Subrayado</ins></td></tr> | |
28 |
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt=" |
|
28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Tachado" /></th><td>-Tachado-</td><td><del>Tachado</del></td></tr> | |
29 |
<tr><th></th><td>?? |
|
29 | <tr><th></th><td>??Cita??</td><td><cite>Cita</cite></td></tr> | |
30 |
<tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt=" |
|
30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Código en linea" /></th><td>@Código en linea@</td><td><code>Código en linea</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="Có preformateado" /></th><td><pre><br /> Líneas<br /> de có<br /></pre></td><td> | |
32 | <pre> |
|
32 | <pre> | |
33 | lines |
|
33 | líneas | |
34 | of code |
|
34 | de código | |
35 | </pre> |
|
35 | </pre> | |
36 | </td></tr> |
|
36 | </td></tr> | |
37 |
|
37 | |||
38 | <tr><th colspan="3">Lists</th></tr> |
|
38 | <tr><th colspan="3">Listas</th></tr> | |
39 |
<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt=" |
|
39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Lista no ordenada" /></th><td>* artículo 1<br />* artículo 2</td><td><ul><li>artículo 1</li><li>artículo 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="Lista ordenada" /></th><td># artículo 1<br /># artículo 2</td><td><ol><li>artículo 1</li><li>artículo 2</li></ol></td></tr> | |
41 |
|
41 | |||
42 |
<tr><th colspan="3"> |
|
42 | <tr><th colspan="3">Cabeceras</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="Cabecera 1" /></th><td>h1. Título 1</td><td><h1>Título 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="Cabecera 2" /></th><td>h2. Título 2</td><td><h2>Título 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="Cabecera 3" /></th><td>h3. Título 3</td><td><h3>Título 3</h3></td></tr> | |
46 |
|
46 | |||
47 |
<tr><th colspan="3"> |
|
47 | <tr><th colspan="3">Enlaces</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">Enlaces de Redmine</th></tr> | |
52 |
<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt=" |
|
52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Enlace a una página de la Wiki" /></th><td>[[pagina Wiki]]</td><td><a href="#">Pagina Wiki</a></td></tr> | |
53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
53 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Enlace a una página de la Wiki con nombre descripciptivo" /></th><td>[[pagina Wiki|Nombre descriptivo]]</td><td><a href="#">Nombre descriptivo</a></td></tr> | |
54 |
<tr><th></th><td> |
|
54 | <tr><th></th><td>Petición #12</td><td>Petición <a href="#">#12</a></td></tr> | |
|
55 | <tr><th></th><td>Revisión r43</td><td>Revisión <a href="#">r43</a></td></tr> | |||
55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
56 | <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> |
|
57 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> | |
57 |
|
58 | |||
58 |
<tr><th colspan="3">I |
|
59 | <tr><th colspan="3">Imágenes en línea</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
60 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imagen" /></th><td>!<em>imagen_url</em>!</td><td></td></tr> | |
60 |
<tr><th></th><td>!<em> |
|
61 | <tr><th></th><td>!<em>imagen_adjunta</em>!</td><td></td></tr> | |
61 | </table> |
|
62 | </table> | |
62 |
|
63 | |||
63 |
<p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">M |
|
64 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Más información</a></p> | |
64 |
|
65 | |||
65 | </body> |
|
66 | </body> | |
66 | </html> |
|
67 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now