Template:Distinguish: Difference between revisions

From Scriptel Wiki
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{Lua|Module:Distinguish}} == Usage == {{tlx|distinguish|PAGE1}} {{distinguish|PAGE1}} {{tlx|...")
 
(Blanked the page)
Line 1: Line 1:
{{Documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->


{{Lua|Module:Distinguish}}
== Usage ==
{{tlx|distinguish|PAGE1}} {{distinguish|PAGE1}}
{{tlx|distinguish|PAGE1|PAGE2}} {{distinguish|PAGE1|PAGE2}}
{{tlx|distinguish|PAGE1|PAGE2|PAGE3}} {{distinguish|PAGE1|PAGE2|PAGE3}}
This hatnote is generally used when there can be confusion with a similar term. This is typically used when readers have misspelled their desired title, and the error would be apparent by simply displaying the alternative term without further explanation.  For example, consider a reader looking for the punctuation mark who instead ends up at [[coma]]:
<blockquote>[[Coma]] → {{Distinguish|Comma}}</blockquote>
Readers are presumed to recognize that they actually wanted ''comma'' by merely looking at the spelling, and this case generally requires no further explanation.
However, {{tlx|distinguish}} is not suitable when the difference is not readily apparent without additional details. Consider a reader looking for a game they believe is named Reversi:
<blockquote>[[File:Red x.svg|15px|link=]] [[Reversi]] → {{Distinguish|Reversis}} </blockquote>
In the above hatnote, it is not generally apparent how the suggested Reversis is different from Reversi, which is also a game.
<blockquote>[[File:Green check.svg|15px|link=]]  [[Reversi]] → {{About|the board game|the card game|Reversis}}</blockquote>
Using {{tlx|about}} instead of {{tlc|distinguish}}, the differences in the suggested article is explained upfront without requiring the reader to click through and differentiate the terms on their own.
{{tlc|Distinguish}} should only be used when the ambiguity exists for a portion of the readership that is sufficient to warrant a hatnote. Care should be taken to [[WP:TRHAT|avoid trivial uses]].
== Redirects ==
* {{tl|Not to be confused with}}
* {{tl|Confused}}
* {{tl|Confuse}}
* {{tl|Misspelling}}
== See also ==
* {{tl|Distinguish2}}, for multiple disambiguation targets or prepending "the".
* {{tl|About}}, links the reader to other articles with similar titles or concepts that they may have been seeking instead.
{{Hatnote templates}}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go below and interwikis go to Wikidata, thank you! -->
[[Category:Disambiguation and redirection templates|{{PAGENAME}}]]
[[Category:Hatnote templates]]
}}
<templatedata>
{
"params": {
"1": {
"label": "Name of article",
"description": "Name of article that you want to link to",
"type": "wiki-page-name",
"required": true
},
"2": {
"label": "Optional additional article to link",
"description": "Optional additional article to link",
"type": "wiki-page-name"
},
"3": {
"label": "Optional additional article to link",
"description": "Optional additional article to link",
"type": "wiki-page-name"
},
"4": {
"label": "Optional additional article to link",
"description": "Optional additional article to link",
"type": "wiki-page-name"
}
},
"description": "A hatnote used when there is an ambiguity in an article's title.",
"paramOrder": [
"1",
"2",
"3",
"4"
],
"format": "inline"
}
</templatedata>
</includeonly>

Revision as of 11:19, 8 July 2016