Template:W: Difference between revisions
No edit summary |
(Added special parameter to the template for certain links to work.) |
||
Line 1: | Line 1: | ||
== Template == | == Template == | ||
<onlyinclude>[[Image:Wikipedia Icon.PNG]] [http://en.wikipedia.org/wiki/{{ | <onlyinclude>[[Image:Wikipedia Icon.PNG]] [http://en.wikipedia.org/wiki/{{{destination|{{anchorencode:{{{1|}}}}}}}} {{{2|{{{destination|{{{1|Wikipedia}}}}}}}}}][[Category:External Links]]</onlyinclude> | ||
== Motivation == | == Motivation == | ||
Line 20: | Line 20: | ||
* {{w}} | * {{w}} | ||
<nowiki>{{w}}</nowiki> | <nowiki>{{w}}</nowiki> | ||
Note that the template corrects the text for use in URLs, which means that for example, ''URI scheme'' will become ''{{ | Note that the template corrects the text for use in URLs, which means that for example, ''URI scheme'' will become ''{{anchorencode:URI scheme}}''. However, this beaks some links, for example if a '/' is included, it will be transformed into ''{{anchorencode:/}}''. Example: | ||
* {{w|URI scheme}} | * {{w|URI scheme}} | ||
<nowiki>{{w|URI scheme}}</nowiki> | <nowiki>{{w|URI scheme}}</nowiki> | ||
In the case the template breaks a link, use the parameter called <code>destination</code> in the following way: | |||
* {{w|destination = April Fools' Day}} | |||
<nowiki>{{w|destination = April Fools' Day}}</nowiki> | |||
* {{w|destination = April Fools' Day|2=hello}} | |||
<nowiki>{{w|destination = April Fools' Day|2=hello}}</nowiki> | |||
Note that in case this parameter is used, the parameter <nowiki>{{{1}}}</nowiki> is ignored when used. | |||
== See also == | == See also == | ||
* [[Template:G2]] - used for links to the {{g2}}. | * [[Template:G2]] - used for links to the {{g2}}. | ||
* [[Template:Trac]] - used for links to the {{trac}}. | * [[Template:Trac]] - used for links to the {{trac}}. |
Revision as of 23:55, 5 August 2010
Template
Motivation
This template is thought to replace all links to the English Wikipedia. This makes it more easy to control external links in our Wiki.
- See WikiProjects.Links.
Syntax
{{wiki|*page name in the English Wikipedia*|*link text*}}
Note that neither parameter is necessary. If the second one misses, the linked to page title is used as link name, if both miss however, the template creates a link to the English Wikipedia. If only the first one misses, the second one can be used to precise a different name for the link to the English Wikipedia.
Examples
{{w|Shareaza|Shareazas Wikipedia article}}
{{w|Shareaza}}
{{w|2=Wiki}}
{{w}}
Note that the template corrects the text for use in URLs, which means that for example, URI scheme will become URI_scheme. However, this beaks some links, for example if a '/' is included, it will be transformed into /. Example:
{{w|URI scheme}}
In the case the template breaks a link, use the parameter called destination
in the following way:
{{w|destination = April Fools' Day}}
{{w|destination = April Fools' Day|2=hello}}
Note that in case this parameter is used, the parameter {{{1}}} is ignored when used.
See also
- Template:G2 - used for links to the G2 Developer Network.
- Template:Trac - used for links to the Trac Wiki.