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)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
<onlyinclude>{{Infobox
|bodystyle = {{Infobox style|infobox}}
|abovestyle  = {{Infobox style|infobox_title}}
|headerstyle = {{Infobox style|infobox_header}}
|labelstyle  = {{Infobox style|infobox_label}}
 
|above  = {{#if:{{{name|}}}|{{{name|}}}|Faction}}
|above  = {{#if:{{{name|}}}|{{{name|}}}|Faction}}
|image  = {{#if:{{{image|}}}|[[File:{{{image|}}}|{{{imgsize|250px}}}|center]]|}}
|image  = {{#if:{{{slides|}}}<!--
  -->|{{SlidesToTabber|{{{slides}}}|{{#if:{{{imgsize|}}}|{{{imgsize}}}|300px}}}}<!--
  -->|{{#if:{{{image|}}}|[[File:{{{image|}}}|{{#if:{{{imgsize|}}}|{{{imgsize|}}}|250px}}|center]]|}}
}}
|label1 = {{#if:{{{type|}}}|Type|}}
|label1 = {{#if:{{{type|}}}|Type|}}
|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>

Latest revision as of 15:11, 15 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      = 
}}