Template:Redirect

From Mine Blocks Wiki
Revision as of 18:24, 18 December 2021 by Tobias Alcaraz (talk | contribs)
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!


{{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2|USE3|PAGE3|USE4|PAGE4}}

The first unnamed parameter is the name of the page the user may have been redirected from.

The next eight parameters in pairs of two denote an alternate use and then a page.

  • If the use is left blank, it defaults to "for other uses".
  • If the page is left blank, it defaults to the value of the corresponding use parameter, which if blank will default to {{{1}}} (disambiguation)

Examples

{{Redirect|Foo}}

"Foo" redirects here. For other uses, see Foo (disambiguation).

{{Redirect|REDIRECT||PAGE1}}

"REDIRECT" redirects here. For other uses, see PAGE1.

{{Redirect|REDIRECT|USE1|PAGE1}}

"REDIRECT" redirects here. For USE1, see PAGE1.

{{Redirect|REDIRECT|USE1|PAGE1|USE2|PAGE2}}

"REDIRECT" redirects here. For USE1, see PAGE1. For USE2, see PAGE2.

{{Redirect|REDIRECT|USE1|PAGE1|and|PAGE2}}

"REDIRECT" redirects here. For USE1, see PAGE1 and PAGE2.