Difference between revisions of "Template:Main/Documentation"

From War Thunder Wiki
Jump to: navigation, search
(Added template data to allow the template to be used in the visual editor. I think this edit needs to be approved before it starts working in the visual editor.)
(Examples: Edits)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{docpage}}
 
{{docpage}}
  
This template is used for formatting links to more-detailed articles.
+
This template is used for formatting links to more detailed articles.
 
<pre>{{main
 
<pre>{{main
 
   |Article 1
 
   |Article 1
Line 20: Line 20:
  
 
{{Notice|'''Note:''' The character 'l' in "l1" is a lowercase 'L', NOT a capital "i" or a "1"}}
 
{{Notice|'''Note:''' The character 'l' in "l1" is a lowercase 'L', NOT a capital "i" or a "1"}}
 +
 +
The template can only link up to 5 pages. If you need to link more than 5 pages, use a second template as follows:
 +
<pre>{{main|Article 1|Article 2|Article 3|Article 4|Article 5}}</pre>
 +
<pre>{{main|Article 6|Article 7}}</pre>
  
 
== Examples ==
 
== Examples ==
Line 32: Line 36:
 
| {{Main|Aviation|Ground vehicles|Fleet}}
 
| {{Main|Aviation|Ground vehicles|Fleet}}
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
| <pre>{{Main|Aviation|Ground vehicles|Fleet|l1=Avia|l2=Ground|l3=Navy}}</pre>
+
| <pre>{{Main|Aviation|Ground vehicles|Fleet|l1=Air|l2=Ground|l3=Navy}}</pre>
| {{Main|Aviation|Ground vehicles|Fleet|l1=Avia|l2=Ground|l3=Navy}}
+
| {{Main|Aviation|Ground vehicles|Fleet|l1=Air|l2=Ground|l3=Navy}}
 
|}
 
|}
  
Line 91: Line 95:
 
}
 
}
 
},
 
},
"description": "This template is used for formatting links to more-detailed articles.\n\nIt creates the a line of text stating: \"Main Article:\" or \"Main Articles:\" followed by between 1 and 5 articles to link to.",
+
"description": "This template is used for formatting links to more detailed articles. It creates a line of text stating: \"Main article:\" or \"Main articles:\" followed by between 1 and 5 articles to link to.",
 
"paramOrder": [
 
"paramOrder": [
 
"1",
 
"1",

Latest revision as of 08:26, 14 October 2022

This template is used for formatting links to more detailed articles.

{{main
  |Article 1
}}

You can add up to five links, if required.

{{main
  |Article 1
  |Article 2
  |Article 3
}}

By default, the text of the link is set as the name of the page to which it directs. If needed, you can change the text the following way:

{{main
  |Article 1
  |Article 2
  |l1=Displayed text of link 1
  |l2=Displayed text of link 2
}}
Msg-info.png Note: The character 'l' in "l1" is a lowercase 'L', NOT a capital "i" or a "1"

The template can only link up to 5 pages. If you need to link more than 5 pages, use a second template as follows:

{{main|Article 1|Article 2|Article 3|Article 4|Article 5}}
{{main|Article 6|Article 7}}

Examples

Code Result
{{Main|Aviation}}
Main article: Aviation
{{Main|Aviation|Ground vehicles|Fleet}}
Main articles: Aviation, Ground vehicles, Fleet
{{Main|Aviation|Ground vehicles|Fleet|l1=Air|l2=Ground|l3=Navy}}
Main articles: Air, Ground, Navy