Template:Soft redirect/doc: Difference between revisions
Jump to navigation
Jump to search
c |
|||
Line 7: | Line 7: | ||
* <code>wikilink=</code> - You can link to some websites by adding a prefix to the page on that site you want to link to. For example, <code>{{soft redirect|wikilink=wikipedia:Main Page}}</code> will redirect to the [[wikipedia:Main Page|Main Page of Wikipedia]]. For a list of supported websites and their prefixes, see [[Special:Interwiki]]. | * <code>wikilink=</code> - You can link to some websites by adding a prefix to the page on that site you want to link to. For example, <code>{{soft redirect|wikilink=wikipedia:Main Page}}</code> will redirect to the [[wikipedia:Main Page|Main Page of Wikipedia]]. For a list of supported websites and their prefixes, see [[Special:Interwiki]]. | ||
* <code>url=</code> - Literally just the full URL to the page you want to redirect to. For example, <code> | * <code>url=</code> - Literally just the full URL to the page you want to redirect to. For example, <code><nowiki>{{soft redirect|url=https://www.youtube.com/watch?v=dQw4w9WgXcQ}}</nowiki></code> | ||
== TemplateData == | == TemplateData == |
Latest revision as of 08:38, 24 February 2021
{{soft redirect|wikilink=wikilink|url=url}}
The preferred way of redirecting a page to a different website or wiki.
Parameters[edit source]
ONE of the following parameters is required:
wikilink=
- You can link to some websites by adding a prefix to the page on that site you want to link to. For example,{{soft redirect|wikilink=wikipedia:Main Page}}
will redirect to the Main Page of Wikipedia. For a list of supported websites and their prefixes, see Special:Interwiki.url=
- Literally just the full URL to the page you want to redirect to. For example,{{soft redirect|url=https://www.youtube.com/watch?v=dQw4w9WgXcQ}}
TemplateData[edit source]
The preferred way of redirecting a page to a different website or wiki. ONE parameter is required
Parameter | Description | Type | Status | |
---|---|---|---|---|
wikilink | wikilink | You can link to some websites by adding a prefix to the page on that site you want to link to. For example, "{{soft redirect|wikilink=wikipedia:Main Page}}" will link to the Main Page of Wikipedia. For a list of supported websites and their prefixes, see [[Special:Interwiki]].
| Page name | suggested |
URL | url | Literally just the full URL of the page you want to redirect to.
| URL | suggested |