Template:Creature mutation: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<noinclude>{{#cargo_declare:_table=CreatureMutations|Mutation=Page|MutationLevel=Integer}}</noinclude><includeonly>{{#cargo_store:_table=CreatureMutations|Mutation={{{1|}}}|MutationLevel={{{2|0}}}}}
<noinclude>{{#cargo_declare:_table=CreatureMutations|Mutation=Page|MutationLevel=Integer}}</noinclude><includeonly>{{#cargo_store:_table=CreatureMutations|Mutation={{{1|}}}|MutationLevel={{{2|0}}}}}<div class="qud-mutation-entry">[[{{{1|}}}|{{{1|}}}{{#ifeq: {{{2|0}}} | 0 |{{#ifeq: {{#cargo_query:table=Mutations|fields=_pageName=Page|where=_pageName='{{{1|Albino}}}' AND Type LIKE '% defect'|default=NONE}}| NONE ||<b><span style="color:#b1c9c3;">&nbsp;(</span><span style="color:#a64a2e;">D</span><span style="color:#b1c9c3;">)</span></b>}}|{{#ifeq: {{#cargo_query:table=Mutations|fields=Type|where=_pageName='{{{1|Albino}}}' AND Type='Mental'|default=NONE}} | NONE |<b><span style="color:#b1c9c3;">&nbsp;(</span><span style="color:#77bfcf;">{{{2|0}}}</span><span style="color:#b1c9c3;">)</span></b>|{{#vardefine:mod|{{modifier|{{{3|16}}}}}}}{{#ifexpr: {{#var:mod}} > 0|{{#vardefine:color|#00c420}}{{#vardefine:symbol|+}}|{{#ifexpr: {{#var:mod}} < 0|{{#vardefine:color|#d74200}}{{#vardefine:symbol|-}}|{{#vardefine:color|#b1c9c3}}{{#vardefine:symbol|+}}}}}}<b><span style="color:#b1c9c3;">&nbsp;(</span><span style="color:#77bfcf;">{{{2|0}}}</span><span style="color:{{#var_final:color}};">{{#var:symbol}}{{#var:mod}}</span><span style="color:#b1c9c3;">)</span></b>}}}}]]</div></includeonly><noinclude>[[Category:Templates]]  
[[{{{1|}}}]] {{#ifeq: {{{2|0}}} | 0 |{{#ifeq: {{#cargo_query:table=Mutations|fields=_pageName=Page|where=_pageName='{{{1|Albino}}}' AND Type LIKE '% defect'|default=NONE}}| NONE ||<b>(<span style="color:#a64a2e;">D</span>)</b>}}|{{#ifeq: {{#cargo_query:table=Mutations|fields=Type|where=_pageName='{{{1|Albino}}}' AND Type='Mental'|default=NONE}} | NONE |<b>({{{2|0}}})</b>|{{#vardefine:mod|{{modifier|{{{3|16}}}}}}}{{#ifexpr: {{#var:mod}} > 0|{{#vardefine:color|#00c420}}{{#vardefine:symbol|+}}|{{#ifexpr: {{#var:mod}} < 0|{{#vardefine:color|#d74200}}{{#vardefine:symbol|-}}|{{#vardefine:color|#b1c9c3}}{{#vardefine:symbol|+}}}}}}<b>({{{2|0}}}<span style="color:{{#var_final:color}};">{{#var:symbol}}{{#var:mod}}</span>)</b>}}}}</includeonly><noinclude>[[Category:Templates]]  


Template for use in [[Template:Character]] only.  
Template for use in [[Template:Character]] only.  
Line 7: Line 6:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
{{creature mutation|Burrowing Claws|3}}
{{creature mutation/Test|Burrowing Claws|3}}
</syntaxhighlight>
</syntaxhighlight>
{{creature mutation|Burrowing Claws|3}}
{{creature mutation/Test|Burrowing Claws|3}}
 
If mutation level is 0(or not set), the mutation level will not be shown (used for 1 pt mutations). If the mutation is a defect, a (D) will automatically be added:
If mutation level is 0(or not set), the mutation level will not be shown (used for 1 pt mutations). If the mutation is a defect, a (D) will automatically be added:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
{{creature mutation|Albino}}
{{creature mutation/Test|Albino}}
</syntaxhighlight>
</syntaxhighlight>
{{creature mutation|Albino}}
{{creature mutation/Test|Albino}}


This template also takes a third argument, the ego value of a creature. If the mutation is a mental mutation, it will add bonus levels based on the ego modifier.
This template also takes a third argument, the ego value of a creature. If the mutation is a mental mutation, it will add bonus levels based on the ego modifier.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
{{creature mutation|Psychometry|3|21}}
{{creature mutation/Test|Psychometry|3|21}}
</syntaxhighlight>
</syntaxhighlight>
{{creature mutation|Psychometry|3|21}}
{{creature mutation/Test|Psychometry|3|21}}


</noinclude>
</noinclude>

Revision as of 18:49, 12 August 2019

This template defines the table "CreatureMutations". View table.

Template for use in Template:Character only.

The first argument is the mutation name, and the second is the mutation level (defaults to 0).

{{creature mutation/Test|Burrowing Claws|3}}

Template:Creature mutation/Test

If mutation level is 0(or not set), the mutation level will not be shown (used for 1 pt mutations). If the mutation is a defect, a (D) will automatically be added:

{{creature mutation/Test|Albino}}

Template:Creature mutation/Test

This template also takes a third argument, the ego value of a creature. If the mutation is a mental mutation, it will add bonus levels based on the ego modifier.

{{creature mutation/Test|Psychometry|3|21}}

Template:Creature mutation/Test