Template:Mutation: Difference between revisions

Jump to navigation Jump to search
cargo: remove NPC only, replace with Obtainable
mNo edit summary
(cargo: remove NPC only, replace with Obtainable)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{#cargo_declare:_table=Mutations
<noinclude>{{#cargo_declare:_table=Mutations
|Name=String
|Type=String
|Type=String
|Cost=Integer
|Cost=Integer
Line 5: 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 11: Line 11:
|Prerelease=Boolean
|Prerelease=Boolean
|Variants= List (,) of String
|Variants= List (,) of String
|NPConly=Boolean
|Obtainable=Boolean
|StartingMutation=Boolean
|Deprecated=Boolean}}<!--
|Deprecated=Boolean}}<!--
-->{{#cargo_attach:_table = GeneralData}}<!--


     CARGO STORE
     CARGO STORE


--></noinclude><includeonly>{{#cargo_store:_table=Mutations
--></noinclude><includeonly>{{#cargo_store:_table=Mutations
|Name={{{title|{{#titleparts:{{PAGENAME}}}}}}}
|Type={{{type|}}}
|Type={{{type|}}}
|Cost={{{cost|}}}
|Cost={{{cost|}}}
Line 22: Line 26:
|CanEquipSlots={{{canequipslots|}}}
|CanEquipSlots={{{canequipslots|}}}
|Exclusions={{{exclusions|}}}
|Exclusions={{{exclusions|}}}
|CreationCode={{{code|}}}
|RealityDistort={{{realitydistort|no}}}
|RealityDistort={{{realitydistort|no}}}
|MutationID={{{id|}}}
|MutationID={{{id|}}}
Line 28: Line 31:
|Prerelease={{{prerelease|no}}}
|Prerelease={{{prerelease|no}}}
|Variants={{{variants|}}}
|Variants={{{variants|}}}
|NPConly={{{npconly|no}}}
|Obtainable={{{obtainable|{{{startingmutation|no}}}}}}
|StartingMutation={{{startingmutation|no}}}
|Deprecated={{{deprecated|no}}}}}{{#vardefine:name|{{qud text|&y{{#titleparts:{{{title|}}}}} }}}}<!--
|Deprecated={{{deprecated|no}}}}}{{#vardefine:name|{{qud text|&y{{#titleparts:{{{title|}}}}} }}}}<!--
    General Data Storage    (store ID with "Mutation:" in front to avoid object ID collisions)
-->{{#cargo_store:_table=GeneralData
|ObjectID=Mutation:{{{id|}}}
|DisplayName={{qud text|{{{title|{{PAGENAME}}}}}}}
|Image={{#ifeq: {{{image|}}} | none ||{{{image|}}}}}
|PlainName={{StripFormatting|1={{{title|{{#titleparts:{{PAGENAME}}}} }}} }}
|TileColors={{{tilecolors|wW}}}
|Categories=Mutations
|Aliases={{#var:aliases|}}
|IDAliases={{#var:idaliases|}}
|JoinKey={{FULLPAGENAME}}
|Description={{qud text|{{{desc|}}}|unbolded}} }}<!--


     INFOBOX START
     INFOBOX START
Line 43: Line 61:
| Mental defect = [[Category:Mental Defects]]}} }} }}
| Mental defect = [[Category:Mental Defects]]}} }} }}
{{#if: {{{cost|}}}      | {{infobox row|Cost|{{{cost}}} }} }}
{{#if: {{{cost|}}}      | {{infobox row|Cost|{{{cost}}} }} }}
{{#if: {{{slots|}}}      | {{infobox row|Body Location{{Tooltip|The body part(s) where this<br>mutation can be located}}|{{{slots}}} }} }}
{{#if: {{{slots|}}}      | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">The body part(s) where this<br>mutation can be located</span>|2=Body Location}}|{{{slots}}} }} }}
{{#if: {{{canequipslots|}}} | {{#if: {{{slots|}}} | {{infobox row|Location Equippable?{{Tooltip|Whether equipment can be worn<br>on top of the mutated body part}}|{{{canequipslots}}} }} }} }}
{{#if: {{{canequipslots|}}} | {{#if: {{{slots|}}} | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">Whether equipment can be worn<br>on top of the mutated body part</span>|2=Location Equippable?}}|{{{canequipslots}}} }} }} }}
{{#if: {{{exclusions|}}} | {{infobox row|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|Variants{{Tooltip|The <b><u>C</u></b>ustomize options that may<br>be selected for this mutation}}|{{{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|Creation Code{{Tooltip|The letters that represent this<br>Mutation within a [[Build Library|Build 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|{{{id}}} }} }}
{{#if: {{{id|}}}        | {{infobox row|ID{{Tooltip|Use this ID to [[Wishes|wish]] for the mutation<br>(example: <code>mutation:{{{id}}}</code>)}}|{{{id}}} }} }}
{{#if: {{{realitydistort|}}} | {{infobox row|Reality Distorting{{Tooltip|Reality distorting mutations<br>cannot be used under<br>the effects of normality.}}|{{{realitydistort}}} }} }}  
{{#if: {{{realitydistort|}}} | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">Reality distorting mutations<br>cannot be used under<br>the effects of normality.</span>|2=Reality Distorting}}|{{{realitydistort}}} }} }}  
{{#ifeq: {{{deprecated|}}} | yes | {{infobox row|Deprecated{{Tooltip|This mutation has been removed<br>from the game. Its wiki page is<br>preserved for historical interest}}|{{{deprecated}}} }} }} }}
{{#ifeq: {{{deprecated|}}} | yes | {{infobox row|{{Tooltip|1=<span style="font-weight:normal;">This mutation has been removed<br>from the game. Its wiki page is<br>preserved for historical interest|2=Deprecated}}|{{{deprecated}}} }} }} }}
{{#ifeq: {{{npconly|}}} | yes | [[Category:Innate mutations]] | [[Category:Mutations]]}}
{{#ifeq: {{{startingmutation|no}}}{{{obtainable|no}}} | nono | [[Category:Innate mutations]] | [[Category:Mutations]]}}
{{#if: {{{desc|}}} | {{Qud look|title={{{title|{{PAGENAME}}}}}|text={{{desc}}}|bordercolor=y|bottomtext=none|padding=1}} }}
{{#if: {{{desc|}}} | {{Qud look|title={{{title|{{PAGENAME}}}}}|text={{{desc}}}|bordercolor=y|bottomtext=none|padding=1}} }}
</includeonly><noinclude>
</includeonly><noinclude>
{{doc}}[[Category:Cargo Store Templates]]
{{doc}}[[Category:Cargo Store Templates]]
</noinclude>
</noinclude>

Navigation menu