Template:AlchemyBubble/row: Difference between revisions

From IdleOn MMO Wiki
imported>Grzib
mNo edit summary
imported>Grzib
mNo edit summary
Line 20: Line 20:
   <td>{{{desc}}}</td>
   <td>{{{desc}}}</td>
   <td style="font-size:15px; line-height:0%; white-space:nowrap; {{#if: {{{end|}}}|border-radius:0 0 0.6em 0;|}}">
   <td style="font-size:15px; line-height:0%; white-space:nowrap; {{#if: {{{end|}}}|border-radius:0 0 0.6em 0;|}}">
   <ul style="list-style-type:none; line-height:0; margin-left:0;>
   <ul style="list-style-type:none; line-height:0; margin:0;>
   <li>{{#if: {{{mat1|}}}|{{CraftReq|{{{mat1}}}}}|}}</li>
   <li>{{#if: {{{mat1|}}}|{{CraftReq|{{{mat1}}}}}|}}</li>
   <li>{{#if: {{{mat2|}}}|{{CraftReq|{{{mat2}}}}}|}}</li>
   <li>{{#if: {{{mat2|}}}|{{CraftReq|{{{mat2}}}}}|}}</li>

Revision as of 11:57, 14 December 2020


How to use

Example:

{{AlchemyBubble/row
|icon=OrangeBubble1       <--- or GreenBubble7 / PurpleBubble4 / YellowBubble10... --->
|name=example name
|desc=example description
|mat1=example material 1
|mat2=example material 2  
|mat3=example material 3  
|mat4=example material 4        <--- might be a template later --->
}}

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