Template:AlchemyBubble/row: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
imported>Kiokurashi
No edit summary
Line 13: Line 13:
   <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}}}}}|}}</li>
   <li>{{#if: {{{mat1|}}}|{{CraftReq|{{{mat1}}}}}|}}</li>
  <li>{{#if: {{{icon1|}}}|{{Icons|{{{icon1}}}|text={{{icon1}}}}}|}}</li>
   <li>{{#if: {{{mat2|}}}|{{CraftReq|{{{mat2}}}}}|}}</li>
   <li>{{#if: {{{mat2|}}}|{{CraftReq|{{{mat2}}}}}|}}</li>
  <li>{{#if: {{{icon2|}}}|{{Icons|{{{icon2}}}|text={{{icon2}}}}}|}}</li>
   <li>{{#if: {{{mat3|}}}|{{CraftReq|{{{mat3}}}}}|}}</li>
   <li>{{#if: {{{mat3|}}}|{{CraftReq|{{{mat3}}}}}|}}</li>
  <li>{{#if: {{{icon3|}}}|{{Icons|{{{icon3}}}|text={{{icon3}}}}}|}}</li>
   <li>{{#if: {{{mat4|}}}|{{CraftReq|{{{mat4}}}}}|}}</li>
   <li>{{#if: {{{mat4|}}}|{{CraftReq|{{{mat4}}}}}|}}</li>
  <li>{{#if: {{{icon4|}}}|{{Icons|{{{icon4}}}|text={{{icon4}}}}}|}}</li>
   <li>{{#if: {{{liq1|}}}|{{Liquid|{{{liq1}}}}}|}}</li>
   <li>{{#if: {{{liq1|}}}|{{Liquid|{{{liq1}}}}}|}}</li>
   <li>{{#if: {{{liq2|}}}|{{Liquid|{{{liq2}}}}}|}}</li>
   <li>{{#if: {{{liq2|}}}|{{Liquid|{{{liq2}}}}}|}}</li>

Revision as of 03:31, 22 March 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 --->