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 anterior Revisión previa
Próxima revisión
Revisión previa
wiki:syntax [11/08/2008 21:03]
Davide
wiki:syntax [26/12/2014 20:36] (actual)
Línea 1: Línea 1:
-====== ​Sintaxis de Formato ​======+====== ​Formatting Syntax ​======
  
-[[wiki:DokuWiki]] ​soporta un lenguaje de marcas ​simple, ​que intenta hacer los ficheros de datos tan legibles como sea posibleEsta página contiene todas las posibles opciones que puedes usar la hora de editar las páginasSimplementeobserva el código de esta página pulsando sobre //Editar esta página// en la parte superior y en la parte inferior de la página. Si quieres intentar algo, usa la página de [[playground:​playground|pruebas]]. Las marcas más simples también se encuentran accesibles mediante ​[[doku>​quickbuttons]].+[[doku>DokuWiki]] ​supports some simple ​markup languagewhich tries to make the datafiles to be as readable as possibleThis page contains all possible syntax you may use when editing the pages. Simply 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> ​<sup>superíndices</​sup>​.+You can use <sub>subscript</​sub> ​and <sup>superscript</​sup>​, too.
  
-  ​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 mark something as <del>deleted</​del> ​as well.
  
-  ​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 blancoSi quieres ​**forzar un salto de línea** sin un párrafopuedes usar dos barras invertidas seguidas por un espacio en blanco o el final de la línea.+**Paragraphs** are created from blank linesIf you want to **force a newline** without a paragraphyou can use two backslashes followed by a whitespace or the end of line.
  
-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.
  
-  ​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.+You should use forced newlines only if really needed.
  
-===== Enlaces ​=====+===== Links =====
  
-DokuWiki ​soporta múltiples formas de crear enlaces.+DokuWiki ​supports multiple ways of creating links.
  
 +==== External ====
  
-==== Externos ====+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: <​[email protected]>​ are recognized, too.
  
-Los enlaces externos se reconocen automágicamente: 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: <​[email protected]> ​también son reconocidas.+  DokuWiki supports multiple ways of creating links. External links are recognized 
 +  automagically: http://​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: <​[email protected]> ​are recognized, too.
  
-  Docuwiki soporta múltiples formas de crear enlaces. Los enlaces externos se reconocen  +==== Internal ====
-  automágicamente:​ 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: <​[email protected]>​  +
-  también son reconocidas.+
  
-==== 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 crear mediante corchetesPuedes tanto simplemente usar [[doku>​wiki:​pagename]] ​como usar el extendido[[doku>​wiki:​pagename|Texto de título]]. Los nombres de páginas wiki son convertidos a minúsculas automáticamente y no se permiten caracteres especiales.+  Internal links are created by using square bracketsYou 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>wiki:​pagename]]  +[[doku>​pagename|Wiki pagenames]] are converted to lowercase automatically,​ special characters are not allowed.
-  como usar el extendido[[doku>​wiki:​pagename|Texto de título]]. Los nombres de páginas wiki son convertidos +
-  a minúsculas automáticamente y no se permiten caracteres especiales. +
-   +
-Puedes usar [[wiki:​namespaces]] mediante dos puntos en el nombre de la página.+
  
-  Puedes usar [[wiki:​namespaces]] ​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>​wiki:​namespaces]].+  You can use [[some:​namespaces]] ​by using a colon in the pagename.
  
-Es también posible enlazar con una sección específica. Basta con añadir el nombre de sección detrás de una almohadilla,​ como se hace en HTML. Esto enlaza a [[syntax#​internos|Esta sección]].+For details about namespaces see [[doku>​namespaces]].
  
-  Esto enlaza ​a [[syntax#internos|Esta sección]].+Linking to specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
  
-Notas:+  This links to [[syntax#​internal|this Section]].
  
-  ​Los enlaces a [[wiki:syntax|páginas existentes]] se muestran de forma diferente ​los [[wiki:no existentes]]. +Notes: 
-  * DokuWiki ​no utiliza ​[[wp>​CamelCase]] ​para crear enlaces automáticamente por defectopero este comportamiento puede ser habilitado en el fichero ​[[doku>​config]]. ​TrucoSi DokuWiki ​es un enlaceentonces está habilitado+ 
-  * Cuando se cambia el encabezamiento de una secciónsu bookmark ​también cambiaAsí que no dependas demasiado del enlace de secciones.+  ​Links to [[syntax|existing pages]] are shown in different style from [[nonexisting]] ones
 +  * 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
 +  * When a section'​s heading is changedits bookmark ​changes, tooSo don't rely on section linking too much.
  
 ==== Interwiki ==== ==== Interwiki ====
  
-DokuWiki ​permite enlaces ​[[doku>wiki:​interwiki]]. Estos son enlaces rápidos a otros Wikis. ​Por ejemplo, esto es un enlace ​la página de la Wikipedia ​sobre Wikis: [[wp>​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>wiki:​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 de la Wikipedia ​sobre Wikis: [[wp>​Wiki]].+  ​For example this is link to Wikipedia's page about Wikis: [[wp>​Wiki]].
  
-==== Recursos compartidas 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:+Notes:
  
-  * Por motivos de seguridad, la navegación directa por recursos compartidos solamente funciona en Microsoft Internet Explorer. +  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer ​per default (and only in the "local zone")
-  * Para Mozilla and 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. +  * 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 ShareTo remove this warning (for all users), put the following line in ''​conf/​userscript.js'':​
-  * Ver [[bug>​151]] para más información.+
  
 +  LANG.nosmblinks = '';​
  
-==== Enlaces imagen ​====+==== Image Links ====
  
-También puedes usar una imagen como enlace a otra página externa o interna combinando la sintaxis de enlaces e imágenes ​(ver abajoasí:+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:
  
   [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]   [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]
Línea 97: Línea 96:
 [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]] [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]
  
-Por favor, advierteel formato de imagen es la única sintaxis de formato aceptada en los nombres de enlace.+Please noteThe image formatting is the only formatting syntax accepted in link names.
  
-La sintaxis completa de [[#imagenes_y_otros_ficheros|imagen]] [[#enlaces|enlace]] es soportada ​(incluyendo @todo, imágenes internas y externas, URLs y enlaces ​interwiki)+The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported ​(including image resizinginternal and external images and URLs and interwiki ​links).
  
-@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).+===== Footnotes =====
  
-===== Notas al pie =====+You can add footnotes ((This is a footnote)) by using double parentheses.
  
-Puedes añadir notas al pie ((Esto es una nota al pie)) usando paréntesis dobles.+  You can add footnotes ​((This is a footnote)) by using double parentheses.
  
-  Puedes añadir notas al pie ((Esto es una nota al pie)) usando paréntesis dobles.+===== Sectioning =====
  
-===== Secciones =====+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.
  
-Puedes usar hasta cinco niveles de encabezado distintos para estructurar tus contenidos. 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.+==== Headline Level 3 ==== 
 +=== Headline Level 4 === 
 +== Headline Level 5 ==
  
-==== Titular Nivel 3 ==== +  ​==== Headline Level 3 ==== 
-=== Titular Nivel 4 === +  === Headline Level 4 === 
-== Titular Nivel 5 ==+  == Headline Level 5 ==
  
-  ==== Titular Nivel 3 ==== +By using four or more dashesyou can make a horizontal ​line:
-  === Titular Nivel 4 === +
-  == Titular Nivel 5 == +
- +
-Usando cuatro o más guionespuedes hacer una línea ​horizontal:+
  
 ---- ----
  
-===== Imágenes y otros ficheros ​=====+===== Images and Other Files ===== 
 + 
 +You can include external and internal [[doku>​images]] with curly brackets. Optionally you can specify the size of them.
  
-Puedes incluir [[doku>​images|imágenes]] externas e internas usando llaves. De manera opcional, puede especificar sus tamaños.+Real size:                        {{wiki:​dokuwiki-128.png}}
  
-Tamaño real                       {{wiki:​dokuwiki-128.png}}+Resize to given width           {{wiki:​dokuwiki-128.png?50}}
  
-Redimensionando el ancho          ​{{wiki:​dokuwiki-128.png?​50}}+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 altura y ancho    ​{{wiki:dokuwiki-128.png?200x50}}+Resized external image          ​{{http://de3.php.net/​images/​php.gif?200x50}}
  
-Imagen externa redimensionada     {{http://​de3.php.net/​images/​php.gif?​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: ​          {{http://​de3.php.net/​images/​php.gif?​200x50}}
  
-  Tamaño real:                      {{wiki:​dokuwiki-128.png}} 
-  Redimensionando la anchura: ​      ​{{wiki:​dokuwiki-128.png?​50}} 
-  Redimensionando altura y anchura: {{wiki:​dokuwiki-128.png?​200x50}} 
-  Imagen externa redimensionada: ​   {{http://​de3.php.net/​images/​php.gif?​200x50}} 
  
-Usando espacios en blanco a derecha o izquierda puedes escoger el alineamiento:​+By using left or right whitespaces you can choose the alignment.
  
 {{ wiki:​dokuwiki-128.png}} {{ wiki:​dokuwiki-128.png}}
Línea 154: Línea 152:
   {{ 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).+Of courseyou can add a title (displayed as a tooltip ​by most browsers), too.
  
-{{ wiki:​dokuwiki-128.png |Este es el título}}+{{ wiki:​dokuwiki-128.png |This is the caption}}
  
-  {{ wiki:​dokuwiki-128.png |Este es el título}}+  {{ wiki:​dokuwiki-128.png |This is the caption}}
  
-Si especificas un nombre de fichero ​(externo o internoque no es una imagen ​(''​gif,​jpeg,​png''​), ​entonces será mostrado como un enlace.+If you specify a filename ​(external or internalthat is not an image (''​gif,​ jpeg, png''​), ​then it will be displayed as a link instead.
  
-Para enlazar una imagen a otra página ver mas arriba en [[#Enlaces imagen]].+For linking an image to another page see [[#Image Links]] above.
  
 +===== Lists =====
  
-===== Listas =====+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.
  
-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.+  ​This is a list 
 +  * The second item 
 +    * You may have different levels 
 +  * Another item
  
-  ​* Esto es una lista +  - The same list but ordered 
-  * El segundo elemento +  - Another item 
-    * Puedes tener diferentes niveles +    - Just use indention for deeper levels 
-  * Otro elemento +  - That's it
- +
-  ​La misma lista pero ordenada +
-  - Otro elemento +
-    - Basta con usar indentación para obtener niveles más anidados +
-  - Eso es+
  
 <​code>​ <​code>​
-  * Esto es una lista +  * This is a list 
-  * El segundo elemento +  * The second item 
-    * Puedes tener diferentes niveles +    * You may have different levels 
-  * Otro elemento+  * Another item
  
-  - La misma lista pero ordenada +  - The same list but ordered 
-  - Otro elemento +  - Another item 
-    - Basta con usar indentación para obtener niveles más anidados +    - Just use indention for deeper levels 
-  - Eso es+  - That's it
 </​code>​ </​code>​
  
 +Also take a look at the [[doku>​faq:​lists|FAQ on list items]].
  
 +===== Text Conversions =====
  
 +DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
  
-===== Smileys =====+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.
  
-DokuWiki ​convierte los [[wp>​emoticon|emoticonos]] usados habitualmente a sus equivalentes gráficosSe pueden poner más smileys en el directorio ''​smiley''​ y configurarlos en el fichero ''​conf/​smileys.conf''​. Aquí tienes los Smileys ​incluidos en DokuWiki.+==== Text to Image Conversions ==== 
 + 
 +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 219: Línea 221:
   * DELETEME %% DELETEME %%   * DELETEME %% DELETEME %%
  
-===== Typografía =====+==== Text to HTML Conversions ​====
  
-[[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ó ​'​It'​s a man's world'​..."​+"He thought ​'​It'​s a man's world'​..."​
  
 <​code>​ <​code>​
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
-"El pensó ​'​It'​s a man's world'​..."​+"He thought ​'​It'​s a man's world'​..."​
 </​code>​ </​code>​
  
-Por favoradvierte: Estas conversiones pueden ser deshabilitadas en las opciones de configuración.+The same can be done to produce any kind of HTMLit just needs to be added to the [[doku>​entities|pattern file]].
  
-===== Comentarios =====+There are three exceptions which do not come from that pattern file: multiplication entity (640x480), '​single'​ and "​double quotes"​. They can be turned off through a [[doku>​config:​typography|config option]].
  
-A veces desea marcar algún texto para indicar una respuesta o comentario. Puede usar la siguiente sintaxis:+===== Quoting =====
  
-  Pienso que deberíamos hacerlo+Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: 
 + 
 +  I think we should do it
   ​   ​
-  > No deberíamos+  > No we shouldn'​t
   ​   ​
-  >> ​Buenoyo digo que deberíamos+  >> ​WellI say we should
   ​   ​
-  > En serio?+  > Really?
   ​   ​
-  >> ​Si!+  >> ​Yes!
   ​   ​
-  >>> ​Entonces hagámoslo!+  >>> ​Then lets do it!
  
-Pienso que deberíamos hacerlo+I think we should do it
  
-> No deberíamos+> No we shouldn'​t
  
->> ​Buenoyo digo que deberíamos+>> ​WellI say we should
  
-En serio?+Really?
  
->> ​Si!+>> ​Yes!
  
->>> ​Entonces hagámoslo!+>>> ​Then lets do it!
  
-===== Tablas ​=====+===== Tables ​=====
  
-DokuWiki ​soporta una sintaxis ​simple ​para crear tablas+DokuWiki ​supports a simple ​syntax to create tables.
  
-Encabezado ​  ​Encabezado ​   Encabezado ​        +Heading ​     Heading ​      ​Heading 3          ​
-Fila 1 Col 1   ​Fila 1 Col 2    Fila 1 Col 3       ​+Row 1 Col 1    Row 1 Col 2     ​Row 1 Col 3        
-Fila 2 Col 1   ​una combinación(mira la barra doble)|| +Row 2 Col 1    some colspan ​(note the double pipe) || 
-Fila 3 Col 1   ​Fila 2 Col 2    Fila 2 Col 3       ​|+Row 3 Col 1    Row 3 Col 2     ​Row 3 Col 3        |
  
-Las filas tienen que empezar y terminar con un ''​|'' ​para las filas normales o con un ''​^'' ​para los encabezados.+Table rows have to start and end with a ''​|'' ​for normal rows or a ''​^'' ​for headers.
  
-  ^ Encabezado ​  ​Encabezado ​   Encabezado ​        +  ^ Heading ​     Heading ​      ​Heading 3          ​
-  | Fila 1 Col 1   ​Fila 1 Col 2    Fila 1 Col 3       ​+  | Row 1 Col 1    Row 1 Col 2     ​Row 1 Col 3        
-  | Fila 2 Col 1   ​una combinación(mira la barra doble)|| +  | Row 2 Col 1    some colspan ​(note the double pipe) || 
-  | Fila 3 Col 1   ​Fila 2 Col 2    Fila 2 Col 3       ​|+  | Row 3 Col 1    Row 3 Col 2     ​Row 3 Col 3        |
  
-Para conectar celdas horizontalmentehaz la celda siguiente completamente vacía como se muestra arriba¡Asegúrate de tener siempre el mismo número de separadores de celda!+To connect cells horizontallyjust make the next cell completely empty as shown aboveBe sure to have always the same amount of cell separators!
  
-Los encabezados verticales también son posibles.+Vertical tableheaders are possible, too.
  
-|              ^ Encabezado ​        ​Encabezado ​      ​+|              ^ Heading ​           Heading ​         
-Encabezado ​3 | Fila 1 Col 2         ​Fila 1 Col 3       ​+Heading ​   Row 1 Col 2          Row 1 Col 3        
-Encabezado ​4 | Sin combinación ahora|                    | +Heading ​   no colspan this time |                    | 
-Encabezado ​5 | Fila Columna ​    ​Fila Columna ​  ​|+Heading ​   Row Col          Row Col        |
  
-Como puedes verel separador de celda antes de una celda es quien decide cómo es el formato:+As you can seeit's the cell separator before a cell which decides about the formatting:
  
-  |              ^ Encabezado ​        ​Encabezado ​      ​+  |              ^ Heading ​           Heading ​         
-  ^ Encabezado ​3 | Fila 1 Col 2         ​Fila 1 Col 3       ​+  ^ Heading ​   Row 1 Col 2          Row 1 Col 3        
-  ^ Encabezado ​4 | Sin combinación ahora|                    | +  ^ Heading ​   no colspan this time |                    | 
-  ^ Encabezado ​5 | Fila Columna ​    ​Fila Columna ​  ​|+  ^ Heading ​   Row Col          Row Col        |
  
-Nota: No son posibles las combinaciones verticales ​(de filas).+You can have rowspans ​(vertically connected cellsby adding '':::''​ into the cells below the one to which they should connect.
  
-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 textoAñ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 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        |
  
-^           Tabla con alineamiento ​        ^^^ +Apart from the rowspan syntax those cells should not contain anything else. 
-      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        | 
 + 
 +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 |
  
-===== Bloques no analizados ​=====+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 ===== 
 + 
 +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 bloques sin analizar en tus documentos tanto indentando con al menos dos espacios (como se ha usado en los ejemplos anteriores) o usando las etiquetas ''​code''​ or ''​file''​.+  This is text is indented by two spaces.
  
 <​code>​ <​code>​
-Esto es código preformateado,​ todos los espacios se preservancomo              <-este+This is preformatted code all spaces are preservedlike              <-this
 </​code>​ </​code>​
  
 <​file>​ <​file>​
-Esto es muy parecidopero podrías usarlo para indicar que estás mostrando un fichero +This is pretty much the samebut 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 tanto con 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>​+
  
-Echa un vistazo al fuente de esta página para ver cómo usar estos bloques.+  <​code>​ 
 +  This is preformatted code all spaces are preserved: like              <-this 
 +  </​code>​
  
-===== Resaltado de Sintaxis =====+  <​file>​ 
 +  This is pretty much the same, but you could use it to show that you quoted a file. 
 +  </​file>​
  
-[[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 ej. ''<​nowiki><​code java></​nowiki>''​.+==== Syntax Highlighting ==== 
 + 
 +[[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 section, but this time the name of the language syntax to be highlighted is included inside the tage.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 345: Línea 383:
 </​code>​ </​code>​
  
-Los lenguajes siguientes son reconocidos actualmente: //actionscript, actionscript-french,​ ada, apache, applescript,​ asm, asp, autoit, bash, blitzbasic, ​caddclcadlisp, c, c_mac, cfm, cpp, csharp, css, delphi, diff, d, div, dos, eiffel, freebasic, gml, groovy, ​html4strict, ini, inno, java, java5, javascript, lisp, lua, matlab, mpasm, mysql, nsis, objc, ocaml, ocaml-brief,​ oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, tsql, regrobotsrubyvb, vbnet, vhdl, visualfoxpro,​ winbatch, xml//+The following language strings are currently recognized: //4cs, 6502acme, 6502kickass,​ 6502tasm, 68000devpac,​ abap, actionscript-french, actionscript,​ actionscript3, ada, algol68, apache, applescript,​ asm, asp, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, ​bnfboo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcs, delphi, diff, div, dos, dot, e, epc, ecmascript, eiffel, email, erlang, euphoria, f1, falcon, fo, fortran, freebasic, fsharp, gambas, genero, genie, gdb, glsl, gml, gnuplot, go, groovy, ​gettext, gwbasic, haskell, hicest, hq9plus, html, html5, icon, idl, ini, inno, intercal, io, j, java5, java, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas,​ lotusscript,​ lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, newlisp, nsis, oberon2, objc, objeck, ocaml-brief, ocaml, oobas, oracle8, oracle11, oxygene, oz, pascal, pcre, perl, perl6, per, pf, php-brief, php, pike, pic16, pixelbender,​ pli, plsql, postgresql, povray, powerbuilder,​ powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, python, q, qbasic, rails, rebol, reg, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscriptuniconuscriptvala, vbnet, vb, verilog, vhdl, vim, visualfoxpro, visualprolog,​ whitespace, winbatch, whois, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic// 
 + 
 +==== Downloadable Code Blocks ==== 
 + 
 +When you use the ''​%%<​code>​%%''​ or ''​%%<​file>​%%''​ syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this: 
 + 
 +<​code>​ 
 +<file php myexample.php>​ 
 +<?php echo "hello world!";​ ?> 
 +</​file>​ 
 +</​code>​ 
 + 
 +<file php myexample.php>​ 
 +<?php echo "hello world!";​ ?> 
 +</​file>​ 
 + 
 +If you don't want any highlighting but want a downloadable file, specify a dash (''​-''​) as the language code: ''​%%<​code - myfile.foo>​%%''​. 
  
 ===== Embedding HTML and PHP ===== ===== Embedding HTML and PHP =====
  
-Puedes incrustar código ​HTML PHP puro en tus documentos usando las etiquetas ​''​html'' ​''​php'' ​de este modo:+You can embed raw HTML or PHP code into your documents by using the ''​%%<html>%%'' ​or ''​%%<php>%%'' ​tags. (Use uppercase tags if you need to enclose block level elements.) 
 + 
 +HTML example: 
 <​code>​ <​code>​
 <​html>​ <​html>​
-Esto es <font color="red" ​size="+1">​HTML</​font>+This is some <span style="color:red;font-size:150%;">inline ​HTML</span>
 </​html>​ </​html>​
 +<​HTML>​
 +<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​
 +</​HTML>​
 </​code>​ </​code>​
  
 <​html>​ <​html>​
-Esto es <font color="red" ​size="+1">​HTML</​font>+This is some <span style="color:red;font-size:150%;">inline ​HTML</span>
 </​html>​ </​html>​
 +<​HTML>​
 +<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​
 +</​HTML>​
 +
 +PHP example:
  
 <​code>​ <​code>​
 <php> <php>
-echo 'Un logo generado por PHP:';+echo 'logo generated by PHP:';
 echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" />';​ echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" />';​
 +echo '​(generated inline HTML)';​
 </​php>​ </​php>​
 +<PHP>
 +echo '<​table class="​inline"><​tr><​td>​The same, but inside a block level element:</​td>';​
 +echo '<​td><​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" /></​td>';​
 +echo '</​tr></​table>';​
 +</​PHP>​
 </​code>​ </​code>​
  
 <php> <php>
-echo 'Un logo generado por PHP:';+echo 'logo generated by PHP:';
 echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" />';​ echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" />';​
 +echo '​(inline HTML)';​
 </​php>​ </​php>​
 +<PHP>
 +echo '<​table class="​inline"><​tr><​td>​The same, but inside a block level element:</​td>';​
 +echo '<​td><​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" /></​td>';​
 +echo '</​tr></​table>';​
 +</​PHP>​
  
-**Por favor observa**: La inclusión de HTML PHP se encuentra deshabilitada predeterminadamente en la configuraciónSi se encuentra deshabilitadoel código se muestra en lugar de ejecutarse.+**Please Note**: HTML and PHP embedding is disabled by default in the configurationIf disabledthe code is displayed instead of executed.
  
-===== Plugins de Sintaxis ​=====+===== RSS/ATOM Feed Aggregation ​===== 
 +[[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:
  
-La sintaxis de DokuWiki puede extenderse con [[doku>​wiki:​plugins|Plugins]]. ​Como se usan los plugin instalados se describe en sus correspondientes páginas descriptivasLos siguientes ​plugins ​de sintaxis están disponibles en esta particular ​instalación de DokuWiki:+^ Parameter ​ ^ Description ^ 
 +| any number | will be used as maximum number items to show, defaults to 8 | 
 +| reverse ​   | display the last items in the feed first | 
 +| author ​    | show item authors names | 
 +| date       | show item dates | 
 +| description| show the item description. If [[doku>config:​htmlok|HTML]] is disabled all tags will be stripped | 
 +| //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | 
 + 
 +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 content. The parameter tells [[wiki:​DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered. 
 + 
 +**Example:​** 
 + 
 +  {{rss>​http://​slashdot.org/​index.rss 5 author date 1h }} 
 + 
 +{{rss>​http://​slashdot.org/​index.rss 5 author date 1h }} 
 + 
 + 
 +===== Control Macros ===== 
 + 
 +Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble: 
 + 
 +^ 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 | 
 + 
 +===== Syntax Plugins ===== 
 + 
 +DokuWiki'​s syntax can be extended by [[doku>plugins|Plugins]]. ​How the installed plugins are used is described on their appropriate description pagesThe following syntax ​plugins ​are available in this particular DokuWiki ​installation:
  
 ~~INFO:​syntaxplugins~~ ~~INFO:​syntaxplugins~~
 +
wiki/syntax.1218481426.txt.gz · Última modificación: 26/12/2014 20:36 (editor externo)