Template:AlchemyBubble/row: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 5: Line 5:
   <td>
   <td>
     <ul style="list-style-type:none; margin: 0 5px 0 0;">
     <ul style="list-style-type:none; margin: 0 5px 0 0;">
       <li>{{#if: {{{mat1|}}}|{{CraftReq|{{{mat1}}}}}{{Usedin/datarow|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble{{Tooltip|{{{effect}}}}}|source={{PAGENAME}}#{{{name}}}{{!}}{{{name}}}}}|}}</li>
       <li>{{#if: {{{mat1|}}}|{{CraftReq|{{{mat1}}}}}{{Usedin/datarow|icon={{{icon}}}|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble{{Tooltip|{{{effect}}}}}|source={{PAGENAME}}#{{{name}}}{{!}}{{{name}}}}}|}}</li>
       <li>{{#if: {{{icon1|}}}|{{Icons|{{{icon1}}}|text={{{icon1}}}}}|}}</li>
       <li>{{#if: {{{icon1|}}}|{{Icons|{{{icon1}}}|text={{{icon1}}}}}|}}</li>
       <li>{{#if: {{{liq1|}}}|{{Liquid|{{{liq1}}}}}|}}</li>
       <li>{{#if: {{{liq1|}}}|{{Liquid|{{{liq1}}}}}|}}</li>

Revision as of 00:59, 29 October 2023

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 --->