Template:About: Difference between revisions

From Hydrogenaudio Knowledgebase
m (Minor code fix.)
m (Minor code fix.)
Line 1: Line 1:
<div style="font-style:italic; margin-left:1.6em;">This article is about {{{1}}}. For {{{2|other uses}}}, see [[{{{3|{{PAGENAME}} (disambiguation)}}}]].</div><noinclude>
<div style="font-style:italic; margin-left:1.6em; margin-bottom: 0.5em">This article is about {{{1}}}. For {{#if:{{{2|}}}|{{{2}}}|other uses}}, see [[{{{3|{{PAGENAME}} (disambiguation)}}}]].</div><noinclude>
==Documentation==
==Documentation==
<code><nowiki>{{about}}</nowiki></code> is a commonly used hatnote template, and should be placed at the top of an article, linking the reader to other articles with similar titles or concepts that they may have been seeking instead.
<code><nowiki>{{about}}</nowiki></code> is a commonly used hatnote template, and should be placed at the top of an article, linking the reader to other articles with similar titles or concepts that they may have been seeking instead.
Line 5: Line 5:
===Usage===
===Usage===
<code><nowiki>{{about|Use1}}</nowiki></code> →
<code><nowiki>{{about|Use1}}</nowiki></code> →
<div style="font-style:italic; margin-left:1.6em;">This template is about Use1. For other uses, see [[{{PAGENAME}} (disambiguation)]].</div>
{{about|Use1}}


<code><nowiki>{{about|Use1||Article2}}</nowiki></code> →
<code><nowiki>{{about|Use1||Article2}}</nowiki></code> →
<div style="font-style:italic; margin-left:1.6em;">This template is about Use1. For other uses, see [[Article2]].</div>
{{about|Use1|other uses|Article2}}


<code><nowiki>{{about|Use1|Use2|Article2}}</nowiki></code> →
<code><nowiki>{{about|Use1|Use2|Article2}}</nowiki></code> →
<div style="font-style:italic; margin-left:1.6em;">This template is about Use1. For Use2, see [[Article2]].</div></noinclude>
{{about|Use1|Use2|Article2}}</noinclude>

Revision as of 13:49, 7 October 2018

This article is about {{{1}}}. For other uses, see About (disambiguation).

Documentation

{{about}} is a commonly used hatnote template, and should be placed at the top of an article, linking the reader to other articles with similar titles or concepts that they may have been seeking instead.

Usage

{{about|Use1}}

This article is about Use1. For other uses, see About (disambiguation).

{{about|Use1||Article2}}

This article is about Use1. For other uses, see Article2.

{{about|Use1|Use2|Article2}}

This article is about Use1. For Use2, see Article2.