更多操作
创建页面,内容为“Its purpose is to reduce confusion by helping users get to their intended page if they were redirected to another page while, for example, searching for a topic. An example would be when a user searches for Roberts Space Industries (as in the publisher), but ends up on the page titled Roberts Space Industries (as in the in-game company) after being redirected. A {{para|text}} option adds text to the end; note that…” |
小无编辑摘要 |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
Its purpose is to reduce confusion by helping users get to their intended page if they were redirected to another page while, for example, searching for a topic | Its purpose is to reduce confusion by helping users get to their intended page if they were redirected to another page while, for example, searching for a topic. | ||
== Examples == | == Examples == | ||
* {{ | * <nowiki>{{Redirect|Foo}}</nowiki> → {{Redirect|Foo}} | ||
* {{ | * <nowiki>{{Redirect|REDIRECT||PAGE1}}</nowiki> → {{Redirect|REDIRECT||PAGE1}} | ||
* {{ | * <nowiki>{{Redirect|REDIRECT|USE1|PAGE1}}</nowiki> → {{Redirect|REDIRECT|USE1|PAGE1}} | ||
* {{ | * <nowiki>{{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2|USE3|PAGE3}}</nowiki> → {{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2|USE3|PAGE3}} | ||
* {{ | * <nowiki>{{Redirect|REDIRECT|USE1|PAGE1|and|PAGE2}}</nowiki> → {{Redirect|REDIRECT|USE1|PAGE1|and|PAGE2}} | ||
* {{ | * <nowiki>{{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2|and|PAGE3}}</nowiki> → {{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2|and|PAGE3}} | ||
* {{ | * <nowiki>{{Redirect|Achilleus|the Emperor with this name|Achilleus (emperor)|other uses|Achilles (disambiguation)}}</nowiki> → {{Redirect|Achilleus|the Emperor with this name|Achilleus (emperor)|other uses|Achilles (disambiguation)}} | ||
== TemplateData == | == TemplateData == |
2025年5月30日 (五) 13:46的最新版本
Its purpose is to reduce confusion by helping users get to their intended page if they were redirected to another page while, for example, searching for a topic.
Examples
- {{Redirect|Foo}} →
- {{Redirect|REDIRECT||PAGE1}} →
- {{Redirect|REDIRECT|USE1|PAGE1}} →
- {{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2|USE3|PAGE3}} →
- {{Redirect|REDIRECT|USE1|PAGE1|and|PAGE2}} →
- {{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2|and|PAGE3}} →
- {{Redirect|Achilleus|the Emperor with this name|Achilleus (emperor)|other uses|Achilles (disambiguation)}} →
TemplateData
This template produces a hatnote similar to: "Foo" redirects here. For other uses, see [[Foo (disambiguation)]].
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
Redirecting page | 1 | Name of page that redirects here | 页面名称 | 必需 |
Use 1 | 2 | Displayed as: For Use 1, see ... If left empty, defaults to For other uses, see ... | 单行文本 | 可选 |
Target 1 | 3 | Page to link to. Default is [[PAGENAME (disambiguation)]]. | 页面名称 | 可选 |
Use 2 | 4 | Second use. Can be 'and' to give: For Use 1, see [[Target1]] and [[Target2]] | 单行文本 | 可选 |
Target 2 | 5 | Page to link second use to. | 页面名称 | 可选 |
Use 3 | 6 | Third use, can be 'and' | 单行文本 | 可选 |
Target 3 | 7 | Page to link third use to. | 页面名称 | 可选 |
Custom text | text | Text to be appended to the end. | 单行文本 | 可选 |