Template:Disambig2: Difference between revisions

From HorizonXI Wiki
m (minor change to hopefully fix a line break issue with this template and how it appears on pages.)
(added option for second page, also added a little documentation)
Line 1: Line 1:
<div style="border-top: 2px solid #dddddd; border-bottom:2px solid #dddddd; text-align: justify;">'''''{{{1}}}''' has an identical name.  If an internal link incorrectly referred you to this page, please change the link to point directly to {{{1}}}.''</div>
<includeonly><onlyinclude><div style="border-top: 2px solid #dddddd; border-bottom:2px solid #dddddd; text-align: justify;">{{#if:{{{2|}}}
|'''''{{{1}}}''' and '''{{{2}}}''' have identical names.  If an internal link incorrectly referred you to this page, please change the link to point directly to {{{1}}} or {{{2}}}.''
|'''''{{{1}}}''' has an identical name.  If an internal link incorrectly referred you to this page, please change the link to point directly to {{{1}}}.''
}}</div>


<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude>
</onlyinclude></includeonly>[[Category:Templates|{{PAGENAME}}]]
==Usage==
Note for the top of pages which could be confused with the current page.
 
Allows two
===Examples===
<pre>{{Disambig2|[[Fire]]}}</pre>
{{Disambig2|[[Fire]]}}
 
<pre>{{Disambig2|[[Refresh]]|[[Auto-Refresh]]}}</pre>
{{Disambig2|[[Refresh]]|[[Auto-Refresh]]}}

Revision as of 01:00, 16 November 2024

Usage

Note for the top of pages which could be confused with the current page.

Allows two

Examples

{{Disambig2|[[Fire]]}}
Fire has an identical name. If an internal link incorrectly referred you to this page, please change the link to point directly to Fire.


{{Disambig2|[[Refresh]]|[[Auto-Refresh]]}}
Refresh and Auto-Refresh have identical names. If an internal link incorrectly referred you to this page, please change the link to point directly to Refresh or Auto-Refresh.