Diferencia entre revisiones de «Cómo hacer links en este wiki»
De Wiki de FrayNelson
(New page: == Cómo hacer enlaces (links) == {| |- |{{Hl3}}|'''Description''' |{{Hl3}}|'''You type''' |{{Hl3}}|'''You get''' |- |Internal link |<tt><nowiki>Main Page</nowiki></tt> |Main Page...) |
|||
| Línea 2: | Línea 2: | ||
{| | {| | ||
|- | |- | ||
| − | | | + | ||'''Description''' |
| − | | | + | ||'''You type''' |
| − | | | + | ||'''You get''' |
|- | |- | ||
|Internal link | |Internal link | ||
Revisión del 14:54 19 mar 2007
Cómo hacer enlaces (links)
| Description | You type | You get |
| Internal link | [[Main Page]] | Main Page |
| Piped link | [[Main Page|different text]] | different text |
| Anchor link | [[#External links|Anchor link]] | Anchor link |
| External link | http://mediawiki.org | http://mediawiki.org |
| External link, different title |
[http://mediawiki.org MediaWiki] | MediaWiki |
| External link, unnamed |
[http://mediawiki.org] | [1] |
| External link, same host unnamed |
[http://{{SERVERNAME}}/pagename] | [2] |
| Interwiki link | [[Wikipedia:MediaWiki]] | Wikipedia:MediaWiki |
| mailto | mailto:info@example.org | mailto:info@example.org |
| mailto unnamed | [mailto:info@example.org] | [3] |
| mailto named | [mailto:info@example.org info] | info |
| redirect | #REDIRECT [[Main Page]] | → Main Page |