Difference between revisions of "Template:About/Documentation"

From War Thunder Wiki
Jump to: navigation, search
m
m
 
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<pre>{{About
 
<pre>{{About
 
| about =  
 
| about =  
| title =
 
 
| usage =  
 
| usage =  
 
| link =  
 
| link =  
Line 16: Line 15:
 
<pre>{{About
 
<pre>{{About
 
| about =  
 
| about =  
| title =
 
 
| and
 
| and
 
| usage =  
 
| usage =  
 
| link-1 =  
 
| link-1 =  
| link-2
+
| link-2 =
 
}}</pre>
 
}}</pre>
  
Line 26: Line 24:
 
<pre>{{About
 
<pre>{{About
 
| about =  
 
| about =  
| title =
 
 
| other
 
| other
| usage =  
+
| usage-1 =  
 
| link-1 =  
 
| link-1 =  
| link-2
+
| usage-2 =
 +
| link-2 =
 
}}</pre>
 
}}</pre>
  
Line 41: Line 39:
 
== Examples of use ==
 
== Examples of use ==
 
{{About
 
{{About
| about = the American heavy tank
+
| about = American heavy tank '''T34'''
| title = '''T34'''
 
 
| usage = other uses
 
| usage = other uses
| link = T-34 (Disambiguation)
+
| link = T-34 (Family)
 
}}
 
}}
  
 
  <nowiki>{{About
 
  <nowiki>{{About
| about = the American heavy tank
+
| about = American heavy tank '''T34'''
| title = '''T34'''
 
 
| usage = other uses
 
| usage = other uses
| link = T-34 (Disambiguation)
+
| link = T-34 (Family)
 
}}</nowiki>
 
}}</nowiki>
  
 
{{About
 
{{About
| about = the British medium tank
+
| about = British medium tank '''Cromwell V'''
| title = '''Cromwell V'''
 
 
| and
 
| and
 
| usage = other variants
 
| usage = other variants
Line 64: Line 59:
  
 
  <nowiki>{{About
 
  <nowiki>{{About
| about = the British medium tank
+
| about = British medium tank '''Cromwell V'''
| title = '''Cromwell V'''
 
 
| and
 
| and
 
| usage = other variants
 
| usage = other variants
Line 73: Line 67:
  
 
{{About
 
{{About
| about = the legendary British fighter
+
| about = legendary British fighter '''Spitfire Mk Vb'''
| title = '''Spitfire Mk Vb'''
 
 
| other
 
| other
 
| usage-1 = the tropical version
 
| usage-1 = the tropical version
 
| link-1 = Spitfire Mk Vb/trop
 
| link-1 = Spitfire Mk Vb/trop
 
| usage-2 = other uses
 
| usage-2 = other uses
| link-2 = Spitfire (Disambiguation)
+
| link-2 = Spitfire (Family)
 
}}
 
}}
  
 
  <nowiki>{{About
 
  <nowiki>{{About
| about = the legendary British fighter
+
| about = legendary British fighter '''Spitfire Mk Vb'''
| title = '''Spitfire Mk Vb'''
 
 
| other
 
| other
 
| usage-1 = the tropical version
 
| usage-1 = the tropical version
 
| link-1 = Spitfire Mk Vb/trop
 
| link-1 = Spitfire Mk Vb/trop
 
| usage-2 = other uses
 
| usage-2 = other uses
| link-2 = Spitfire (Disambiguation)
+
| link-2 = Spitfire (Family)
 
}}</nowiki>
 
}}</nowiki>

Latest revision as of 16:54, 8 July 2019

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 = 
| usage = 
| link = 
}}

Two link of similar usage:

{{About
| about = 
| and
| usage = 
| link-1 = 
| link-2 =
}}

Two links of separate usage:

{{About
| about = 
| other
| usage-1 = 
| link-1 = 
| usage-2 = 
| 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 American heavy tank T34. For other uses, see T-34 (Family).
{{About
| about = American heavy tank '''T34'''
| usage = other uses
| link = T-34 (Family)
}}
This page is about the British medium tank Cromwell V. For other variants, see Cromwell I and Cromwell Mk.V (RP-3).
{{About
| about = British medium tank '''Cromwell V'''
| and
| usage = other variants
| link-1 = Cromwell I
| link-2 = Cromwell Mk.V (RP-3)
}}
This page is about the legendary British fighter Spitfire Mk Vb. For the tropical version, see Spitfire Mk Vb/trop. For other uses, see Spitfire (Family).
{{About
| about = legendary British fighter '''Spitfire Mk Vb'''
| other
| usage-1 = the tropical version
| link-1 = Spitfire Mk Vb/trop
| usage-2 = other uses
| link-2 = Spitfire (Family)
}}