Difference between revisions of "Template:About/Documentation"

From War Thunder Wiki
Jump to: navigation, search
(Created doc)
 
m
Line 8: Line 8:
 
<pre>{{About
 
<pre>{{About
 
| about =  
 
| about =  
 +
| title =
 
| usage =  
 
| usage =  
 
| link =  
 
| link =  
Line 15: Line 16:
 
<pre>{{About
 
<pre>{{About
 
| about =  
 
| about =  
 +
| title =
 
| and
 
| and
 
| usage =  
 
| usage =  
Line 24: Line 26:
 
<pre>{{About
 
<pre>{{About
 
| about =  
 
| about =  
 +
| title =
 
| other
 
| other
 
| usage =  
 
| usage =  
Line 38: Line 41:
 
== Examples of use ==
 
== Examples of use ==
 
{{About
 
{{About
| about = the American heavy tank '''T34'''
+
| about = the American heavy tank
 +
| title = '''T34'''
 
| usage = other uses
 
| usage = other uses
 
| link = T-34 (Disambiguation)
 
| link = T-34 (Disambiguation)
Line 44: Line 48:
  
 
  <nowiki>{{About
 
  <nowiki>{{About
| about = the American heavy tank '''T34'''
+
| about = the American heavy tank
 +
| title = '''T34'''
 
| usage = other uses
 
| usage = other uses
 
| link = T-34 (Disambiguation)
 
| link = T-34 (Disambiguation)
Line 50: Line 55:
  
 
{{About
 
{{About
| about = the British medium tank '''Cromwell V'''
+
| about = the British medium tank
 +
| title = '''Cromwell V'''
 
| and
 
| and
 
| usage = other variants
 
| usage = other variants
Line 58: Line 64:
  
 
  <nowiki>{{About
 
  <nowiki>{{About
| about = the British medium tank '''Cromwell V'''
+
| about = the British medium tank
 +
| title = '''Cromwell V'''
 
| and
 
| and
 
| usage = other variants
 
| usage = other variants
Line 66: Line 73:
  
 
{{About
 
{{About
| about = the legendary British fighter '''Spitfire Mk Vb'''
+
| about = the legendary British fighter
 +
| title = '''Spitfire Mk Vb'''
 
| other
 
| other
 
| usage-1 = the tropical version
 
| usage-1 = the tropical version
Line 75: Line 83:
  
 
  <nowiki>{{About
 
  <nowiki>{{About
| about = the legendary British fighter '''Spitfire Mk Vb'''
+
| about = the legendary British fighter
 +
| title = '''Spitfire Mk Vb'''
 
| other
 
| other
 
| usage-1 = the tropical version
 
| usage-1 = the tropical version

Revision as of 06:55, 17 March 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 = 
| 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)
}}