Template:About/Documentation
Contents
Description
The About template is intended to place a small indicator on an article to let audience be aware of the nature of the page, especially in cases where the naming schemes are very similar.
Use
One link:
{{About | about = | title = | usage = | link = }}
Two link of similar usage:
{{About | about = | title = | and | usage = | link-1 = | link-2 }}
Two links of separate usage:
{{About | about = | title = | other | usage = | link-1 = | link-2 }}
Parameters
- about — is for describing the current page type and page subject.
- and/other - is to describe nature of code. Default is only a single other usage.
- usage - is for describing the alternative usage of subject
- link(-#) - is to place links that relate to the alternative uses of subject.
Examples of use
This page is about the the American heavy tank. For other uses, see T-34 (Disambiguation). |
{{About | about = the American heavy tank | title = '''T34''' | usage = other uses | link = T-34 (Disambiguation) }}
This page is about the the British medium tank. For other variants, see Cromwell I and Cromwell Mk.V (RP-3). |
{{About | about = the British medium tank | title = '''Cromwell V''' | and | usage = other variants | link-1 = Cromwell I | link-2 = Cromwell Mk.V (RP-3) }}
This page is about the the legendary British fighter. For the tropical version, see Spitfire Mk Vb/trop. For other uses, see Spitfire (Disambiguation). |
{{About | about = the legendary British fighter | title = '''Spitfire Mk Vb''' | other | usage-1 = the tropical version | link-1 = Spitfire Mk Vb/trop | usage-2 = other uses | link-2 = Spitfire (Disambiguation) }}