Compose tips
formatos de entrada:- Filtered HTML:
- Las líneas y los párrafos se reconocen automáticamente. Las etiquetas <br /> para el salto de línea y <p> y </p> para abrir y cerrar el párrafo se insertan automáticamente. Si los párrafos no se reconocen, simplemente añada unas cuantas líneas vacías.
- Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
Etiquetas HTML permitidas: <a> <em> <strong> <p> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> [tex]
Este sitio admite contenido HTML. Aprender todo el HTML es una tarea ardua e intimidante, pero aprender unas cuantas «etiquetas» HTML básicas es muy sencillo. Esta tabla proporciona ejemplos para cada etiqueta que está activa en el sitio.
Para más información, puede ver las especificaciones HTML de W3C o usar su motor de búsqueda favorito para buscar otros sitios que traten sobre HTML.
Descripción de la etiqueta Teclea Obtiene Las anclas se usan para hacer enlaces a otras páginas. <a href="http://www.odiolasllaves.com.ar">odiolasllaves.com.ar</a>odiolasllaves.com.ar Enfatizado <em>Enfatizado</em>Enfatizado Fuerte <strong>Fuerte</strong>Fuerte De forma predefinida, las etiquetas de párrafo se añaden automáticamente, aunque puede añadir etiquetas adicionales. <p>Párrafo uno.</p> <p>Párrafo dos.</p>Párrafo uno.
Párrafo dos.
Citado <cite>Citado</cite>Citado Texto codificado que se usa para mostrar código fuente de programación <code>Codificado</code>CodificadoLista desordenada: use <li> para comenzar cada elemento de la lista <ul> <li>Primer elemento</li> <li>Segundo elemento</li> </ul>- Primer elemento
- Segundo elemento
Lista ordenada: utilice <li> para comenzar cada elemento de la lista <ol> <li>Primer elemento</li> <li>Segundo elemento</li> </ol>- Primer elemento
- Segundo elemento
Las listas de definiciones son similares a otras listas HTML. <dl> da comienzo a la lista de definiciones, <dt> da comienzo a cada término definido y <dd> da comienzo a la descripción de la definición. <dl> <dt>Primer término</dt> <dd>Primera definición</dd> <dt>Segundo término</dt> <dd>Segunda definición</dd> </dl>- Primer término
- Primera definición
- Segundo término
- Segunda definición
Encabezado <h2>Subtítulo</h2>Subtítulo
Encabezado <h3>Subtítulo tres</h3>Subtítulo tres
Encabezado <h4>Subtítulo cuatro</h4>Subtítulo cuatro
No hay ayuda disponible para la etiqueta img. Los caracteres menos habituales se pueden introducir directamente sin mayor complicación.
Si tiene problemas, intente usar entidades de caracteres HTML. Un ejemplo de esto es &, que se usa para conseguir el carácter &. Tiene una lista completa de las entidades HTML en la página de entidades. Entre los caracteres disponibles están:
Descripción del carácter Teclea Obtiene Ampersand && Mayor que >> Menor que << Comillas "" Syntax highlighting of source code can be enabled with the following tags:
- Generic syntax highlighting tags: "
<code>", "<blockcode>". - Language specific syntax highlighting tags: .
Options and tips:
- The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language. The possible values are: "
apache" (for Apache Log), "asm" (for ASM), "bash" (for Bash), "c" (for C), "cpp" (for C++), "csharp" (for C#), "css" (for CSS), "drupal5" (for Drupal 5), "drupal6" (for Drupal 6), "haskell" (for Haskell), "html4strict" (for HTML), "java" (for Java), "java5" (for Java(TM) 2 Platform Standard Edition 5.0), "javascript" (for Javascript), "latex" (for LaTeX), "m68k" (for Motorola 68000 Assembler), "mpasm" (for Microchip Assembler), "php" (for PHP), "python" (for Python), "ruby" (for Ruby). - Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
- If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
- Beside the tag style "
<foo>" it is also possible to use "[foo]".
Defaults:
- Default highlighting mode for generic syntax highlighting tags: when no language attribute is specified, no syntax highlighting will be done.
- Default line numbering: no line numbers.
Examples:
You type You get <code>foo = "bar";</code>Inline code with the default syntax highlighting mode. <code>
foo = "bar";
baz = "foz";
</code>Code block with the default syntax highlighting mode. <code lang="haskell" linenumbers="normal">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Haskell source code
and normal line numbers.<code language="haskell" start="23" fancy="7">
foo = "bar";
baz = "foz";
</code>Code block with syntax highlighting for Haskell source code,
line numbers starting from 23
and highlighted line numbers every 7th line.- Generic syntax highlighting tags: "
- Content in [[double square brackets]] will be linked to existing content with that title, or a page to create that content. Links can contain an optional bar, "|". Content on the left of the bar is the target; to the right, the link shown. Links to pages outside this site are allowed. They must start with one of the following: "http", "https", "ftp", or "mailto", and can exist either by themselves, or on the left of the bar. Examples:
- [[simple link]] - will go to the content titled "simple link" or a page to create that content.
- [[this is the target|this is the source]] - will present "this is the source" as a link to "this is the target", or a page to create that content.
- [[http://www.example.com|this is the source]] - will present "this is the source" as a link to http://www.example.com.
- [[http://www.example.com]] - will present "http://www.example.com" as a link to http://www.example.com.
- You can insert footnotes directly into texts with
[fn]This text becomes a footnote.[/fn]. This will be replaced with a running number (the footnote reference) and the text within the [fn] tags will be moved to the bottom of the page (the footnote). - You can insert footnotes directly into texts with [# ...]. This will be replaced with a running number (the footnote reference) and the text within the [# ...] tags will be moved to the bottom of the page (the footnote). This filter outputs footnotes in Textile format. You should use it together and before the Textile filter.
- Images can be added to this post.
- Las líneas y los párrafos se reconocen automáticamente. Las etiquetas <br /> para el salto de línea y <p> y </p> para abrir y cerrar el párrafo se insertan automáticamente. Si los párrafos no se reconocen, simplemente añada unas cuantas líneas vacías.
- Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
- Content in [[double square brackets]] will be linked to existing content with that title, or a page to create that content. Links can contain an optional bar, "|". Content on the left of the bar is the target; to the right, the link shown. Links to pages outside this site are allowed. They must start with one of the following: "http", "https", "ftp", or "mailto", and can exist either by themselves, or on the left of the bar. Examples:
- [[simple link]] - will go to the content titled "simple link" or a page to create that content.
- [[this is the target|this is the source]] - will present "this is the source" as a link to "this is the target", or a page to create that content.
- [[http://www.example.com|this is the source]] - will present "this is the source" as a link to http://www.example.com.
- [[http://www.example.com]] - will present "http://www.example.com" as a link to http://www.example.com.
Etiquetas HTML permitidas: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
Este sitio admite contenido HTML. Aprender todo el HTML es una tarea ardua e intimidante, pero aprender unas cuantas «etiquetas» HTML básicas es muy sencillo. Esta tabla proporciona ejemplos para cada etiqueta que está activa en el sitio.
Para más información, puede ver las especificaciones HTML de W3C o usar su motor de búsqueda favorito para buscar otros sitios que traten sobre HTML.
| Descripción de la etiqueta | Teclea | Obtiene |
|---|---|---|
| Las anclas se usan para hacer enlaces a otras páginas. | <a href="http://www.odiolasllaves.com.ar">odiolasllaves.com.ar</a> | odiolasllaves.com.ar |
| Enfatizado | <em>Enfatizado</em> | Enfatizado |
| Fuerte | <strong>Fuerte</strong> | Fuerte |
| Citado | <cite>Citado</cite> | Citado |
| Texto codificado que se usa para mostrar código fuente de programación | <code>Codificado</code> | Codificado |
| Lista desordenada: use <li> para comenzar cada elemento de la lista | <ul> <li>Primer elemento</li> <li>Segundo elemento</li> </ul> |
|
| Lista ordenada: utilice <li> para comenzar cada elemento de la lista | <ol> <li>Primer elemento</li> <li>Segundo elemento</li> </ol> |
|
| Las listas de definiciones son similares a otras listas HTML. <dl> da comienzo a la lista de definiciones, <dt> da comienzo a cada término definido y <dd> da comienzo a la descripción de la definición. | <dl> <dt>Primer término</dt> <dd>Primera definición</dd> <dt>Segundo término</dt> <dd>Segunda definición</dd> </dl> |
|
Los caracteres menos habituales se pueden introducir directamente sin mayor complicación.
Si tiene problemas, intente usar entidades de caracteres HTML. Un ejemplo de esto es &, que se usa para conseguir el carácter &. Tiene una lista completa de las entidades HTML en la página de entidades. Entre los caracteres disponibles están:
| Descripción del carácter | Teclea | Obtiene |
|---|---|---|
| Ampersand | & | & |
| Mayor que | > | > |
| Menor que | < | < |
| Comillas | " | " |
Syntax highlighting of source code can be enabled with the following tags:
- Generic syntax highlighting tags: "
<code>", "<blockcode>". - Language specific syntax highlighting tags: .
Options and tips:
- The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language. The possible values are: "
apache" (for Apache Log), "asm" (for ASM), "bash" (for Bash), "c" (for C), "cpp" (for C++), "csharp" (for C#), "css" (for CSS), "drupal5" (for Drupal 5), "drupal6" (for Drupal 6), "haskell" (for Haskell), "html4strict" (for HTML), "java" (for Java), "java5" (for Java(TM) 2 Platform Standard Edition 5.0), "javascript" (for Javascript), "latex" (for LaTeX), "m68k" (for Motorola 68000 Assembler), "mpasm" (for Microchip Assembler), "php" (for PHP), "python" (for Python), "ruby" (for Ruby). - Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
- If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
- Beside the tag style "
<foo>" it is also possible to use "[foo]".
Defaults:
- Default highlighting mode for generic syntax highlighting tags: when no language attribute is specified, no syntax highlighting will be done.
- Default line numbering: no line numbers.
Examples:
| You type | You get |
|---|---|
<code>foo = "bar";</code> | Inline code with the default syntax highlighting mode. |
<code> | Code block with the default syntax highlighting mode. |
<code lang="html4strict" linenumbers="normal"> | Code block with syntax highlighting for HTML source code and normal line numbers. |
<code language="html4strict" start="23" fancy="7"> | Code block with syntax highlighting for HTML source code, line numbers starting from 23 and highlighted line numbers every 7th line. |
[fn]This text becomes a footnote.[/fn]. This will be replaced with a running number (the footnote reference) and the text within the [fn] tags will be moved to the bottom of the page (the footnote).