Template:Trait: Difference between revisions

From The Cataclysm: Dark Days Ahead Wiki
Jump to navigation Jump to search
(updated trait text.)
(Added threshold variable.)
Line 14: Line 14:


-->{{#if:{{{trait|}}}|&nbsp;[[Character#Traits|<b style="border:1px solid darkblue; color:darkblue; padding: 0 0.6em">Possible Starting Trait</b>]]}}<!--
-->{{#if:{{{trait|}}}|&nbsp;[[Character#Traits|<b style="border:1px solid darkblue; color:darkblue; padding: 0 0.6em">Possible Starting Trait</b>]]}}<!--
-->{{#if:{{{threshold|}}}|&nbsp;[[Mutation#Thresholds|<b style="border:1px solid darkgreen; color:lightgreen; padding: 0 0.6em">Threshold Mutation</b>]]}}<!--


-->{{#if:{{{lizard|}}}|&nbsp;[[Mutation#Categories|<b style="border:1px solid DarkKhaki ; background-color:khaki; color:black; padding: 0 0.6em">LIZARD</b>]]}}<!--
-->{{#if:{{{lizard|}}}|&nbsp;[[Mutation#Categories|<b style="border:1px solid DarkKhaki ; background-color:khaki; color:black; padding: 0 0.6em">LIZARD</b>]]}}<!--
Line 85: Line 87:
* Set 'invalid' to '1' if the mutation is not a valid mutation target. Means it can only be chosen as a starting trait, or using the debug menu.
* Set 'invalid' to '1' if the mutation is not a valid mutation target. Means it can only be chosen as a starting trait, or using the debug menu.
* Set 'trait' to '1' if the mutation is a possible starting trait. Only use this for the default starting traits. The ones with <nowiki>'"starting_trait" : true'</nowiki> in the json files.
* Set 'trait' to '1' if the mutation is a possible starting trait. Only use this for the default starting traits. The ones with <nowiki>'"starting_trait" : true'</nowiki> in the json files.
* Set 'threshold' to '1' if the mutation is a threshold mutation. Only use for threshold mutations. The ones with <nowiki>'"threshreq"'</nowiki> values set in the json files.


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 16:02, 10 August 2016

{{{2}}}
Point cost: {{{3}}} / Visiblity: {{{4}}} / Ugliness: {{{5}}}

Documentation

Documentation incomplete.

Use this template to create the mutation/trait infobox.

Some of the variables:

  • set 'bionic' to the correct bionic if the mutation has a bionic that has a similar feature set. Add a link to the bionic in the notes. For example bionic=Internal Storage
  • Set 'invalid' to '1' if the mutation is not a valid mutation target. Means it can only be chosen as a starting trait, or using the debug menu.
  • Set 'trait' to '1' if the mutation is a possible starting trait. Only use this for the default starting traits. The ones with '"starting_trait" : true' in the json files.
  • Set 'threshold' to '1' if the mutation is a threshold mutation. Only use for threshold mutations. The ones with '"threshreq"' values set in the json files.