Template:AlchemyBubble/row: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<tr {{#if: {{{big|}}}|class="big"|}}>
<tr {{#if: {{{big|}}}|class="big"|}}>
   <th class="icon">[[File:{{{icon}}}.png|{{#if: {{{big|}}}|64px|48px}}|link=]]</th>
   <td class="icon">[[File:{{{icon}}}.png|{{#if: {{{big|}}}|64px|48px}}|link=]]</td>
   <th class="name" id="{{{name}}}">{{{name}}}</th>
   <td class="name" id="{{{name}}}">{{{name}}}</td>
   <td>
   <td>
     <ul style="list-style-type:none; margin: 0 5px 0 0;">
     <ul style="list-style-type:none; margin: 0 5px 0 0;">

Revision as of 06:18, 24 February 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 --->