Home » Wiki » tutorial del wiki » Historique » Révision
Révision de la page wiki tutorial del wiki
Ceci est une version antérieure de la page, telle qu'éditée par lammi87 à 15:22, 21 Juillet 2012. Il peut y avoir une différence significative avec Révision actuelle.
tutorial del wiki

Este tutorial describe el formato usado en el wiki, para poder aprender las etiquetas usadas practique editando páginas del wiki y observe el código:

NOTA: Esta página esta aún bajo constante modificación
  • Encabezados
  • encabezado 1
    [h1]encabezado 1[/h1]

    encabezado 1 es similar a HTML <h1>, solo remplace < con [

    encabezado 2
    [h2]encabezado 2[/h2]

    encabezado 2 es similar a HTML <h2>, solo remplace < con [

    encabezado 3
    [h3]encabezado 3[/h3]

    encabezado 3 es similar a HTML <h3>, solo remplace < con [

  • Formato del Texto
  • Este es un párrafo.

    [p]Este es un párrafo.[/p]

    Es similar a HTML <p>, solo remplace < con [

    Este texto ha sido escrito en negrita.

    [b]Este texto ha sido escrito en negrita.[/b]
    Es similar a HTML <b>, solo remplace < con [

    Este texto ha sido escrito en cursiva.

    [i]Este texto ha sido escrito en cursiva.[/i]
    Es similar a HTML <i>, solo remplace < con [

    This text has been underlined.

    [u]This text has been underlined.[/u]
    It is similar to the HTML <u>, just replace < with [

    This text has been deleted.

    [del]This text has been deleted.[/del]
    It is similar to the HTML <del>, just replace < with [

  • Linking
    • How to link to other wiki pages
    • Example: a link to the Main Page (use the square brackets [[ and write inside them the title of the wiki page you want to link, just like you would do in a Wikipedia page).

      [[Main Page]]

      NB: Write the title as it is written inside the page. For example write [[Main Page]] and not [[Main-Page]]. Even if both will work, the first is better to see. For example, if you have to link this page write [[wiki tutorial]] (without -), and not [[wiki-tutorial]].

    • What will happen to the old links if I change the title of a page?
    • The old links will be redirected to the new title, since all the old titles are saved in the old revisions of the page. Anyway it would be better (if possible) to update the links too.

    • How to link to other wiki pages (with a different text of the link)
    • Example: this is a link to this wiki page (wiki tutorial) with a different text of the link: some text.

      [[wiki tutorial|some text]]
    • How to link to external resources (or to h-node.com pages out of the wiki)
    • Example: this is a link to an external resource http://www.fsf.org

      [a]http://www.fsf.org[/a]
    • How to link to external resources (with a different text of the link)
    • Example: this is a link to an external resource with a different text free software foundation website

      [a]http://www.fsf.org|free software foundation website[/a]
  • Wiki Functions
  • Table of Contents
    __toc__

    Displays the Table of contents at the beginning of the wiki.

    NOTE: In order to activate this function replace toc with TOC (Upper case)

    Disabling tags
    In order to disable the tags we use a double { and } to place a [ and ], so tags are not enable on the page.

    example

    [[example]]
    Above we used four { to place two [ and another four } to place two ]

    Return to Help Page

    Le contenu de cette page est dans le Domaine Public (voir la page CC0 pour plus d'informations). Quiquonque est libre de copier, modifier, publier, utiliser, vendre ou distribuer le texte , quelques soit le but et le moyen.
    h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
    JavaScript license information