Difference between revisions of "Template:Disambiguation"

From SMT: Dx2 Wiki
Jump to: navigation, search
(Created page with "<includeonly><div align="center"> ---- ''Were you looking for {{#if: {{{1|}}} | [[{{{1}}}]] | to define a disambiguation}}{{#if: {{{2|}}} |  or [[{{{2}}}]]}}{{#if: {{{3|}...")
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
''Were you looking for {{#if: {{{1|}}} | [[{{{1}}}]] | to define a disambiguation}}{{#if: {{{2|}}} | &nbsp;or [[{{{2}}}]]}}{{#if: {{{3|}}} | &nbsp;or [[{{{3}}}]]}}{{#if: {{{4|}}} | &nbsp;or [[{{{4}}}]]}}{{#if: {{{5|}}} | &nbsp;or [[{{{5}}}]]}}{{#if: {{{6|}}} | &nbsp;or [[{{{6}}}]]}}{{#if: {{{7|}}} | &nbsp;or [[{{{7}}}]]}}{{#if: {{{8|}}} | &nbsp;or [[{{{8}}}]]}}{{#if: {{{9|}}} | &nbsp;or [[{{{9}}}]]}}{{#if: {{{10|}}} | &nbsp;or [[{{{10}}}]]}}?''
 
''Were you looking for {{#if: {{{1|}}} | [[{{{1}}}]] | to define a disambiguation}}{{#if: {{{2|}}} | &nbsp;or [[{{{2}}}]]}}{{#if: {{{3|}}} | &nbsp;or [[{{{3}}}]]}}{{#if: {{{4|}}} | &nbsp;or [[{{{4}}}]]}}{{#if: {{{5|}}} | &nbsp;or [[{{{5}}}]]}}{{#if: {{{6|}}} | &nbsp;or [[{{{6}}}]]}}{{#if: {{{7|}}} | &nbsp;or [[{{{7}}}]]}}{{#if: {{{8|}}} | &nbsp;or [[{{{8}}}]]}}{{#if: {{{9|}}} | &nbsp;or [[{{{9}}}]]}}{{#if: {{{10|}}} | &nbsp;or [[{{{10}}}]]}}?''
 
----</div></includeonly>
 
----</div></includeonly>
<noinclude>[[Category:Templates/Headers|{{PAGENAME}}]]
+
<noinclude>[[Category:Templates|{{PAGENAME}}]]
 
==Usage/Example==
 
==Usage/Example==
 
This template is designed to take upto 10 parameters to redirect the user to their intended page based on similar page names.
 
This template is designed to take upto 10 parameters to redirect the user to their intended page based on similar page names.
Line 14: Line 14:
 
<div style="clear: both;"></div>
 
<div style="clear: both;"></div>
 
{| align="right" width="70%"
 
{| align="right" width="70%"
|{{Disambiguation|Page1|Page 2|Page 3|Page 4}}
+
|{{Disambiguation|Page 1|Page 2|Page 3|Page 4}}
 
|}
 
|}
 
{| align="left"
 
{| align="left"
|<pre>{{Disambiguation|Page1|Page 2|Page 3|Page 4}}</pre>
+
|<pre>{{Disambiguation|Page 1|Page 2|Page 3|Page 4}}</pre>
 
|}
 
|}
 
<div style="clear: both;"></div></noinclude>
 
<div style="clear: both;"></div></noinclude>

Latest revision as of 21:13, 5 January 2020

Usage/Example

This template is designed to take upto 10 parameters to redirect the user to their intended page based on similar page names.


Were you looking for Page1?


{{Disambiguation|Page1}}

Were you looking for Page 1 or Page 2 or Page 3 or Page 4?


{{Disambiguation|Page 1|Page 2|Page 3|Page 4}}