Difference between revisions of "Template:For"

From Mine Blocks Wiki
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!

 
Line 1: Line 1:
 
<includeonly><div class="hatnote for-hatnote">
 
<includeonly><div class="hatnote for-hatnote">
For {{#if: {{{1|}}} | {{{1}}} | other uses}}, see {{ #if: {{{2|}}} | [[:{{{2}}}]] | [[{{FULLPAGENAME}} (disambiguation)|{{PAGENAME}} (disambiguation)]]}}{{ #if: {{{4|}}}{{{5|}}} | , [[:{{{3}}}]], {{#if: {{{5|}}} | [[:{{{4}}}]], and [[:{{{5}}}]]. | and [[:{{{4}}}]].}} | {{#if: {{{3|}}} | and [[:{{{3}}}]]. | .}}}}</div></includeonly><noinclude>
+
For {{#if: {{{1|}}} | {{{1}}} | other uses}}, see {{
 +
#if: {{{2|}}}
 +
| [[:{{{2}}}]]
 +
| [[{{FULLPAGENAME}} (disambiguation)|{{PAGENAME}} (disambiguation)]]
 +
}}{{
 +
#if: {{{4|}}}{{{5|}}}
 +
| , [[:{{{3}}}]], {{
 +
  #if: {{{5|}}}
 +
  | [[:{{{4}}}]], and [[:{{{5}}}]].
 +
  | and [[:{{{4}}}]].
 +
  }}
 +
| {{
 +
  #if: {{{3|}}}
 +
  | {{space}}and [[:{{{3}}}]].
 +
  | .
 +
  }}
 +
}}</div></includeonly><noinclude>
 
Used to direct users to a separate page that is similar to the page's title.  
 
Used to direct users to a separate page that is similar to the page's title.  
 
== Examples ==
 
== Examples ==

Latest revision as of 09:07, 22 December 2021

Used to direct users to a separate page that is similar to the page's title.

Examples

{{For}}

For other uses, see For (disambiguation).

{{For|USE1}}

For USE1, see For (disambiguation).

{{For||PAGE1}}

For other uses, see PAGE1.

{{For|USE1|PAGE1}}

For USE1, see PAGE1.

{{For|USE1|PAGE1|PAGE2}}

For USE1, see PAGE1 and PAGE2.

{{For|USE1|PAGE1|PAGE2|PAGE3|PAGE4}}

For USE1, see PAGE1, PAGE2, PAGE3, and PAGE4.