Editing Help:Contents

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
 
* [http://en.wikipedia.org/wiki/Wikipedia:Extended_image_syntax Formato y ejemplos para incluir imágenes en una página de la wiki (en inglés)]
 
* [http://en.wikipedia.org/wiki/Wikipedia:Extended_image_syntax Formato y ejemplos para incluir imágenes en una página de la wiki (en inglés)]
 
* [[Resumen rápido del taller de documentación]]
 
* [[Resumen rápido del taller de documentación]]
 +
 +
* títulos a distintos niveles: Incluirlos entre más o menos = según el nivel
 +
===Título de prueba===
 +
* negrita: incluir entre 3 tildes '''  '''Prueba'''
 +
* cursiva: incluir entre 2 tildes ''  ''Prueba''
 +
* cuadros de texto con código de programación: comenzar todas las línes del código con un espacio
 +
void loop() {
 +
  digitalWrite(13, HIGH);
 +
  delay(500);
 +
  digitalWrite(pwrPin, LOW); 
 +
  delay(100);
 +
}
 +
* listas de puntos: comenzar cada línea con *
 +
* listas de números: comenzar cada línea con #
 +
# uno
 +
#dos
 +
#tres
 +
* enlaces internos: dobles corchetes cuadradados y nombre de la página <nowiki>[[nombre del enlace]]</nowiki> 
 +
[[Proyectos]]
 +
* enlaces externos: corchetes cuadrados y URL de la página más opcionalmente texto a mostrar en lugar de la URL <nowiki>[URL texto]</nowiki>. También se puede escribir la URL sin nada.
 +
[http://www.makespacemadrid.org]    [http://www.makespacemadrid.org makespace]    http://www.makespacemadrid.org
 +
* imágenes: se suben con la opción Upload file (en el menú Toolbox de la izquierda) que sólo está disponible si has hecho login en la wiki; se muestran con el tag <nowiki>[[File:filaname]]</nowiki> 
 +
[[File:DHT11.jpg]]
 +
 +
Para crear una nueva página, sólo hay que definir un enlace interno con  un nombre de página aún no utilizado. La nueva página se crea automáticamente y se puede editar
  
 
= Información específica de la wiki de Makespace Madrid =
 
= Información específica de la wiki de Makespace Madrid =

Please note that all contributions to Wiki Makespace Madrid may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wiki Makespace Madrid:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to type the two words you see in the box below:

Cancel | Editing help (opens in new window)