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

Próxima revisión
Revisión previa
wiki:syntax [11/08/2008 15:58]
127.0.0.1 editor externo
wiki:syntax [13/09/2012 16:16]
Davide [Plugins de Sintaxis]
Línea 1: Línea 1:
-====== ​Formatting Syntax ​======+====== ​Sintaxis de Formato ​======
  
-[[wiki: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 pagesSimply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the pageIf you want to try somethingjust use the [[playground:​playground|playground]] pageThe simpler markup is easily accessible via [[doku>wiki:​quickbuttons|quickbuttons]], too.+[[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 a la hora de editar las páginasSimplemente,​ observa 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áginaSi quieres intentar algousa la página de [[playground:​playground|pruebas]]. Las marcas más simples también se encuentran accesibles mediante ​[[doku>toolbar]].
  
-===== Basic text formatting ​=====+===== Formato básico de texto =====
  
-DokuWiki ​supports ​**bold**, //italic//, __underlined__ and ''​monospaced'' ​textsOf course you can **__//''​combine''//​__** ​all these.+DokuWiki ​soporta ​**negritas**, //cursivas//, __subrayados__ y texto ''​monoespaciado''​. ​Por supuesto, puedes ​**__//''​combinarlos''//​__** ​todos.
  
-  DokuWiki ​supports ​**bold**, //italic//, __underlined__ and ''​monospaced'' ​texts+  DokuWiki ​soporta ​**negritas**, //cursivas//, __subrayados__ y texto ''​monoespaciado''​.  
-  ​Of course you can **__//''​combine''//​__** ​all these.+  ​Por supuesto, puedes ​**__//''​combinarlos''//​__** ​todos.
  
-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.+  ​También puedes usar <sub>subíndices</​sub> ​<sup>superíndices</​sup>​.
  
-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.+  ​Del mismo modo, también puedes marcar algo como <del>borrado</​del>​.
  
-**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.+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.
  
-This is some text with some linebreaks\\ Note that the +Esto es un texto con algunos saltos de línea.\\ Advierte que las 
-two backslashes are only recognized at the end of a line\\ +dos barras invertidas son reconocidas solamente al final de una línea\\ 
-or followed by\\ a whitespace ​\\this happens without it.+o cuando están seguidas de\\ un espacio en blanco ​\\Esto sucede sin él.
  
-  ​This is some text with some linebreaks\\ Note that the +  ​Esto es un texto con algunos saltos de línea.\\ Advierte que las  
-  ​two backslashes are only recognized at the end of a line\\ +  ​dos barras invertidas son reconocidas solamente al final de una línea\\ 
-  ​or followed by\\ a whitespace ​\\this happens without it.+  ​o cuando están seguidas de\\ un espacio en blanco ​\\Esto sucede sin él.
  
-You should use forced newlines only if really needed.+Solamente deberías forzar saltos de línea cuando realmente lo necesites.
  
-===== Links ===== 
  
-DokuWiki supports multiple ways of creating links.+===== Enlaces =====
  
-==== External ​====+DokuWiki soporta múltiples formas de crear enlaces. 
 +==== Externos ​====
  
-External links are recognized automagically: http://​www.google.com ​or simply ​www.google.com - You can set Linknames, too: [[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áticamente: http://​www.google.com ​o simplemente ​www.google.com - También puedes establecer enlaces con un 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 linksExternal links are recognized +  ​Dokuwiki soporta múltiples formas de crear enlacesLos enlaces externos se reconocen ​ 
-  ​automagically: http://​www.google.com ​or simply ​www.google.com - You can set +  ​automáticamente: http://​www.google.com ​o simplemente ​www.google.com - También puedes 
-  ​Linknames, too: [[http://​www.google.com|This Link points to google]]. ​Email +  ​establecer enlaces con nombre: [[http://​www.google.com|Este enlace apunta a google]].  
-  ​addresses like this one: <​[email protected]> ​are recognized, too.+  ​Las direcciones de correo electrónico como ésta: <​[email protected]> ​ 
 +  también son reconocidas.
  
-==== Internal ==== 
  
-Internal links are created by using square brackets. You can either just give a [[doku>​wiki:​pagename]] or use an additional [[doku>​wiki:​pagename|Title Text]]. Wiki pagenames are converted to lowercase automatically,​ special characters are not allowed. ​+==== Internos ====
  
-  Internal links are created by using square bracketsYou can either just give +Los enlaces internos se crean mediante corchetesPuedes tanto simplemente usar [[doku>pagename]] ​como usar el extendido[[doku>pagename|Texto de título]]. Los nombres de páginas wiki son convertidos a minúsculas automáticamente y no se permiten caracteres especiales.
-  a [[pagename]] ​or use an additional ​[[pagename|Title Text]]. Wiki pagenames +
-  are converted to lowercase automatically,​ special chars are not allowed.+
  
-You can use [[wiki:namespaces]] ​by using a colon in the pagename.+  Los enlaces internos se crean mediante corchetes. Puedes tanto simplemente usar [[doku>​pagename]]  
 +  como usar el extendido[[doku>​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 [[namespaces]] ​mediante dos puntos en el nombre de la página.
  
-  ​You can use [[wiki:namespaces]] ​by using a colon in the pagename.+  ​Puedes usar [[namespaces]] ​mediante dos puntos en el nombre de la página.
  
-For details about namespaces see [[doku>wiki:namespaces]].+Para más detalles sobre espacios de nombres mira [[doku>​namespaces]].
  
-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]].+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 [[syntax#internos|Esta sección]].
  
-  ​This links to [[syntax#internal|this Section]].+  ​Esto enlaza a [[syntax#internos|Esta sección]].
  
-Notes:+Notas:
  
-  * Links to [[wiki:syntax|existing pages]] are shown in different style from [[wiki:​nonexisting]] ones+  * Los enlaces a [[syntax|páginas existentes]] se muestran de forma diferente ​los [[no existentes]]. 
-  * DokuWiki ​does not use [[wp>​CamelCase]] ​to automatically create links by defaultbut this behaviour can be enabled in the [[doku>wiki:config]] ​fileHintIf DokuWiki ​is a linkthen it's enabled+  * 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
-  * When a section'​s heading is changedits bookmark ​changes, tooSo don't rely on section linking too much.+  * Cuando se cambia el encabezamiento de una secciónsu bookmark ​también cambiaAsí que no dependas demasiado del enlace de secciones.
  
 ==== Interwiki ==== ==== Interwiki ====
  
-DokuWiki ​supports ​[[doku>wiki:interwiki|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>​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>wiki:interwiki|Interwiki]] linksThese are quick links to other Wikis. +  DokuWiki ​permite enlaces ​[[doku>​interwiki]]. ​Estos son enlaces rápidos a otros Wikis.  
-  ​For example this is link to Wikipedia's page about Wikis: [[wp>​Wiki]].+  ​Por ejemplo, esto es un enlace ​la página web de la Wikipedia ​sobre Wikis: [[wp>​Wiki]].
  
 +==== Recursos compartidos de Windows ====
  
-==== Windows ​Shares ====+Los recursos compartidos de Windows ​como [[\\server\share|este]] también son reconocidos. Por 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, too. Please note that these only make sense in a homogenous user group like a corporate [[wp>​Intranet]].+  Los recursos compartidos de Windows ​como [[\\server\share|este]] también son reconocidos. 
 +   
 +Nota:
  
-  ​Windows Shares like [[\\server\share|this]] are recognized, too.+  ​* Por motivos de seguridad, la navegación directa por recursos compartidos solamente funciona en Microsoft Internet Explorer. 
 +  * 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.
  
-Notes: 
  
-  * 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 the config option [[http://​www.mozilla.org/​quality/​networking/​docs/​netprefs.html#​file|security.checkloaduri]] but this is not recommended. 
-  * See [[dokubug>​151]] for more info. 
  
-==== 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 abajoasí:
  
   [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]   [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]
Línea 95: Línea 98:
 [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]] [[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]
  
-Please note: The image formatting is the only formatting syntax accepted in link names.+Por favor, ten en cuenta que el formato de imagen es la única sintaxis de formato aceptada en los nombres de enlace.
  
-The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported ​(including image resizinginternal and external images and URLs and interwiki ​links).+Está soportada la sintaxis completa de [[#imagenes_y_otros_ficheros|imagen]] [[#enlaces|enlace]] (incluyendo modificar el tamaño de la imagen, e imágenes, URLs y enlaces ​interwiki ​internas y externas).
  
-===== 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 contentIf you have more than three headlinesa 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 contenidosSi tienes más de tres encabezadosun índice se genera automáticamente ​-- se puede deshabilitar incluyendo la cadena ​''<​nowiki>​~~NOTOC~~</​nowiki>'' ​en el documento.
  
-==== Headline Level 3 ==== +==== Titular Nivel 3 ==== 
-=== Headline Level 4 === +=== Titular Nivel 4 === 
-== Headline Level 5 ==+== Titular Nivel 5 ==
  
-  ==== Headline Level 3 ==== +  ==== Titular Nivel 3 ==== 
-  === Headline Level 4 === +  === Titular Nivel 4 === 
-  == Headline Level 5 ==+  == Titular Nivel 5 ==
  
-By using four or more dashesyou can make a horizontal ​line:+Usando cuatro o más guionespuedes hacer una línea ​horizontal:
  
 ---- ----
  
-===== Images and other files =====+===== Imágenes y otros ficheros ​=====
  
-You can include external and internal ​[[doku>wiki:images]] ​with curly bracketsOptionally you can specify the size of them.+Puedes incluir ​[[doku>​images|imágenes]] externas e internas usando llavesDe 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: {{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}} +  ​Tamaño real                     {{wiki:​dokuwiki-128.png}} 
-  ​Resize to given width           {{wiki:​dokuwiki-128.png?​50}} +  ​Redimensionando la anchura      ​{{wiki:​dokuwiki-128.png?​50}} 
-  ​Resize to given width and height: {{wiki:​dokuwiki-128.png?​200x50}} +  ​Redimensionando altura y anchura: {{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}}
  
- +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 151: Línea 153:
   {{ wiki:​dokuwiki-128.png }}   {{ wiki:​dokuwiki-128.png }}
  
-Of courseyou can add a title (displayed as a tooltip ​by most browsers), too.+Naturalmentetambién puedes añadir un título ​(se muestra como tooltip ​en la mayoría de los navegadores).
  
-{{ 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}}+  {{ wiki:​dokuwiki-128.png |Este es el título}}
  
-If you specify a filename ​(external or internalthat is not an image (''​gif,​ jpeg, png''​), ​then it will be displayed as a link instead.+Si especificas un nombre de fichero ​(externo o internoque no es una imagen ​(''​gif,​jpeg,​png''​), ​entonces será mostrado como un enlace.
  
-For linking an image to another page see [[#Image Links]] above.+Para enlazar una imagen a otra página ver mas arriba en [[#Enlaces imagen]].
  
-===== 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 +===== Listas ===== 
-    - Just use indention for deeper levels + 
-  - That's it+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. 
 + 
 +  * Esto es una lista 
 +  * El segundo elemento 
 +    * Puedes tener diferentes niveles 
 +  * Otro elemento 
 + 
 +  - La misma lista pero ordenada 
 +  - Otro elemento 
 +    - Basta con usar sangría para obtener niveles más anidados 
 +  - Eso es
  
 <​code>​ <​code>​
-  * This is a list +  * Esto es una lista 
-  * The second item +  * El segundo elemento 
-    * You may have different levels +    * Puedes tener diferentes niveles 
-  * Another item+  * Otro elemento
  
-  - The same list but ordered +  - La misma lista pero ordenada 
-  - Another item +  - Otro elemento 
-    - Just use indention for deeper levels +    - Basta con usar indentación para obtener niveles más anidados 
-  - That's it+  - Eso es
 </​code>​ </​code>​
 +
 +
  
 ===== Smileys ===== ===== Smileys =====
  
-DokuWiki ​converts commonly used [[wp>​emoticon]]s to their graphical equivalentsMore smileys ​can be placed in the ''​smiley'' ​directory and configured in the ''​conf/​smileys.conf'' ​fileHere is an overview of Smileys ​included in DokuWiki.+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.
  
   * 8-) %%  8-)  %%   * 8-) %%  8-)  %%
Línea 212: Línea 220:
   * DELETEME %% DELETEME %%   * DELETEME %% DELETEME %%
  
-===== Typography ​=====+===== Tipografía ​=====
  
-[[DokuWiki]] ​can convert simple text characters to their typographically correct entitiesHere is an example of recognized characters.+[[DokuWiki]] ​puede convertir caracteres de texto simples a su tipografía correctaAquí tienes un ejemplo de caracteres reconocidos.
  
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
-"He thought ​'​It'​s a man's world'​..."​+"El pensó ​'​It'​s a man's world'​..."​
  
 <​code>​ <​code>​
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
-"He thought ​'​It'​s a man's world'​..."​+"El pensó ​'​It'​s a man's world'​..."​
 </​code>​ </​code>​
  
-Please noteThese conversions can be turned off through a [[doku>​wiki:​config#​typography|config option]] and a [[doku>​wiki:​entities|pattern file]].+Por favor, advierteEstas conversiones pueden ser deshabilitadas en las opciones de configuración.
  
-===== Quoting ​=====+===== Citas =====
  
-Some times you want to mark some text to show it's a reply or commentYou can use the following syntax:+A veces desea marcar algún texto para indicar que es una respuesta o comentarioPuede usar la siguiente sintaxis:
  
-  ​I think we should do it+  ​Pienso que deberíamos hacerlo
   ​   ​
-  > No we shouldn'​t+  > No deberíamos
   ​   ​
-  >> ​WellI say we should+  >> ​Buenoyo digo que deberíamos
   ​   ​
-  > Really?+  > En serio?
   ​   ​
-  >> ​Yes!+  >> ​Si!
   ​   ​
-  >>> ​Then lets do it!+  >>> ​Entonces hagámoslo!
  
-I think we should do it+Pienso que deberíamos hacerlo
  
-> No we shouldn'​t+> No deberíamos
  
->> ​WellI say we should+>> ​Buenoyo digo que deberíamos
  
-Really?+En serio?
  
->> ​Yes!+>> ​Si!
  
->>> ​Then lets do it!+>>> ​Entonces hagámoslo!
  
-===== Tables ​=====+===== Tablas ​=====
  
-DokuWiki ​supports a simple ​syntax to create tables+DokuWiki ​soporta una sintaxis ​simple ​para crear tablas
  
-Heading ​     Heading ​      ​Heading 3          ​+Encabezado ​  ​Encabezado ​   Encabezado ​        
-Row 1 Col 1    Row 1 Col 2     ​Row 1 Col 3        +Fila 1 Col 1   ​Fila 1 Col 2    Fila 1 Col 3       ​
-Row 2 Col 1    some colspan ​(note the double pipe) || +Fila 2 Col 1   ​una combinación(mira la barra doble)|| 
-Row 3 Col 1    Row 2 Col 2     ​Row 2 Col 3        |+Fila 3 Col 1   ​Fila 2 Col 2    Fila 2 Col 3       ​|
  
-Table rows have to start and end with a ''​|'' ​for normal rows or a ''​^'' ​for headers.+Las filas tienen que empezar y terminar con un ''​|'' ​para las filas normales o con un ''​^'' ​para los encabezados.
  
-  ^ Heading ​     Heading ​      ​Heading 3          ​+  ^ Encabezado ​  ​Encabezado ​   Encabezado ​        
-  | Row 1 Col 1    Row 1 Col 2     ​Row 1 Col 3        +  | Fila 1 Col 1   ​Fila 1 Col 2    Fila 1 Col 3       ​
-  | Row 2 Col 1    some colspan ​(note the double pipe) || +  | Fila 2 Col 1   ​una combinación(mira la barra doble)|| 
-  | Row 3 Col 1    Row 2 Col 2     ​Row 2 Col 3        |+  | Fila 3 Col 1   ​Fila 2 Col 2    Fila 2 Col 3       ​|
  
-To connect cells horizontallyjust make the next cell completely empty as shown aboveBe sure to have always the same amount of cell separators!+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!
  
-Vertical tableheaders are possible, too.+Los encabezados verticales también son posibles.
  
-|              ^ Heading ​           Heading ​         +|              ^ Encabezado ​        ​Encabezado ​      ​
-Heading ​   Row 1 Col 2          Row 1 Col 3        +Encabezado ​3 | Fila 1 Col 2         ​Fila 1 Col 3       ​
-Heading ​   no colspan this time |                    | +Encabezado ​4 | Sin combinación ahora|                    | 
-Heading ​   Row Col          Row Col        |+Encabezado ​5 | Fila Columna ​    ​Fila Columna ​  ​|
  
-As you can seeit's the cell separator before a cell which decides about the formatting:+Como puedes verel separador de celda antes de una celda es quien decide cómo es el formato:
  
-  |              ^ Heading ​           Heading ​         +  |              ^ Encabezado ​        ​Encabezado ​      ​
-  ^ Heading ​   Row 1 Col 2          Row 1 Col 3        +  ^ Encabezado ​3 | Fila 1 Col 2         ​Fila 1 Col 3       ​
-  ^ Heading ​   no colspan this time |                    | +  ^ Encabezado ​4 | Sin combinación ahora|                    | 
-  ^ Heading ​   Row Col          Row Col        |+  ^ Encabezado ​5 | Fila Columna ​    ​Fila Columna ​  ​|
  
-Note: Vertical spans (rowspanare not possible.+Puedes combinar celdas verticalmente ​(rowspansañadiendo '':::''​ en las celdas debajo de la que deseas combinar.
  
-You can align the table contents, too. Just add at least two whitespaces at the opposite end of your textAdd 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.+^Encabezado 1         ​^Encabezado 2                        ^Encabezado 3       ^ 
 +|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   |
  
-          Table with alignment ​          ^^^ +<​code>​ 
-|         right|    ​center ​   |left          ​+^Encabezado 1         ^Encabezado 2                        ​^Encabezado 3       
-|left          ​        right|    ​center ​   |+|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>​ 
 + 
 + 
 +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. 
 + 
 +^           Tabla con alineamiento ​        ​^^^ 
 +|       ​derecha|    ​centro ​   |izquierda ​    
 +|izquierda ​          derecha|    ​centro ​   |
 | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-This is how it looks in the source:+Así es como aparece en el fuente:
  
-  ^           Table with alignment ​          ^^^ +  ^           Tabla con alineamiento ​        ^^^ 
-  |         right|    ​center ​   |left          ​+  |       derecha|    ​centro ​   |izquierda ​    
-  |left          ​        right|    ​center ​   |+  |izquierda ​          derecha|    ​centro ​   |
   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-===== Non-parsed Blocks ===== 
  
-You can include non-parsed blocks into your documents by either indenting them by at least two spaces ​(like used for the previous examplesor by using the tags ''​code''​ or ''​file''​.+===== Bloques no analizados ===== 
 + 
 +Puedes incluir ​ en tus documentos bloques sin analizar tanto intentando con al menos dos espacios ​(como se ha usado en los ejemplos anterioreso usando las etiquetas ​''​code''​ or ''​file''​.
  
 <​code>​ <​code>​
-This is preformatted code all spaces are preservedlike              <-this+Esto es código preformateado,​ todos los espacios se preservancomo              <-este
 </​code>​ </​code>​
  
 <​file>​ <​file>​
-This is pretty much the samebut you could use it to show that you quoted a file.  ​+Esto es muy parecidopero podrías usarlo para indicar que estás mostrando un fichero.  ​
 </​file>​ </​file>​
  
-To let the parser ​ignore ​an area completely ​(ie. do no formatting on it), enclose the area either with ''​nowiki'' ​tags or even simplerwith double percent signs ''<​nowiki>​%%</​nowiki>''​.+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 simplecon signos de porcentaje duplicados ​''<​nowiki>​%%</​nowiki>''​.
  
 <​nowiki>​ <​nowiki>​
-This is some text which contains addresses like this: http://​www.splitbrain.org ​and **formatting**, but nothing is done with it.+Esto es un texto que contiene direcciones como ésta: http://​www.splitbrain.org ​**formatos**, pero no se hace nada con ellos.
 </​nowiki>​ </​nowiki>​
  
-See the source of this page to see how to use these blocks.+Echa un vistazo al fuente de esta página para ver cómo usar estos bloques. 
 +===== Resaltado de Sintaxis =====
  
-===== Syntax Highlighting ===== +[[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>''​.
- +
-[[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 is the same like in the code block in the previous sectionbut this time the name of the used language is inserted inside the tagEg. ''<​nowiki><​code java></​nowiki>''​.+
  
 <code java> <code java>
Línea 338: Línea 359:
 </​code>​ </​code>​
  
-The following language strings are currently recognized: //abap actionscript-french, actionscript,​ ada, apache, applescript,​ asm, asp, autoit, bash, basic4gl, blitzbasic, bnf, caddcl, cadlisp, ​cfdg, cfm, c_mac, ​c, cpp, cpp-qt, csharp, css, delphi, diff, div, dos, dot, d, eiffel, fortran, freebasic, genero, gml, groovy, ​haskell, html, idl, ini, inno, io, java5, java, javascript, latex, lisp, lua, m68k, matlab, mirc, mpasm, mysql, nsis, objc, ocaml-brief, ocaml, oobas, oracle8, pascal, perl, per, php-brief, php, plsql, python, qbasic, rails, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, vbnet, vb, vhdl, visualfoxpro,​ winbatch, xml, xpp, z80//+Los lenguajes siguientes son reconocidos actualmente: //​actionscript,​ actionscript-french, ada, apache, applescript,​ asm, asp, autoit, bash, blitzbasic, caddcl, cadlisp, ​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, reg, robots, ruby, vb, vbnet, vhdl, visualfoxpro,​ winbatch, xml//
  
 +===== Agregar fuentes RSS/ATOM =====
 +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 SimplePie, pueden usarse también en DocuWiki. Se puede afectar el despliegue por medio de varios parámetros separados por espacios:
  
-===== RSS/ATOM Feed Aggregation ===== +^ Parámetro ​       ^ Descripción ^ 
-[[DokuWiki]] can integrate data from external XML feedsFor parsing the XML feeds[[http://simplepie.org/|SimplePie]] is usedAll formats understood by SimplePie can be used in DokuWiki as wellYou can influence the rendering by multiple additional space separated parameters:+| 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ículosSi el HTML está deshabilitadotoda etiqueta se rasurará | 
 +//n//[dhm      | periodo de actualización,​ donde d=días, h=horas, m=minutos(ej12h = 12 horas). |
  
-^ Parameter ​ ^ Description ^ +El periodo de actualización por omisión es de 4 horasCualquier valor menor a 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.
-| 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 descriptionIf [[doku>​wiki:​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. [[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 [[DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.+**Ejemplo:​**
  
-**Example:**+  {{rss>​http://​barrapunto.com/​index.rss 10 author date 2h }}
  
-  ​{{rss>​http://​slashdot.org/​index.rss ​author date 1h }}+{{rss>​http://​barrapunto.com/​index.rss ​10 author date 2h }} 
 +===== Incrustar HTML y PHP =====
  
-{{rss>​http://​slashdot.org/​index.rss 5 author date 1h }} +Puedes incrustar código ​HTML PHP puro en tus documentos usando las etiquetas ​''​html'' ​''​php'' ​de este modo:
- +
- +
-===== Embedding ​HTML and PHP ===== +
- +
-You can embed raw HTML or PHP code into your documents by using the ''​html'' ​or ''​php'' ​tags like this:+
 <​code>​ <​code>​
 <​html>​ <​html>​
-This is some <span style="color:red;font-size:150%;">inline ​HTML</span>+Esto es <font color="red" ​size="+1">​HTML</​font>
 </​html>​ </​html>​
-<​HTML>​ 
-<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​ 
-</​HTML>​ 
 </​code>​ </​code>​
  
 <​html>​ <​html>​
-This is some <span style="color:red;font-size:150%;">inline ​HTML</span>+Esto es <font color="red" ​size="+1">​HTML</​font>
 </​html>​ </​html>​
-<​HTML>​ 
-<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​ 
-</​HTML>​ 
  
 <​code>​ <​code>​
 <php> <php>
-echo 'logo generated by PHP:';+echo 'Un logo generado por 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 'logo generated by PHP:';+echo 'Un logo generado por 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>​ 
- 
-**Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. 
  
-===== Control Macros =====+**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.
  
-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 ​=====+===== Macros de Control ​=====
  
-DokuWiki's syntax can be extended by [[doku>​wiki:​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:+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:
  
-~~INFO:​syntaxplugins~~+^ Macro           ^ Descripción | 
 +| %%~~NOTOC~~%%   | Si esta 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 despliega. A 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 |
  
wiki/syntax.txt · Última modificación: 26/12/2014 20:36 (editor externo)