Template:Infobox faction: Difference between revisions

From Totem Arts Wiki
Jump to navigation Jump to search
RaiderAlpha (talk | contribs)
Created page with "{{Infobox |above = {{#if:{{{name|}}}|{{{name|}}}|Faction}} |image = {{#if:{{{image|}}}|[[File:{{{image|}}}|{{{imgsize|250px}}}|center]]|}} |label1 = {{#if:{{{type|}}}|Type|}..."
 
RaiderAlpha (talk | contribs)
No edit summary
Line 1: Line 1:
{{Infobox
<onlyinclude>{{Infobox
|above  = {{#if:{{{name|}}}|{{{name|}}}|Faction}}
|above  = {{#if:{{{name|}}}|{{{name|}}}|Faction}}
|image  = {{#if:{{{image|}}}|[[File:{{{image|}}}|{{{imgsize|250px}}}|center]]|}}
|image  = {{#if:{{{image|}}}|[[File:{{{image|}}}|{{{imgsize|250px}}}|center]]|}}
Line 5: Line 5:
|data1  = {{#if:{{{type|}}}|{{{type|}}}|}}
|data1  = {{#if:{{{type|}}}|{{{type|}}}|}}
|label2 = {{#if:{{{color|}}}|Team colour|}}
|label2 = {{#if:{{{color|}}}|Team colour|}}
|data2  = {{#if:{{{color|}}}|{{{name|}}}|}}
|data2  = {{#if:{{{color|}}}|{{{color|}}}|}}
|label3 = {{#if:{{{tactics|}}}|Tactics|}}
|label3 = {{#if:{{{tactics|}}}|Tactics|}}
|data3  = {{#if:{{{tactics|}}}|{{{tactics|}}}|}}
|data3  = {{#if:{{{tactics|}}}|{{{tactics|}}}|}}
|label4 = {{#if:{{{leader|}}}|Leader(s)|}}
|label4 = {{#if:{{{leader|}}}|Leader(s)|}}
|data4  = {{#if:{{{leader|}}}|{{{leader|}}}|}}
|data4  = {{#if:{{{leader|}}}|{{{leader|}}}|}}
}}</onlyinclude><noinclude>
== Usage ==
To use this template, insert the following code into the page and fill out the fields:
<pre>
{{Infobox faction
|name        =
|image      =
|imgsize    =
|type        =
|color      =
|tactics    =
|leader      =
}}
}}
</pre>
[[Category:Infobox templates]]</noinclude>

Revision as of 11:42, 3 September 2020

Faction

Usage

To use this template, insert the following code into the page and fill out the fields:

{{Infobox faction
|name        = 
|image       = 
|imgsize     = 
|type        = 
|color       = 
|tactics     = 
|leader      = 
}}