Template:Confused: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
(Created page with ":{{#switch: {{{1}}} | Confused = ''This is '''{{{2}}}''' .Not to be confused by [[{{{3}}}]].'' | Disambiguation = ''This is '''{{{2}}}'''. Maybe you are looking for {{{3}}}...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
:{{#switch: {{{1}}}  
:{{#switch: {{{1}}}  
| Confused = ''This is '''{{{2}}}''' .Not to be confused by [[{{{3}}}]].''
| 1 = ''This is '''{{{2}}}'''. Not to be confused by [[{{{3}}}]].''
| Disambiguation = ''This is '''{{{2}}}'''. Maybe you are looking for [[{{{3}}}]]''
| 2 = ''This is '''{{{2}}}'''. Maybe you are looking for [[{{{3}}}]]''
| #default =  ''This is {{{2}}}. Not to be confused by [[{{{3}}}]].''
| #default =  ''This is {{{2}}}. Not to be confused by [[{{{3}}}]].''
}}
}}
<noinclude>{{Template doc}}</noinclude>
<noinclude>{{Template doc}}</noinclude>

Latest revision as of 00:05, 8 September 2020

This is {{{2}}}. Not to be confused by [[{{{3}}}]].
Note: portions of the template sample may not be visible without values provided. This is normal.

Documentation for Confused

This is a guide template.

Usage

Use this template on the very top (if there is an ambox, use this below it) of the page to guide the viewer.

Examples

Input:

{{Confused|1|the template page|Template:Confused}}


Output:

This is the template page. Not to be confused by Template:Confused.

Input:

{{Confused|2|the template page|Template:Confused}}


Output:

This is the template page. Maybe you are looking for Template:Confused


Important! Always use "1" or "2" on the first parameter to complete the template, or otherwise it will not work

Template info.png This documentation is transcluded from Template:Confused/doc.