|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
<title>Format de la Wiki</title>
|
|
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax.css" />
|
|
|
</head>
|
|
|
<body>
|
|
|
|
|
|
<h1>Guia rapida de la Sintaxis de la Wiki</h1>
|
|
|
|
|
|
<table style="width:100%">
|
|
|
<tr><th colspan="3">Estil de font</th></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Negreta" /></th><td style="width:50%;">*Negreta*</td><td style="width:50%;"><strong>Negreta</strong></td></tr>
|
|
|
<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>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Subratllat" /></th><td>+Subratllat+</td><td><ins>Subratllat</ins></td></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Eliminat" /></th><td>-Eliminat-</td><td><del>Eliminat</del></td></tr>
|
|
|
<tr><th></th><td>??Cita??</td><td><cite>Cita</cite></td></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Codi en línia" /></th><td>@Codi en línia@</td><td><code>Codi en línia</code></td></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Linies de codi" /></th><td><pre><br /> linies<br /> de codi<br /></pre></td><td>
|
|
|
<pre>
|
|
|
linies
|
|
|
de codi
|
|
|
</pre>
|
|
|
</td></tr>
|
|
|
|
|
|
<tr><th colspan="3">Llistes</th></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Llista desordenada" /></th><td>* Article 1<br />** Sub<br />* Article 2</td><td><ul><li>Article 1<ul><li>Sub</li></ul></li><li>Article 2</li></ul></td></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Llista ordenada" /></th><td># Article 1<br />## Sub<br /># Article 2</td><td><ol><li>Article 1<ol><li>Sub</li></ol></li><li>Article 2</li></ol></td></tr>
|
|
|
|
|
|
<tr><th colspan="3">Capçaleres</th></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Encapçament 1" /></th><td>h1. Títol 1</td><td><h1>Títol 1</h1></td></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Encapçament 2" /></th><td>h2. Títol 2</td><td><h2>Títol 2</h2></td></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Encapçament 3" /></th><td>h3. Títol 3</td><td><h3>Títol 3</h3></td></tr>
|
|
|
|
|
|
<tr><th colspan="3">Links</th></tr>
|
|
|
<tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr>
|
|
|
<tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr>
|
|
|
|
|
|
<tr><th colspan="3">Links del Redmine</th></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link a la pagina Wiki" /></th><td>[[Pagina Wiki]]</td><td><a href="#">Pagina Wiki</a></td></tr>
|
|
|
<tr><th></th><td>Assumpte #12</td><td>Assumpte <a href="#">#12</a></td></tr>
|
|
|
<tr><th></th><td>Revisió r43</td><td>Revisió <a href="#">r43</a></td></tr>
|
|
|
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
|
|
|
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>
|
|
|
|
|
|
<tr><th colspan="3">Imatges</th></tr>
|
|
|
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imatge" /></th><td>!<em>imatge_url</em>!</td><td></td></tr>
|
|
|
<tr><th></th><td>!<em>imatge_adjunta</em>!</td><td></td></tr>
|
|
|
|
|
|
<tr><th colspan="3">Taules</th></tr>
|
|
|
<tr>
|
|
|
<th></th>
|
|
|
<td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td>
|
|
|
<td>
|
|
|
<table class="sample">
|
|
|
<tbody>
|
|
|
<th>A</th><th>B</th><th>C</th>
|
|
|
<tr><td>A</td><td>B</td><td>C</td></tr>
|
|
|
<tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr>
|
|
|
<tr><td colspan="2">col span</td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
<p><a href="wiki_syntax_detailed_textile.html" onclick="window.open('wiki_syntax_detailed_textile.html', '', ''); return false;">Més informació</a></p>
|
|
|
|
|
|
</body>
|
|
|
</html>
|
|
|
|