Wiki

Wiki interna

Herramientas de usuario

Herramientas del sitio


wiki:syntax

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
wiki:syntax [2026/04/22 11:04] – creado erikhromekwiki:syntax [2026/07/27 11:58] (actual) – editor externo 127.0.0.1
Línea 1: Línea 1:
-====== Sintaxis de formato ======+====== Formatting Syntax ======
  
-[[doku>es:dokuwiki|DokuWiki]] soporta un [[wpes>Lenguaje_de_marcado|lenguaje de marcado]] simple, que intenta hacer a los ficheros de datos tan legibles como sea posibleEsta página contiene todas la sintaxis posible que puedes usar la hora de editar las páginas. Simplemente, observa el código fuente de esta página pulsando sobre //"Editar esta página"//Si quieres intentar algousa la página de [[playground:playground|pruebas]]. El marcado más simple también es fácilmente accesible a través de los [[doku>toolbar|botones rápidos]].+[[doku>DokuWiki]] supports some simple markup languagewhich tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pagesSimply have look at the source of this page by pressing "Edit this page"If you want to try somethingjust use the [[playground:playground|playground]] pageThe simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
  
-===== Formato básico de texto =====+===== Basic Text Formatting =====
  
-DokuWiki soporta **negritas**, //cursivas//, __subrayados__ y texto ''monoespaciado''Por supuesto, puedes **__//''combinarlos''//__** todos.+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' textsOf course you can **__//''combine''//__** all these.
  
-  DokuWiki soporta **negritas**, //cursivas//, __subrayados__ y texto ''monoespaciado''.  +  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts
-  Por supuesto, puedes **__//''combinarlos''//__** todos.+  Of course you can **__//''combine''//__** all these.
  
-También puedes usar <sub>subíndices</sub> y <sup>superíndices</sup>.+Note that the formatting markers have to directly enclose the text, so ''%%** bold **%%'' with spaces inside the markers will not be formatted.
  
-  También puedes usar <sub>subíndices</sub> <sup>superíndices</sup>.+You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
  
-Del mismo modo, también puedes marcar algo como <del>borrado</del>.+  You can use <sub>subscript</suband <sup>superscript</sup>, too.
  
-  Del mismo modo, también puedes marcar algo como <del>borrado</del>.+You can mark something as <del>deleted</del> as well.
  
-Los **párrafos** se crean a partir de líneas en blanco. Si quieres **forzar un salto de línea** sin un párrafo, puedes usar dos barras invertidas seguidas por un espacio en blanco o el final de la línea.+  You can mark something as <del>deleted</del> as well.
  
-Esto es un texto con algunos saltos de línea.\\ Advierte que las +**Paragraphs** are created from blank linesIf you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
-dos barras invertidas son reconocidas solamente al final de una línea\\ +
-o cuando están seguidas de\\ un espacio en blanco \\Esto sucede sin él.+
  
-  Esto es un texto con algunos saltos de línea.\\ Advierte que las  +This is some text with some linebreaks\\ Note that the 
-  dos barras invertidas son reconocidas solamente al final de una línea\\ +two backslashes are only recognized at the end of a line\\ 
-  o cuando están seguidas de\\ un espacio en blanco \\Esto sucede sin él.+or followed by\\ a whitespace \\this happens without it.
  
-Solamente deberías forzar saltos de línea cuando realmente lo necesites.+  This is some text with some linebreaks\\ Note that the 
 +  two backslashes are only recognized at the end of a line\\ 
 +  or followed by\\ a whitespace \\this happens without it.
  
 +You should use forced newlines only if really needed.
  
 +===== Links =====
  
 +DokuWiki supports multiple ways of creating links.
  
-===== Enlaces =====+==== External ====
  
-DokuWiki soporta múltiples formas de crear enlaces. +External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
-==== Externos ====+
  
-Los enlaces externos se reconocen automáticamentehttps://www.google.com o simplemente www.google.com - También puedes establecer enlaces con un nombre: [[https://www.google.com|Este enlace apunta a google]]. Las direcciones de correo electrónico como ésta: <andi@splitbrain.org> también son reconocidas.+  DokuWiki supports multiple ways of creating links. External links are recognized 
 +  automagicallyhttp://www.google.com or simply www.google.com - You can set 
 +  link text as well: [[http://www.google.com|This Link points to google]]. Email 
 +  addresses like this one: <andi@splitbrain.org> are recognized, too.
  
-  Dokuwiki soporta múltiples formas de crear enlaces. Los enlaces externos se reconocen  +==== Internal ====
-  automáticamente: http://www.google.com o simplemente www.google.com - También puedes +
-  establecer enlaces con nombre: [[http://www.google.com|Este enlace apunta a google]].  +
-  Las direcciones de correo electrónico como ésta: <andi@splitbrain.org>  +
-  también son reconocidas.+
  
-**Nota**: para los enlaces con nombre hay que usar el caracter separador | (barra vertical)A la izquierda del separador va la dirección del enlace y la derecha el nombre del enlace.\\ +Internal links are created by using square bracketsYou can either just give a [[pagename]] or use an additional [[pagename|link text]].
-Algunos teclados lo tienen en la tecla del número 1 y se obtiene presionando dicha tecla simultánemamnte con AltGr.\\ +
-Si no tuvieras en tu teclado el caracter separador, **en Windows** se consigue mediante la combinación //alt+124// (tecleando con el teclado numérico).\\ +
-Si no te funcionaran ninguno de los dos métodos anteriores (puede ocurrir en Mac, en Linux y en notebooks sin teclado numérico) puedes copiar el siguiente texto para construir un enlace con nombre: +
-<code>[[http://direccion|nombre enlace]]</code> +
-Pégalo en tu documento y luego reemplaza 'dirección' y 'nombre enlace' por los correspondientes que desees poner.+
  
-==== Internos ====+  Internal links are created by using square brackets. You can either just give 
 +  a [[pagename]] or use an additional [[pagename|link text]].
  
-Los enlaces internos se crean mediante corchetes. Puedes tanto simplemente usar [[doku>es:pagename|pagename]] como usar el extendido[[doku>es:pagename|Texto de título]]. Los nombres de páginas wiki son convertidos a minúsculas automáticamente y no se permiten caracteres especiales.+[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
  
-  Los enlaces internos se crean mediante corchetes. Puedes tanto simplemente usar [[doku>es:pagename|pagename]]  +You can use [[some:namespaces]] by using colon in the pagename.
-  como usar el extendido[[doku>es:pagename|Texto de título]]. Los nombres de páginas wiki son convertidos +
-  minúsculas automáticamente y no se permiten caracteres especiales. +
-   +
-Puedes usar [[doku>es:pagename|pagename]] mediante dos puntos en el nombre de la página.+
  
-  Puedes usar [[doku>es:pagename|pagename]] mediante dos puntos en el nombre de la página.+  You can use [[some:namespaces]] by using a colon in the pagename.
  
-Para más detalles sobre espacios de nombres mira [[doku>es:namespaces|namespaces]].+For details about namespaces see [[doku>namespaces]].
  
-Es también posible enlazar con una sección específica. Basta con añadir el nombre de sección detrás de una almohadillacomo se hace en HTMLEsto enlaza a [[es:syntax#Internos|Esta sección]].+Linking to a specific section is possibletooJust add the section name behind hash character as known from HTML. This links to [[syntax#internal|this Section]].
  
-  Esto enlaza a [[es:syntax#Internos|Esta sección]].+  This links to [[syntax#internal|this Section]].
  
-Notas:+Notes:
  
-  * Los enlaces a [[es:syntax|páginas existentes]] se muestran de forma diferente los [[no existentes]]. +  * Links to [[syntax|existing pages]] are shown in different style from [[nonexisting]] ones
-  * DokuWiki no utiliza [[wp>es:CamelCase]] para crear enlaces automáticamente por defectopero este comportamiento puede ser habilitado en el fichero [[doku>es:config]]. TrucoSi DokuWiki es un enlaceentonces está habilitado+  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by defaultbut this behavior can be enabled in the [[doku>config]] fileHintIf DokuWiki is a linkthen it's enabled
-  * Cuando se cambia el encabezamiento de una secciónsu bookmark también cambiaAsí que no dependas demasiado del enlace de secciones.+  * When a section's heading is changedits bookmark changes, tooSo don't rely on section linking too much.
  
 ==== Interwiki ==== ==== Interwiki ====
  
-DokuWiki permite enlaces [[doku>es:interwiki|interwiki]]. Estos son enlaces rápidos a otros Wikis. Por ejemplo, esto es un enlace la página de la Wikipedia en idioma español, sobre Wikis: [[wpes>Wiki]].+DokuWiki supports [[doku>Interwiki]] linksThese are quick links to other Wikis. For example this is link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
-  DokuWiki permite enlaces [[doku>es:interwiki|interwiki]]. Estos son enlaces rápidos a otros Wikis.  +  DokuWiki supports [[doku>Interwiki]] linksThese are quick links to other Wikis. 
-  Por ejemplo, esto es un enlace la página web de la Wikipedia en idioma español, sobre Wikis: [[wpes>Wiki]].+  For example this is link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
-==== Recursos compartidos de Windows ====+==== Windows Shares ====
  
-Los recursos compartidos de Windows como [[\\server\share|este]] también son reconocidosPor favor, date cuenta de que éstos solamente tienen sentido en un grupo de usuarios homogéneo, tales como una [[wp>Intranet]] corporativa.+Windows shares like [[\\server\share|this]] are recognized, tooPlease note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
  
-  Los recursos compartidos de Windows como [[\\server\share|este]] también son reconocidos. +  Windows Shares like [[\\server\share|this]] are recognized, too.
-   +
-Nota:+
  
-  * Por motivos de seguridad, la navegación directa por recursos compartidos solamente funciona en Microsoft Internet Explorer. +Notes:
-  * Para Mozilla y Firefox puede ser habilitada a través de una opción de configuración [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]] pero no es recomendado. +
-  * Ver [[bug>151]] para más información.+
  
 +  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
 +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
 +<?php
 +/**
 + * Customization of the english language file
 + * Copy only the strings that needs to be modified
 + */
 +$lang['js']['nosmblinks'] = '';
 +</code>
  
 +==== Image Links ====
  
-==== Enlaces imagen ==== +You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see belowlike this:
- +
-También puedes usar una imagen como enlace a otra página externa o interna combinando la sintaxis de enlaces e imágenes (ver abajo) así: +
- +
-  [[http://www.php.net|{{wiki:dokuwiki-128.png}}]] +
- +
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]] +
- +
-Por favor, ten en cuenta que el formato de imagen es la única sintaxis de formato aceptada en los nombres de enlace. +
- +
-Está soportada la sintaxis completa de [[#imagenes_y_otros_ficheros|imagen]] y [[#enlaces|enlace]] (incluyendo modificar el tamaño de la imagen, e imágenes, URLs y enlaces interwiki internas y externas).+
  
-===== Notas al pie =====+  [[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-Puedes añadir notas al pie ((Esto es una nota al pie)) usando paréntesis dobles.+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-  Puedes añadir notas al pie ((Esto es una nota al pie)) usando paréntesis dobles.+Please note: The image formatting is the only formatting syntax accepted in link names.
  
-===== Secciones =====+The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
  
-Puedes usar hasta cinco niveles de encabezado distintos para estructurar tus contenidos.  +===== Footnotes =====
-Cada encabezado se hace encerrando el titular entre signos de igual (caracter "=")\\ +
-La cantidad de signos de igual (caracter "=") determina el nivel del encabezado.+
  
-Si tienes más de tres encabezados, un índice se genera automáticamente -- se puede deshabilitar incluyendo la cadena ''<nowiki>~~NOTOC~~</nowiki>'' en el documento.+You can add footnotes ((This is a footnote)) by using double parentheses.
  
 +  You can add footnotes ((This is a footnote)) by using double parentheses.
  
 +===== Sectioning =====
  
-==== Titular Nivel 3 ==== +You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
-=== Titular Nivel 4 === +
-== Titular Nivel 5 ==+
  
-   ==== Titular Nivel 3 ==== +==== Headline Level 3 ==== 
-   === Titular Nivel 4 === +=== Headline Level 4 === 
-   == Titular Nivel 5 ==+== Headline Level 5 ==
  
-==== Línea horizontal ====+  ==== Headline Level 3 ==== 
 +  === Headline Level 4 === 
 +  == Headline Level 5 ==
  
-Usando cuatro o más guionespuedes hacer una línea horizontal:+By using four or more dashesyou can make a horizontal line:
  
 ---- ----
  
-<code> ---- </code>+===== Media Files =====
  
 +You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
  
-===== Archivos multimedia =====+Real size:                        {{wiki:dokuwiki-128.png}}
  
-Puedes incluir [[doku>images|imágenes, videos y archivos de audio]] externos e internos usando llaves. De manera opcional, puede especificar sus tamaños.+Resize to given width:            {{wiki:dokuwiki-128.png?50}}
  
-Tamaño real                       {{wiki:dokuwiki-128.png}}+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
-Redimensionando el ancho          {{wiki:dokuwiki-128.png?50}}+Resized external image          {{https://www.php.net/images/php.gif?200x50}}
  
-Redimensionando altura y ancho    {{wiki:dokuwiki-128.png?200x50}}+  Real size                       {{wiki:dokuwiki-128.png}} 
 +  Resize to given width:            {{wiki:dokuwiki-128.png?50}} 
 +  Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}} 
 +  Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
-Imagen externa redimensionada:      {{https://www.php.net/images/php.gif?200x50}} 
  
-  Tamaño real:                      {{wiki:dokuwiki-128.png}} +By using left or right whitespaces you can choose the alignment.
-  Redimensionando la anchura:       {{wiki:dokuwiki-128.png?50}} +
-  Redimensionando altura y anchura: {{wiki:dokuwiki-128.png?200x50}} +
-  Imagen externa redimensionada:    {{https://www.php.net/images/php.gif?200x50}} +
- +
-Usando espacios en blanco a derecha o izquierda puedes escoger el alineamiento:+
  
 {{ wiki:dokuwiki-128.png}} {{ wiki:dokuwiki-128.png}}
Línea 172: Línea 159:
   {{ wiki:dokuwiki-128.png }}   {{ wiki:dokuwiki-128.png }}
  
-Naturalmentetambién puedes añadir un título (se muestra como tooltip en la mayoría de los navegadores).+You can also set the alignment explicitly with a ''?left''''?right'' or ''?center'' parameter. This takes precedence over the whitespace alignment above and can be combined with a size.
  
-{{ wiki:dokuwiki-128.png |Este es el título}}+{{wiki:dokuwiki-128.png?100&right}}
  
-  {{ wiki:dokuwiki-128.png |Este es el título}}+  {{wiki:dokuwiki-128.png?100&right}}
  
-Si especificas un nombre de fichero (externo o interno) que no es una imagen (''gif,jpeg,png''), entonces será mostrado como un enlace.+Of course, you can add a title (displayed as a tooltip by most browsers), too.
  
-Para enlazar una imagen a otra página ver mas arriba en [[#Enlaces imagen]].+{{ wiki:dokuwiki-128.png |This is the caption}}
  
 +  {{ wiki:dokuwiki-128.png |This is the caption}}
  
 +For linking an image to another page see [[#Image Links]] above.
  
-===== Listas =====+==== Supported Media Formats ====
  
-Dokuwiki soporta listas ordenadas y desordenadas. Para crear un elemento de lista, indenta tu texto con dos espacios y usa un ''*'' para listas desordenadas o un ''-'' para las listas ordenadas.+DokuWiki can embed the following media formats directly.
  
-  * Esto es una lista +| Image | ''gif'', ''jpg'', ''png''  | 
-  * El segundo elemento +| Video | ''webm'', ''ogv'', ''mp4'' | 
-    * Puedes tener diferentes niveles +| Audio | ''ogg'', ''mp3'', ''wav''  
-  * Otro elemento+| Flash | ''swf''                    |
  
-  - La misma lista pero ordenada +If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
-  - Otro elemento +
-    - Basta con usar sangría para obtener niveles más anidados +
-  - Listo+
  
-<code> +By adding ''?linkonly'' you provide a link to the media without displaying it inline
-  * Esto es una lista +
-  * El segundo elemento +
-    * Puedes tener diferentes niveles +
-  * Otro elemento+
  
-  - La misma lista pero ordenada +  {{wiki:dokuwiki-128.png?linkonly}}
-  - Otro elemento +
-    - Basta con usar indentación para obtener niveles más anidados +
-  - Listo +
-</code>+
  
 +{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
  
 +==== Fallback Formats ====
 +
 +Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
 +
 +For example consider this embedded mp4 video:
 +
 +  {{video.mp4|A funny video}}
 +
 +When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
 +
 +Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
 +
 +===== Lists =====
 +
 +Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
 +
 +  * This is a list
 +  * The second item
 +    * You may have different levels
 +  * Another item
 +
 +  - The same list but ordered
 +  - Another item
 +    - Just use indention for deeper levels
 +  - That's it
 +
 +<code>
 +  * This is a list
 +  * The second item
 +    * You may have different levels
 +  * Another item
 +
 +  - The same list but ordered
 +  - Another item
 +    - Just use indention for deeper levels
 +  - That's it
 +</code>
  
-===== Conversiones de texto =====+Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
-DokuWiki puede convertir ciertos caracteres o cadenas predefinidas en imágenes u otro texto o HTML.+===== Text Conversions =====
  
-La conversión de texto a imagen se realiza principalmente para emoticonos. Y la conversión de texto a HTML se utiliza para sustituciones tipográficas, pero también puede configurarse para usar otro HTML.+DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
  
 +The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
  
-==== Conversiones de texto a imagen ====+==== Text to Image Conversions ====
  
-DokuWiki convierte los [[wpes>Emoticono|emoticonos]] usados habitualmente a sus equivalentes gráficosSe pueden poner más [[es:smileys|emoticonos]] en el directorio ''smiley'' y configurarlos en el fichero ''conf/smileys.conf''. Aquí tienes los Smileys incluidos en DokuWiki.+DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalentsThose [[doku>Smileys]] and other images can be configured and extendedHere is an overview of Smileys included in DokuWiki:
  
   * 8-) %%  8-)  %%   * 8-) %%  8-)  %%
Línea 238: Línea 255:
   * ;-) %%  ;-)  %%   * ;-) %%  ;-)  %%
   * ^_^ %%  ^_^  %%   * ^_^ %%  ^_^  %%
 +  * m(  %%  m(   %%
   * :?: %%  :?:  %%   * :?: %%  :?:  %%
   * :!: %%  :!:  %%   * :!: %%  :!:  %%
Línea 244: Línea 262:
   * DELETEME %% DELETEME %%   * DELETEME %% DELETEME %%
  
-==== Conversiones de texto a HTML ====+==== Text to HTML Conversions ====
  
-Tipografía: [[DokuWiki]] puede convertir caracteres de texto simples a su tipografía correctaAquí tienes un ejemplo de caracteres reconocidos.+Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entitiesHere is an example of recognized characters.
  
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
-"El pensó 'Este es un mundo de hombres'..."+"He thought 'It's a man's world'..."
  
 <code> <code>
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
-"El pensó 'Este es un mundo de hombres'..."+"He thought 'It's a man's world'..."
 </code> </code>
  
-Lo mismo se puede hacer para generar cualquier tipo de HTML, solo hay que añadirlo al [[es:entities|archivo de patrones]]+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
  
-Hay tres excepciones que no provienen de ese archivo de patronesla entidad de multiplicación (640×480), las comillas simples y las comillas doblesEstas conversiones pueden ser deshabilitadas en las [[:config:typography|opciones de configuración]].+There are three exceptions which do not come from that pattern filemultiplication entity (640x480), 'single' and "double quotes"They can be turned off through a [[doku>config:typography|config option]].
  
-===== Citas =====+===== Quoting =====
  
-A veces desea marcar algún texto para indicar que es una respuesta o comentarioPuede usar la siguiente sintaxis:+Some times you want to mark some text to show it's a reply or commentYou can use the following syntax:
  
-  Pienso que deberíamos hacerlo +<code
-   +I think we should do it
-  No deberíamos +
-   +
-  >> Bueno, yo digo que deberíamos +
-   +
-  > En serio? +
-   +
-  >> Si! +
-   +
-  >>> Entonces hagámoslo!+
  
-Pienso que deberíamos hacerlo+> No we shouldn't
  
-No deberíamos+>> Well, I say we should
  
->> Bueno, yo digo que deberíamos+Really?
  
-En serio?+>> Yes!
  
->> Si!+>>> Then lets do it! 
 +</code>
  
->>> Entonces hagámoslo!+I think we should do it
  
-===== Tablas =====+> No we shouldn't
  
-DokuWiki soporta una sintaxis simple para crear tablas. +>> Well, I say we should
  
-^ Encabezado 1   ^ Encabezado 2    ^ Encabezado         ^ +> Really?
-| Fila 1 Col 1   | Fila 1 Col 2    | Fila 1 Col 3       | +
-| Fila 2 Col 1   | una combinación(mira la barra doble)|| +
-| Fila 3 Col 1   | Fila 2 Col 2    | Fila 2 Col 3       |+
  
-Las filas tienen que empezar y terminar con un ''|'' para las filas normales o con un ''^'' para los encabezados.+>> Yes!
  
-  ^ Encabezado 1   ^ Encabezado 2    ^ Encabezado         ^ +>>> Then lets do it!
-  | Fila 1 Col 1   | Fila 1 Col 2    | Fila 1 Col 3       | +
-  | Fila 2 Col 1   | una combinación(mira la barra doble)|| +
-  | Fila 3 Col 1   | Fila 2 Col 2    | Fila 2 Col 3       |+
  
-Para conectar celdas horizontalmente, haz la celda siguiente completamente vacía como se muestra arriba. ¡Asegúrate de tener siempre el mismo número de separadores de celda!+===== Tables =====
  
-Los encabezados verticales también son posibles.+DokuWiki supports a simple syntax to create tables.
  
-|              Encabezado         Encabezado 2       ^ +Heading      Heading 2       Heading          ^ 
-^ Encabezado 3 | Fila 1 Col 2         Fila 1 Col 3       +Row 1 Col 1    | Row 1 Col 2     Row 1 Col 3        
-^ Encabezado 4 Sin combinación ahora                   +Row 2 Col 1    | some colspan (note the double pipe) || 
-^ Encabezado 5 Fila 2 Columna 2     Fila 2 Columna   |+Row 3 Col 1    | Row 3 Col 2     Row 3 Col        |
  
-Como puedes ver, el separador de celda antes de una celda es quien decide cómo es el formato:+Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
  
-  |              Encabezado         Encabezado 2       ^ +  ^ Heading      Heading 2       ^ Heading 3          
-  ^ Encabezado 3 Fila 1 Col 2         Fila 1 Col 3       +  | Row 1 Col 1    | Row 1 Col 2     Row 1 Col 3        
-  ^ Encabezado 4 Sin combinación ahora                   +  | Row 2 Col 1    | some colspan (note the double pipe) || 
-  ^ Encabezado 5 Fila 2 Columna 2     Fila 2 Columna   |+  | Row 3 Col 1    | Row 3 Col 2     Row 3 Col        |
  
-Puedes combinar celdas verticalmente (rowspans) añadiendo '':::'' en las celdas debajo de la que deseas combinar.+To connect cells horizontally, just make the next cell completely empty as shown aboveBe sure to have always the same amount of cell separators!
  
-^Encabezado 1         ^Encabezado 2                        ^Encabezado 3       ^ +Vertical tableheaders are possible, too.
-|Fila 1 Columna 1     |Esta celda se combina verticalmente |Fila 1 Columna 3   | +
-|Fila 2 Columna 1     |:::                                 |Fila 2 Columna 3   | +
-|Fila 3 Columna 1     |:::                                 |Fila 2 Columna 3   |+
  
-<code> +|              Heading            Heading          ^ 
-^Encabezado         ^Encabezado                        ^Encabezado       ^ +^ Heading    Row Col 2          Row Col        
-|Fila Columna 1     |Esta celda se combina verticalmente |Fila Columna   +^ Heading 4    no colspan this time                    
-|Fila 2 Columna 1     |:::                                 |Fila 2 Columna 3   +^ Heading 5    Row 2 Col 2          Row Col        |
-|Fila 3 Columna 1     |:::                                 |Fila Columna   | +
-</code>+
  
 +As you can see, it's the cell separator before a cell which decides about the formatting:
  
-También puedes alinear los contenidos de la tabla. Basta con añadir al menos dos espacios en blanco en el lado opuesto de tu texto: Añade dos espacios a la izquierda para alinear a la derecha, dos espacios a la derecha para alinear a la izquierda y dos espacios en cada extremo para obtener texto centrado.+  |              ^ Heading 1            ^ Heading 2          ^ 
 +  ^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
 +  ^ Heading 4    | no colspan this time |                    | 
 +  ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-^           Tabla con alineamiento         ^^^ +You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect. 
-      derecha|    centro    |izquierda     + 
-|izquierda           derecha|    centro    |+^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
 +| Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
 +| Row 2 Col 1    | :::                        | Row 2 Col 3        | 
 +| Row 3 Col 1    | :::                        | Row 2 Col 3        | 
 + 
 +Apart from the rowspan syntax those cells should not contain anything else. 
 + 
 +  ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
 +  | Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
 +  | Row 2 Col 1    | :::                        | Row 2 Col 3        | 
 +  | Row 3 Col 1    | :::                        | Row 2 Col 3        | 
 + 
 +You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text. 
 + 
 +^           Table with alignment           ^^^ 
 +        right|    center    |left          
 +|left                  right|    center    |
 | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-Así es como aparece en el fuente:+This is how it looks in the source:
  
-  ^           Tabla con alineamiento         ^^^ +  ^           Table with alignment           ^^^ 
-  |       derecha|    centro    |izquierda     +  |         right|    center    |left          
-  |izquierda           derecha|    centro    |+  |left                  right|    center    |
   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
 +Note: Vertical alignment is not supported.
 +
 +===== No Formatting =====
 +
 +If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
 +
 +<nowiki>
 +This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
 +</nowiki>
 +The same is true for %%//__this__ text// with a smiley ;-)%%.
 +
 +  <nowiki>
 +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
 +  </nowiki>
 +  The same is true for %%//__this__ text// with a smiley ;-)%%.
 +
 +===== Code Blocks =====
  
-===== Bloques no analizados =====+You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
  
-Puedes incluir  en tus documentos bloques sin analizar de varias maneras: +  This is text is indented by two spaces.
-  * Indentando con al menos dos espacios (como se usa en los ejemplos a lo largo de toda esta página)  +
-  * Usando las etiquetas ''code'' o ''file''.+
  
-  Esto es texto no analizado que se hizo indentando con dos espacios. 
 <code> <code>
-Esto se hizo con etiquetas code. Los espacios se preservancomo         <-este+This is preformatted code all spaces are preservedlike              <-this
 </code> </code>
  
 <file> <file>
-Esto con etiquetas file. Se usa para indicar que estás mostrando un fichero.  +This is pretty much the same, but you could use it to show that you quoted a file.
 </file> </file>
  
-Para que el analizador ignore por completo una zona (es decir, no le aplique ningún formato), encierra el área entre etiquetas ''nowiki'' o, incluso más simple, con signos de porcentaje duplicados ''<nowiki>%%</nowiki>''.+Those blocks were created by this source:
  
-<nowiki+    This is text is indented by two spaces. 
-Esto es un texto que contiene direcciones como ésta: http://www.splitbrain.org y **formatos**pero no se hace nada con ellos+ 
-</nowiki>+  <code
 +  This is preformatted code all spaces are preservedlike              <-this 
 +  </code> 
 + 
 +  <file> 
 +  This is pretty much the samebut you could use it to show that you quoted a file
 +  </file>
  
-Echa un vistazo al fuente de esta página para ver cómo usar estos bloques. +==== Syntax Highlighting ====
-===== Resaltado de Sintaxis =====+
  
-[[DokuWiki]] puede resaltar el código fuenteque lo hace más sencillo de leerUsa [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- por lo que cualquier lenguaje soportado por GeSHi es soportadoLa sintaxis es muy parecida a la del bloque de código de la sección anteriorpero esta vez el nombre del lenguaje utilizado se inserta dentro de la etiquetaPor ejemplo ''<nowiki><code java></nowiki>''.+[[wiki:DokuWiki]] can highlight sourcecodewhich makes it easier to readIt uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supportedThe syntax uses the same code and file blocks described in the previous sectionbut this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
  
 <code java> <code java>
-/** +/**
  * The HelloWorldApp class implements an application that  * The HelloWorldApp class implements an application that
  * simply displays "Hello World!" to the standard output.  * simply displays "Hello World!" to the standard output.
Línea 383: Línea 421:
 class HelloWorldApp { class HelloWorldApp {
     public static void main(String[] args) {     public static void main(String[] args) {
-        System.out.println("hola mundo"); //Display the string.+        System.out.println("Hello World!"); //Display the string.
     }     }
 } }
 </code> </code>
  
-Los lenguajes siguientes son reconocidos actualmente: //actionscript, actionscript-french, adaapacheapplescriptasmaspautoitbashblitzbasiccaddclcadlisp, c, c_mac, cfmcppcsharpcssdelphidiff, d, divdoseiffelfreebasicgmlgroovyhtml4strictiniinno, java, java5javascriptlispluamatlabmpasmmysqlnsisobjc, ocaml, ocaml-briefoobasoracle8pascalperlphp-briefphppythonqbasicschemesdlbasicsmalltalksmartysqltcltexttsql, reg, robots, ruby, vb, vbnet, vhdlvisualfoxprowinbatchxml//+The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
  
-===== Agregar fuentes RSS/ATOM ===== +There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlightingsuch as highlighting lines or adding line numbers.
-DokuWiki puede integrar información de fuentes XML externas. Para procesar las fuentes XML, se ocupa [[http://simplepie.org/|SimplePie]]. Todos los formatos entendidos por SimplePiepueden usarse también en DocuWikiSe puede afectar el despliegue por medio de varios parámetros separados por espacios:+
  
-^ Parámetro         ^ Descripción                                                                                           ^ +==== Downloadable Code Blocks ====
-| cualquier número  | número de artículos a mostrar como máximo; por omisión, 8                                             | +
-| reverse           | mostrar los últimos artículos al principio                                                            | +
-| author            | mostrar los nombres de los autores de los artículos                                                   | +
-| date              | mostrar las fechas de los artículos                                                                   | +
-| description       | mostrar las descripciones de los artículos. Si el HTML está deshabilitado, toda etiqueta se rasurará +
-| //n//[dhm]        | periodo de actualización, donde d=días, h=horas, m=minutos. (ej. 12h 12 horas).                     |+
  
-El periodo de actualización por omisión es de 4 horasCualquier valor menor 10 minutos será tratado como 10 minutos. DokuWiki generalmente tratará de entregar una versión en caché de la página; obviamente esto no es apropiado cuando la página incluye contenido dinámico externo. El parámetro le dice a DokuWiki que regenere la página si hace más de //periodo de actualización// desde que la página se generó por última vez.+When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as wellYou can do this by specifying file name after language code like this:
  
-**Ejemplo:**+<code> 
 +<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file> 
 +</code>
  
-  {{rss>http://barrapunto.com/index.rss 10 author date 2h }}+<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file>
  
-{{rss>http://barrapunto.com/index.rss 10 author date 2h }} +If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code''%%<code - myfile.foo>%%''.
-===== Incrustar HTML y PHP =====+
  
-Puedes incrustar código HTML o PHP puro en tus documentos usando las etiquetas ''html'' o ''php'' de este modo: +===== RSS/ATOM Feed Aggregation ===== 
-<code> +[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
-<html> +
-Esto es <font color="red" size="+1">HTML</font> +
-</html> +
-</code>+
  
-<html> +^ Parameter  ^ Description ^ 
-Esto es <font color="red" size="+1">HTML</font> +| any number | will be used as maximum number items to show, defaults to 8 | 
-</html>+| reverse    | display the last items in the feed first | 
 +| author     | show item authors names | 
 +| date       | show item dates | 
 +| description| show the item description. All HTML tags will be stripped | 
 +| nosort     | do not sort the items in the feed | 
 +//n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
  
-<code> +The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external contentThe parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
-<php> +
-echo 'Un logo generado por PHP:'; +
-echo '<img src="' $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; +
-</php> +
-</code>+
  
-<php> +By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
-echo 'Un logo generado por PHP:'+
-echo '<img src=". $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; +
-</php>+
  
-**Por favor observa**: La inclusión de HTML y PHP se encuentra deshabilitada predeterminadamente en la configuración. Si se encuentra deshabilitado, el código se muestra en lugar de ejecutarse.+**Example:**
  
 +  {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
 +{{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
-===== Macros de Control ===== 
  
-Algunas expresiones afectan la manera en que DokuWiki despliega una página, sin producir una salida //per se//. Se cuenta con las siguientes macros de control:+===== Control Macros =====
  
-^ Macro           ^ Descripción | +Some syntax influences how DokuWiki renders a page without creating any output it selfThe following control macros are availble:
-| %%~~NOTOC~~%%   | Si ésta macro se encuentra en la página, no se generará una tabla de contenidos | +
-| %%~~NOCACHE~~%% | DokuWiki, por omisión, hace un caché de todo lo que despliegaA veces esto no es deseable (por ejemplo, cuando se usa la sintaxis %%<php>%% descrita arriba); añadir esta macro forzará a DokuWiki a regenerar la página cada vez que sea solicitada |+
  
-===== Complementos de sintaxis =====+^ Macro           ^ Description | 
 +| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | 
 +| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
  
-La sintaxis de DokuWiki puede ampliarse mediante [[doku>es:plugins|complementos]]. El uso de los complementos instalados se describe en sus respectivas páginas de documentación. Los siguientes complementos de sintaxis están disponibles en esta instalación específica de DokuWiki:+===== Syntax Plugins =====
  
-~~INFO:syntaxplugins~~+DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
  
 +~~INFO:syntaxplugins~~
  
wiki/syntax.1776866658.txt.gz · Última modificación: por erikhromek

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki