Template:AlchemyBubble/row: Difference between revisions

From IdleOn MMO Wiki
No edit summary
Tag: Reverted
(Attempting to add Tooltips to the Used In store.)
Tag: Reverted
Line 26: Line 26:
   <td>{{{effect}}}</td><!--
   <td>{{{effect}}}</td><!--
-->{{#ifeq:{{PAGENAME}}|Alchemy||<!--
-->{{#ifeq:{{PAGENAME}}|Alchemy||<!--
-->{{#if:{{{mat1|}}}|{{Usedin/datarow|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat1|}}}|{{Usedin/datarow|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}{{Tooltip|{{{effect}}}}}}}|}}<!--
-->{{#if:{{{mat2|}}}|{{Usedin/datarow|item={{{mat2}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat2|}}}|{{Usedin/datarow|item={{{mat2}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}{{Tooltip|{{{effect}}}}}}}|}}<!--
-->{{#if:{{{mat3|}}}|{{Usedin/datarow|item={{{mat3}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat3|}}}|{{Usedin/datarow|item={{{mat3}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}{{Tooltip|{{{effect}}}}}}}|}}<!--
-->{{#if:{{{mat4|}}}|{{Usedin/datarow|item={{{mat4}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}}}|}}}}
-->{{#if:{{{mat4|}}}|{{Usedin/datarow|item={{{mat4}}}|amount=Lots|type=Alchemy Bubble|source={{PAGENAME}}{{!}}{{{name}}}{{Tooltip|{{{effect}}}}}}}|}}}}
   </tr>
   </tr>
}}
}}

Revision as of 08:05, 21 June 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 --->