Template:Mutation: Difference between revisions

Cargo: remove creation code storage. add StartingMutation column
mNo edit summary
(Cargo: remove creation code storage. add StartingMutation column)
Line 6: Line 6:
|CanEquipSlots=Boolean
|CanEquipSlots=Boolean
|Exclusions= List (,) of Page
|Exclusions= List (,) of Page
|CreationCode=String
|MutationID=String
|MutationID=String
|RealityDistort=Boolean
|RealityDistort=Boolean
Line 13: Line 12:
|Variants= List (,) of String
|Variants= List (,) of String
|NPConly=Boolean
|NPConly=Boolean
|StartingMutation=Boolean
|Deprecated=Boolean}}<!--
|Deprecated=Boolean}}<!--


Line 26: Line 26:
|CanEquipSlots={{{canequipslots|}}}
|CanEquipSlots={{{canequipslots|}}}
|Exclusions={{{exclusions|}}}
|Exclusions={{{exclusions|}}}
|CreationCode={{{code|}}}
|RealityDistort={{{realitydistort|no}}}
|RealityDistort={{{realitydistort|no}}}
|MutationID={{{id|}}}
|MutationID={{{id|}}}
Line 33: Line 32:
|Variants={{{variants|}}}
|Variants={{{variants|}}}
|NPConly={{{npconly|no}}}
|NPConly={{{npconly|no}}}
|StartingMutation={{{startingmutation|no}}}
|Deprecated={{{deprecated|no}}}}}{{#vardefine:name|{{qud text|&y{{#titleparts:{{{title|}}}}} }}}}<!--
|Deprecated={{{deprecated|no}}}}}{{#vardefine:name|{{qud text|&y{{#titleparts:{{{title|}}}}} }}}}<!--


Line 65: Line 65:
{{#if: {{{exclusions|}}} | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">Other mutations that cannot be<br>selected with this mutation</span>|2=Exclusions}}|{{Consecutive links|{{{exclusions}}}}} }} }}
{{#if: {{{exclusions|}}} | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">Other mutations that cannot be<br>selected with this mutation</span>|2=Exclusions}}|{{Consecutive links|{{{exclusions}}}}} }} }}
{{#if: {{{variants|}}}  | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">The <b><u>C</u></b>ustomize options that may<br>be selected for this mutation</span>|2=Variants}}|{{{variants}}} }} }}
{{#if: {{{variants|}}}  | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">The <b><u>C</u></b>ustomize options that may<br>be selected for this mutation</span>|2=Variants}}|{{{variants}}} }} }}
{{#if: {{{code|}}}      | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">The letters that represent this<br>Mutation within a [[Build Library|Build Code]]</span>|2=Creation Code}}|{{{code}}} }} }}
<!-- The ID is the name of the mutation in Mutations.xml, or its C# class name if it is not listed in Mutations.xml -->
<!-- The ID is the name of the mutation in Mutations.xml, or its C# class name if it is not listed in Mutations.xml -->
{{#if: {{{id|}}}        | {{infobox row|ID{{Tooltip|Use this ID to [[Wishes|wish]] for the mutation<br>(example: <code>mutation:{{{id}}}</code>)}}|{{{id}}} }} }}
{{#if: {{{id|}}}        | {{infobox row|ID{{Tooltip|Use this ID to [[Wishes|wish]] for the mutation<br>(example: <code>mutation:{{{id}}}</code>)}}|{{{id}}} }} }}