Difference between revisions of "Template:TraitAbility"

From Holdfast: Nations At War
Jump to navigation Jump to search
m (Updated to be driven by sub-template data)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 +
== USAGE ==
 
Used to create a single row detailing a trait / ability
 
Used to create a single row detailing a trait / ability
  
Line 5: Line 6:
  
 
Usage:
 
Usage:
<pre>{{TraitAbility|enum=Enum of Ability|style=TBC|width=TBC}}</pre>
+
<pre>{{TraitAbility|enum=Enum of Ability}</pre>
  
{{TraitAbility|enum=AbleSwimmer|style=TBC|width=TBC}}
+
e.g.
 +
<pre>{{TraitAbility|enum=AbleSwimmer}</pre>
 +
{{TraitAbility|enum=AbleSwimmer}}
  
Note that this is now driven by sub-templates of the data:
+
== SETUP ==
<pre>
+
This is driven by sub-templates for the data used (these also feed other uses of trait/ability data).  To add a new trait to the template, do not edit this page, but edit the sub-templates and upload a trait image.  This should be resized to 55x55px and should be named Trait_[enum].png, replacing [enum] with the name of the trait.
{{TraitAbility/Type|AbleSwimmer}}
+
 
{{TraitAbility/Name|AbleSwimmer}}
+
So:
{{TraitAbility/Description|AbleSwimmer}}
+
 
</pre>
+
<code>
 +
[[Template:TraitAbility/Type|<nowiki>{{TraitAbility/Type|AbleSwimmer}}</nowiki>]]
 +
 
 +
[[Template:TraitAbility/Name|<nowiki>{{TraitAbility/Name|AbleSwimmer}}</nowiki>]]
 +
 
 +
[[Template:TraitAbility/Description|<nowiki>{{TraitAbility/Description|AbleSwimmer}}</nowiki>]]
 +
</code>
 +
 
 +
Results in:
  
 +
<code>
 
{{TraitAbility/Type|AbleSwimmer}}
 
{{TraitAbility/Type|AbleSwimmer}}
  
Line 21: Line 33:
  
 
{{TraitAbility/Description|AbleSwimmer}}
 
{{TraitAbility/Description|AbleSwimmer}}
 +
</code>
  
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
<!-- {{#cargo_store:_table=TraitAbility|Type={{type|Trait}}|Enum={{enum|Blank}}|Name={{name|Unknown}}|Description=={{description|Unknown Trait}} }} -->
 
 
{| class=wikitable style="margin-bottom:0px;margin-top:0px"
 
{| class=wikitable style="margin-bottom:0px;margin-top:0px"
 
|-
 
|-
| style="width: 100px;text-align: center" | [[File:{{TraitAbility/Type|{{{enum}}}}}_{{{ enum|blank }}}.png]]
+
| style="width: 100px;text-align: center" | [[File:{{TraitAbility/Type|{{{enum}}}}}_{{{ enum|blank }}}.png|55x55px]]
 
| style="width: 350px" | {{TraitAbility/Name|{{{enum}}}}}
 
| style="width: 350px" | {{TraitAbility/Name|{{{enum}}}}}
 
| style="width: 500px" | {{TraitAbility/Description|{{{enum}}}}}
 
| style="width: 500px" | {{TraitAbility/Description|{{{enum}}}}}
 
|}</includeonly>
 
|}</includeonly>

Latest revision as of 19:44, 22 February 2020

USAGE

Used to create a single row detailing a trait / ability


Usage:

{{TraitAbility|enum=Enum of Ability}

e.g.

{{TraitAbility|enum=AbleSwimmer}


Trait AbleSwimmer.png Able Swimmer Lightly equipped. Your swimming speed is increased by 35%.

SETUP

This is driven by sub-templates for the data used (these also feed other uses of trait/ability data). To add a new trait to the template, do not edit this page, but edit the sub-templates and upload a trait image. This should be resized to 55x55px and should be named Trait_[enum].png, replacing [enum] with the name of the trait.

So:

{{TraitAbility/Type|AbleSwimmer}}

{{TraitAbility/Name|AbleSwimmer}}

{{TraitAbility/Description|AbleSwimmer}}

Results in:

Trait

Able Swimmer

Lightly equipped. Your swimming speed is increased by 35%.