tycker/templates/help.html

18 lines
1001 B
HTML

<div id="help">
<p>The content may be written in <a href="http://www.wikicreole.org/imageServlet?page=CheatSheet%2Fcreole_cheat_sheet.png" target="_blank">wikicreole syntax</a>. Here are some examples:</p>
<dl>
<dt><strong>Emphasis</strong></dt>
<dd><em>//italics//</em> <br/><strong>**bold**</strong></dd>
<dt><strong>Links</strong></dt>
<dd>[[URL]] <br/>[[URL|linkname]]</dd>
<dt><strong>Headings</strong></dt>
<dd>== Large heading <br/>=== Medium heading <br/>==== Small heading</dd>
<dt><strong>Lists</strong></dt>
<dd>* Bullet list <br/>** Sub item of bullet list <br/># Numbered list <br/>## Sub item of numbered list</dd>
<dt><strong>Line break</strong></dt>
<dd>Force\\Linebreak</dd>
<dt><strong>Howto</strong></dt>
<dd>1. Press "Insert current timestamp" button<br/>2. Choose an optional title<br/>3. Create some content<br/>4. Press "Create" button to publish content<br/>5. Switch to "All entries" to update or delete</dd>
</dl>
</div>