Diferencia entre revisiones de «Cómo hacer links en este wiki»
De Wiki de FrayNelson
| Línea 2: | Línea 2: | ||
{| | {| | ||
|- | |- | ||
| − | ||''' | + | ||'''Descripción''' |
| − | ||''' | + | ||'''Lo que escribes''' |
| − | ||''' | + | ||'''Lo que queda''' |
|- | |- | ||
| − | | | + | |Links internos<br>(en el mismo wiki) |
| − | |<tt><nowiki>[[ | + | |<tt><nowiki>[[Portada]]</nowiki></tt> |
| − | |[[ | + | |[[Portada]] |
|- | |- | ||
| − | | | + | |En el mismo wiki,<br>con otro texto |
| − | |<tt><nowiki>[[ | + | |<tt><nowiki>[[Portada|otro texto]]</nowiki></tt> |
| − | |[[ | + | |[[Portada|otro texto]] |
|- | |- | ||
| − | | | + | |Links dentro<br>de la misma página |
| − | |<tt><nowiki>[[# | + | |<tt><nowiki>[[#Cómo hacer enlaces|Texto que queda visible]]</nowiki></tt> |
| − | |[[# | + | |[[#Cómo hacer enlaces|Texto que queda visible]] |
|- | |- | ||
| − | | | + | |Link externo |
| − | |<tt><nowiki>http:// | + | |<tt><nowiki>http://fraynelson.com</nowiki></tt> |
| − | |http:// | + | |http://fraynelson.com |
|- | |- | ||
|External link,<br /> | |External link,<br /> | ||
Revisión del 15:03 19 mar 2007
Cómo hacer enlaces (links)
| Descripción | Lo que escribes | Lo que queda |
| Links internos (en el mismo wiki) |
[[Portada]] | Portada |
| En el mismo wiki, con otro texto |
[[Portada|otro texto]] | otro texto |
| Links dentro de la misma página |
[[#Cómo hacer enlaces|Texto que queda visible]] | Texto que queda visible |
| Link externo | http://fraynelson.com | http://fraynelson.com |
| 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 |