Template:Craftable: Difference between revisions

From Subnautica Wiki
(Testing having multiple debug names)
(Test worked, adding support for four "debugspawn" entries)
Line 57: Line 57:
<data source="debugspawn">
<data source="debugspawn">
<label>Debug Spawn</label>
<label>Debug Spawn</label>
<format>{{#if:{{#explode:{{{debugspawn}}}||1}}|[[Console Commands#Spawn|{{{debugspawn}}}]]|Test}}</format>
<format>{{#if:{{#explode:{{{debugspawn}}}||1}}|
*[[Console Commands#Spawn|{{#explode:{{{debugspawn}}}||0}}]]
*[[Console Commands#Spawn|{{#explode:{{{debugspawn}}}||1}}]]
{{#if:{{#explode:{{{debugspawn}}}||2}}
*[[Console Commands#Spawn|{{#explode:{{{debugspawn}}}||2}}]]
{{#if:{{#explode:{{{debugspawn}}}||3}}
*[[Console Commands#Spawn|{{#explode:{{{debugspawn}}}||3}}]]
}}
}}
|[[Console Commands#Spawn|{{{debugspawn}}}]]
{{#if:{{#explode:{{{debugspawn}}}||1}}
[[Console Commands#Spawn|{{#explode:{{{debugspawn}}}||1}}]]
</format>
</data>
</data>
<group layout="horizontal">
<group layout="horizontal">

Revision as of 00:25, 18 January 2019

<infobox>

 <title source="title1">
   <default>Craftable</default>
 </title>
 <image source="image4">

</image> <label>Category</label> <label>Description</label> <label>Hull Integrity</label> <label>Health</label> <label>Acquired From</label> <label>Fragments</label> <label>Build Time</label> <label>Size</label> <label>Damage</label> <label>Drill Yield</label> <label>Biome</label> <label>Location</label> <label>Coordinates</label> <label>Perks</label> <label>Attribute</label> <label>Drops</label> <label>Debug Spawn</label> <format>{{#if:{{#explode:{{{debugspawn}}}||1}}| *{{#explode:{{{debugspawn}}}||0}} *{{#explode:{{{debugspawn}}}||1}} |{{{debugspawn}}} {{#if:{{#explode:{{{debugspawn}}}||1}} {{#explode:{{{debugspawn}}}||1}} </format> <group layout="horizontal"> <label>Food</label> <label>H2O</label> </group> <label>Bioreactor</label> <label>Byproduct</label> <group collapse="open" class="tab-fragment"> <header>Fragments</header> <image source="image2"> </image> <label>Item</label> <label>Description</label> <label>Location</label> <label>Fragments</label> <label>Attribute</label> <label>Debug Spawn</label> <format>{{{debugspawn2}}}</format> <image source="image3"> </image> <label>Item</label> <label>Description</label> <label>Location</label> <label>Fragments</label> <label>Attribute</label> <label>Debug Spawn</label> <format>{{{debugspawn3}}}</format> <image source="image5"> </image> <label>Item</label> <label>Description</label> <label>Location</label> <label>Fragments</label> <label>Attribute</label> <label>Debug Spawn</label> <format>{{{debugspawn4}}}</format> </group> <group collapse="open" class="tab-fragment"> <header>Data Boxes</header> <image source="image6"> </image> <label>Location</label> </group> </infobox> Example usage:

{{Craftable
|title1=Example
|image1=Example
|caption1=Example
|category=Example
|tab=Example
|description=Example
|attitude=Example
|biome=Example
|active_during=Example
|dna=Example
|size=Example
|bioreactor=Example
|food=Example
|h2o=Example
|debugspawn=Example
}}