Template:AlchemyBubble/row: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
imported>Kiokurashi
m (Reverted edits by Kiokurashi (talk) to last revision by Wekhter)
Line 20: Line 20:
   <li>{{#if: {{{liq3|}}}|{{Liquid|{{{liq3}}}}}|}}</li>
   <li>{{#if: {{{liq3|}}}|{{Liquid|{{{liq3}}}}}|}}</li>
   <li>{{#if: {{{liq4|}}}|{{Liquid|{{{liq4}}}}}|}}</li></ul></td>
   <li>{{#if: {{{liq4|}}}|{{Liquid|{{{liq4}}}}}|}}</li></ul></td>
   <td>{{{effect}}}</td>{{#ifeq:{{PAGENAME}}|Alchemy||<!--
   <td>{{{effect}}}</td><!--
-->{{#if:{{{mat1|}}}|{{Usedin/datarow|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Cauldron{{!}}{{{name}}}}}|}}<!--
-->{{#ifeq:{{PAGENAME}}|Alchemy|<!--
-->{{#if:{{{mat2|}}}|{{Usedin/datarow|item={{{mat2}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Cauldron{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat1|}}}|{{Usedin/datarow|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Brewing{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat3|}}}|{{Usedin/datarow|item={{{mat3}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Cauldron{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat2|}}}|{{Usedin/datarow|item={{{mat2}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Brewing{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat4|}}}|{{Usedin/datarow|item={{{mat4}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Cauldron{{!}}{{{name}}}}}|}}}}</tr>
-->{{#if:{{{mat3|}}}|{{Usedin/datarow|item={{{mat3}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Brewing{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat4|}}}|{{Usedin/datarow|item={{{mat4}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Brewing{{!}}{{{name}}}}}|}}}}
  </tr>
}}
}}
</includeonly><noinclude>
</includeonly><noinclude>

Revision as of 22:03, 8 February 2022

How to use

Example:

{{AlchemyBubble/row
|icon=OrangeBubble1       <--- or GreenBubble7 / PurpleBubble4 / YellowBubble10... --->
|name=example name
|effect=example description     <--- the bubble description --->
|liq1-4=1-4         <--- 1 for Water, 2 for Nitrogen, etc. --->
|mat1-4=example material
}}

Other parameters:

|big=orange             <--- or green / purple / yellow - insert for big (active) bubbles --->
|head=orange            <--- or green / purple / yellow - insert on the first row, replaces the row with header --->
|end=yes                <--- insert on the final row, rounds bottom corners of the table --->