rady pro psaní

Input formats:
  • Filtered HTML:
    • Automaticky se rozeznávají řádky a odstavce. Automaticky se vloží značky pro zalomení řádku <br />, začátek <p> a konec </p> odstavce. Pokud nejsou odstavce rozeznány, prostě přidejte pár prázdných řádků.
    • Povolené HTML značky: <a> <b> <dd> <dl> <dt> <i> <li> <ol> <u> <ul> <img>

      This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

      For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

      Popis značkyNapíšeteZískáte
      Odkazy na jiné stránky<a href="http://www.pudupudu.net">Pudu pudu</a>Pudu pudu
      Tučné<b>Tučné</b>Tučné
      Seznam definice je podobný ostatním HTML seznamům. <dl> začíná seznam definic, <dt> začíná termín a <dd> začíná popis definice.<dl> <dt>První termín</dt> <dd>První definice</dd> <dt>Druhý termín</dt> <dd>Druhý definice</dd> </dl>
      První termín
      První definice
      Druhý termín
      Druhý definice
      Kurzíva<i>Kurzíva</i>Kurzíva
      Číslovaný seznam - použijte <li> na začátku každé položky seznamu<ol> <li>První položka</li> <li>Druhá položka</li> </ol>
      1. První položka
      2. Druhá položka
      Podtržené<u>Podtržené</u>Podtržené
      Nečíslovaný seznam - použijte <li> na začátku každé položky seznamu<ul> <li>První položka</li> <li>Druhá položka</li> </ul>
      • První položka
      • Druhá položka
      Chybí nápověda pro značku img.

      Most unusual characters can be directly entered without any problems.

      If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

      Popis znakuNapíšeteZískáte
      Ampersand&amp;&
      Větší než&gt;>
      Menší než&lt;<
      Uvozovky&quot;"
  • Human:
    • Opus Filter Guide

      You may use special syntax similar as Opus tags to format text:

      NameOpusHTMLDescription
      Header 1text
      =====
      <h1 id="opus">text</h1>
      Header 2text
      ----
      <h2 id="opus">text</h2>
      Header 3==== text<h3 id="opus">text</h3>
      Header 4---- text<h4 id="opus">text</h4>
      Bold**text**<b id="opus">text</b>
      Italic`text` or ''text''
      (double apostrophes)
      <em id="opus">text</em>
      Large||text||<font size="+1" id="opus">text</font>
      Small~~text~~<font size="-1" id="opus">text</font>
      Fixed$$text$$<tt id="opus">text</tt>
      Line____<hr id="opus">
      Break linetext^text2text<br>text2
      Quoted$$$text$$$<pre>text</pre>
      Tabulka## hdr1  hdr2
      #  col1.1  col1.2
      #  col2.1  col2.2
      draw table via themetable nesting not supported
      use double space as delimiter column delimiter
      header is optional
      Columns[columns]
      col1
      [nextcolumn]
      col2
      [/columns]
      <table id="opus">
      <tr/><td id="opus"/>col1
      <tr/><td/>col2
      </table>
      column nesting allowed
      Seznam%  item1
      %  item2
      <ol id="opus">
      <li>item1
      <li>item2
      </ol>
      Substitute "%" (delimeted by to spaces) by 'o' to use bullet list, '-' to dash list an by 'number' to numbered list
      list may be nested using indent position
      prefix special chars by backslash '\' to disable its function
      paragraphs are delimited by double empty lines
    • Web and e-mail addresses are automatically converted into links.
    • Wiki-like [node title|text] links are enabled. These shortcuts generate a link labeled "text" to the node with the title or node id "node title". If you omit "|text", the label becomes "node title". You may use a substring of a node title if desired. When multiple matching titles are found, a list of matching nodes will be displayed. If no matching titles are found, a full-text search is returned.
    • If you include a textual smiley in your post (see chart below), it will be replaced by a graphical smiley.
      :)   :-)   :smile: :)   :-)   :smile:
      ;)   ;-)   :wink: ;)   ;-)   :wink:
      :(   :-(   :sad: :(   :-(   :sad:
      :D   :-D   :lol: :D   :-D   :lol:
      }:)   }:-)   :evil: }:)   }:-)   :evil:
      :P   :-P   :tongue: :P   :-P   :tongue:
      :O   :-O   :shocked: :O   :-O   :shocked:
      :?   :-?   :puzzled: :?   :-?   :puzzled:
      8)   8-)   :cool: 8)   8-)   :cool:
      :jawdrop: :jawdrop:
      :sick:   :barf: :sick:   :barf:
    • Images can be added to this post.
    • You may quickly link to image nodes using a special syntax. Each image code will be replaced by thumbnail linked to full size image node. Syntax:

      [image:node_id align=alignment hspace=n vspace=n border=n size=label width=n height=n nolink=(0|1) class=name style=style-data]

      Every parameter except node_id is optional.

      Typically, you will specify one of size, width, or height, or none of them. If you use size=label, where label is one of the image size labels specified on the image settings page, the size associated with that label will be used. The sizes "thumbnail", "preview", and "original" are always available. If you use width=n or height=n, the image will be scaled to fit the specified width or height. If you use none of them, the thumbnail image size will be used.

      If you specify nolink=1, no link will be created to the image node. The default is to create a link.

      The align, hspace, vspace, border, class, and style parameters set the corresponding attributes in the generated img tag.