Home » Wiki » tutorial del wiki » Historique » Différences
Différences entre les révisions de 15:22, 21 Juillet 2012, créé par lammi87, et la révision de 21:25, 10 Mars 2012
Note : le texte en rouge a été supprimé de la version précédente, le texte en vert a été ajouté à cette version et le texte en gris n'a pas été changé.
differences dans l'entrée: le titre
tutorial del wiki
differences dans l'entrée: le texte de la page du wiki
[p]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:[/p]
[i]NOTA: [u]Esta página esta aún bajo constante modificación[/u][/i]

__TOC__
[*] [h1]Encabezados[/h1][/*]
[h1]encabezado 1[/h1]
[code]{{h1}}encabezado 1{{/h1}}[/code]

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

[h2]encabezado 2[/h2]
[code]{{h2}}encabezado 2{{/h2}}[/code]

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

[h3]encabezado 3[/h3]
[code]{{h3}}encabezado 3{{/h3}}[/code]

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

[*] [h1]Formato del Texto[/h1][/*]
[p]Este es un párrafo.[/p]
[code]{{p}}Este es un párrafo.{{/p}}[/code]

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

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

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

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

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

[*] [h1]Linking[/h1][/*]
[list]
[*] [b]How to link to other wiki pages[/b][/*]

[p]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).[/p]
[code]{{{{Main Page}}}}[/code]
[p][b]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}}}}.[/b][/p]

[*] [b]What will happen to the old links if I change the title of a page?[/b][/*]

[p]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.[/p]

[*] [b]How to link to other wiki pages (with a different text of the link)[/b][/*]

[p]Example: this is a link to this wiki page (wiki tutorial) with a different text of the link: [[wiki tutorial|some text]].[/p]
[code]{{{{wiki tutorial|some text}}}}[/code]

[*] [b]How to link to external resources (or to h-node.com pages out of the wiki)[/b][/*]

[p]Example: this is a link to an external resource [a]http://www.fsf.org[/a][/p]
[code]{{a}}http://www.fsf.org{{/a}}[/code]

[*] [b]How to link to external resources (with a different text of the link)[/b][/*]

[p]Example: this is a link to an external resource with a different text [a]http://www.fsf.org|free software foundation website[/a][/p]
[code]{{a}}http://www.fsf.org|free software foundation website{{/a}}[/code]
[/list]
[*] [h1]Wiki Functions[/h1][/*]

[h2]Table of Contents[/h2]
[code]__toc__[/code]
[p]Displays the [i]Table of contents[/i] at the beginning of the wiki.[/p]
[p][i]NOTE: In order to activate this function replace [b]toc[/b] with [b]TOC[/b] (Upper case)[/i][/p]


[h2]Disabling tags [/h2]
In order to disable the tags we use a double { and } to place a [ and ], so tags are not enable on the page.
[p][[example]][/p]
[code]{{{{example}}}}[/code]
[i]Above we used four [b]{[/b] to place two [b][ [/b] and another four [b]}[/b] to place two [b]][/b][/i]


[p][b]Return to [[Help]] Page[/b][/p]
[lang][[tutorial della wiki|italiano]][/lang]
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