Template:Disambiguation: Difference between revisions
From HorizonXI Wiki
No edit summary |
Tsukuyomiii (talk | contribs) (Reworks Disambiguation template for actual use) |
||
Line 1: | Line 1: | ||
{{ | <includeonly><div align="center"> | ||
| | ---- | ||
| | ''Were you looking for {{#if: {{{1|}}} | [[{{{1}}}]] | to define a disambiguation}}{{#if: {{{2|}}} | or [[{{{2}}}]]}}{{#if: {{{3|}}} | or [[{{{3}}}]]}}{{#if: {{{4|}}} | or [[{{{4}}}]]}}{{#if: {{{5|}}} | or [[{{{5}}}]]}}{{#if: {{{6|}}} | or [[{{{6}}}]]}}{{#if: {{{7|}}} | or [[{{{7}}}]]}}{{#if: {{{8|}}} | or [[{{{8}}}]]}}{{#if: {{{9|}}} | or [[{{{9}}}]]}}{{#if: {{{10|}}} | or [[{{{10}}}]]}}?'' | ||
| | ----</div>[[Category:Disambiguation]]</includeonly> | ||
| | <noinclude>[[Category:Templates/Headers|{{PAGENAME}}]] | ||
| | ==Usage/Example== | ||
| | This template is designed to take upto 10 parameters to redirect the user to their intended page based on similar page names. | ||
< | {| align="right" width="70%" | ||
{{ | |{{Disambiguation|Page1}} | ||
|} | |||
{| align="left" | |||
|<pre>{{Disambiguation|Page1}}</pre> | |||
|} | |||
<div style="clear: both;"></div> | |||
{| align="right" width="70%" | |||
|{{Disambiguation|Page1|Page 2|Page 3|Page 4}} | |||
|} | |||
{| align="left" | |||
|<pre>{{Disambiguation|Page1|Page 2|Page 3|Page 4}}</pre> | |||
|} | |||
<div style="clear: both;"></div></noinclude> |