Dicas de composição

Formatos de texto

Filtered HTML

  • Endereços de sites e e-mails serão transformados em links automaticamente.
  • Tags HTML permitidas: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <pre> <pre class="clipper;">

    Este site permite conteúdo em HTML. Enquanto aprender tudo de HTML pode parecer intimidador, aprender quando usar um número bem básico de tags HTML é bem simples. Esta tabela fornece exemplos para cada tag que está disponível neste site.

    Para mais informações veja as Especificações HTML ou use seu mecanismo de busca favorito para encontrar outros sites que explicam HTML.

    Descrição da TagVocê EscreveVocê Terá
    Âncoras são usadas para criar links para outras páginas.<a href="http://linguagemclipper.com.br">CA-Clipper website</a>CA-Clipper website
    Ênfase<em>Ênfase</em>Ênfase
    Negrito<strong>Negrito</strong>Negrito
    Citação<cite>Citação</cite>Citação
    Bloco de citação<blockquote>Bloco de citação</blockquote>
    Bloco de citação
    Código-fonte de programação<code>Codificado</code>Codificado
    Lista não ordenada - use <li> no começo de cada item da lista<ul> <li>Primeiro item</li> <li>Segundo item</li> </ul>
    • Primeiro item
    • Segundo item
    Lista ordenada - use <li> para iniciar cada item da lista<ol> <li>Primeiro item</li> <li>Segundo item</li> </ol>
    1. Primeiro item
    2. Segundo item
    Não há ajuda disponível sobre a tag li.
    Listas de verbetes são similares a outras listas HTML. <dl> inicia a lista de verbetes, <dt> inicia o verbete e <dd> inicia a descrição do verbete.<dl> <dt>Primeiro termo</dt> <dd>Primeira definição</dd> <dt>Segundo termo</dt> <dd>Definição 2</dd> </dl>
    Primeiro termo
    Primeira definição
    Segundo termo
    Definição 2
    Não há ajuda disponível sobre a tag dt.
    Não há ajuda disponível sobre a tag dd.
    Não há ajuda disponível sobre a tag img.
    Pré-formatado<pre>Pré-formatado</pre>
    Pré-formatado
    Pré-formatado<pre>Pré-formatado</pre>
    Pré-formatado

    A maior parte dos caracteres incomuns podem ser diretamente inseridos sem problemas.

    Se você encontrar problemas, tente usar caracteres HTML. Um exemplo comum como &amp; para um caractere E-comercial &. Para uma lista completa veja a página sobre entidades. Alguns dos caracteres disponíveis incluem:

    Descrição do caractereVocê EscreveVocê Terá
    "E" comercial&amp;&
    Maior que&gt;>
    Menor que&lt;<
    Aspas&quot;"
  • Generate stylish tooltips. Format: [qtip:Text to display on page|Tooltip title (optional)|Text to appear in tooltip]
  • Código de programação Clipper HighLight com as tags <pre class="brush: lang">...</pre>, onde lang é uma das seguintes linguagens: as3, bash, bat, clipper, cpp, delphi, nasm8086, vb.
    Exemplo 1:
    <pre class="brush:clipper;">
    Cole seu código aqui!
    </pre>

    Exemplo 2:
    <pre class="brush:clipper;highlight:[2,4,6]">
    Cole seu código aqui! (Linhas 2, 4 e 6 serão destacadas)
    </pre> See the SyntaxHighlighter javascript library site for additional helps.
  • Quebras de linhas e parágrafos são automaticamente reconhecidos. As tags de quebra de linha, <br />, de parágrafo, <p>, e de fim de parágrafo, <p>, são inseridas automaticamente. Se os parágrafos não forem reconhecidos, basta inserir algumas linhas em branco.
  • You may surround a section of text with "[collapse]" and "[/collapse]" to it into a collapsible section.

    You may use "[collapse]" tags within other "[collapse]" tags for nested collapsing sections.

    If you start with "[collapsed]" or "[collapse collapsed]", the section will default to a collapsed state.

    You may specify a title for the section in two ways. You may add a "title=" parameter to the opening tag, such as "[collapse title=<your title here>]". In this case, you should surround the title with double-quotes. If you need to include double-quotes in the title, use the html entity "&quot;". For example: '[collapse title="&quot;Once upon a time&quot;"]'. If a title is not specified in the "[collapse]" tag, the title will be taken from the first heading found inside the section. A heading is specified using the "<hX>" html tag, where X is a number from 1-6. The heading will be removed from the section in order to prevent duplication. If a title is not found using these two methods, a default title will be supplied.

    For advanced uses, you may also add a "class=" option to specify CSS classes to be added to the section. The CSS classes should be surrounded by double-quotes, and separated by spaces; e.g. '[collapse class="class1 class2"]'.

    You may combine these options in (almost) any order. The "collapsed" option should always come first; things will break if it comes after "title=" or "class=". If you need to have it come after the other options, you must specify it as 'collapsed="collapsed"'; e.g. '[collapse title="foo" collapsed="collapsed"]'.

    If you wish to put the string "[collapse" into the document, you will need to prefix it with a backslash ("\"). The first backslash before any instance of "[collapse" or "[/collapse" will be removed, all others will remain. Thus, if you want to display "[collapse stuff here", you should enter "\[collapse stuff here". If you wish to display "\[collapse other stuff", you will need to put in "\\[collapse other stuff". If you prefix three backslashes, two will be displayed, etc.

    If you prefer, you can use angle brackets ("<>") instead of straight brackets ("[]"). This module will find any instance of "<collapse" and change it to "[collapse" (also fixing the end of the tags and the closing tags).

    You may override the settings of the filter on an individual basis using a "[collapse options ...]" tag. The possible options now are 'form="form"' or 'form="noform"', and 'default_title="..."'. For example, '[collapse options form="noform" default_title="Click me!"]'. Only the first options tag will be looked at, and the settings apply for the entire text area, not just the "[collapse]" tags following the options tag. Note that surrounding <p> and <br> tags will be removed.

    This module supports some historical variants of the tag as well. The following are not recommended for any new text, but are left in place so that old uses still work. The "class=" option used to called "style=", and "style=" will be changed into "class=". If you don't put a double-quote immediately after "class=", everything up to the end of the tag or the string "title=" will be interpreted as the class string. Similarly, if you don't have a double-quote immediately following "title=", everything up to the end of the tag will be used as the title. Note that in this format, "style=" must precede "title=".

Plain text

  • Nenhuma tag HTML permitida.
  • Endereços de sites e e-mails serão transformados em links automaticamente.
  • Quebras de linhas e parágrafos são automaticamente reconhecidos. As tags de quebra de linha, <br />, de parágrafo, <p>, e de fim de parágrafo, <p>, são inseridas automaticamente. Se os parágrafos não forem reconhecidos, basta inserir algumas linhas em branco.