Template:AlchemyBubble/row: Difference between revisions

From IdleOn MMO Wiki
imported>Wekhter
mNo edit summary
imported>Wekhter
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{#if: {{{head|}}}
{{#if: {{{head|}}}
|<tr style="{{#switch: {{{head}}}
|<tr>
  |orange=background-color: #ff9420;
   <th>Icon</th>
  |green=background-color: #47db5a;
   <th>Name</th>   
  |purple=background-color: #cb79e3;
   <th>Materials</th>
  |yellow=background-color: #edc300;}}">
   <th>Description</th>
   <th style="width:5%; border-radius:0.6em 0 0 0;">Icon</th>
   <th style="width:15%;">Name</th>   
   <th style="width:20%;">Materials</th>
   <th style="width:55%; border-radius:0 0.6em 0 0;">Description</th>
  </tr>
  </tr>
|<tr {{#if: {{{big|}}}|class="big"|}}>
|<tr {{#if: {{{big|}}}|class="big"|}}>
   <th class="icon" {{#if: {{{end|}}}|style="border-radius:0 0 0 0.6em;"|}}>[[File:{{{icon}}}.png|{{#if: {{{big|}}}|64px|48px}}|link=]]</th>
   <th class="icon">[[File:{{{icon}}}.png|{{#if: {{{big|}}}|64px|48px}}|link=]]</th>
   <th class="name" id="{{{name}}}">{{{name}}}</th>
   <th class="name" id="{{{name}}}">{{{name}}}</th>
   <td>
   <td>
Line 24: Line 20:
   <li>{{#if: {{{liq3|}}}|{{Liquid|{{{liq3}}}}}|}}</li>
   <li>{{#if: {{{liq3|}}}|{{Liquid|{{{liq3}}}}}|}}</li>
   <li>{{#if: {{{liq4|}}}|{{Liquid|{{{liq4}}}}}|}}</li></ul></td>
   <li>{{#if: {{{liq4|}}}|{{Liquid|{{{liq4}}}}}|}}</li></ul></td>
   <td {{#if: {{{end|}}}|style="border-radius:0 0 0.6em 0;"|}}>{{{effect}}}</td><!--
   <td>{{{effect}}}</td><!--
-->{{#ifeq:{{PAGENAME}}|Alchemy|<!--
-->{{#ifeq:{{PAGENAME}}|Alchemy|<!--
-->{{#if:{{{mat1|}}}|{{Usedin/datarow|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Brewing{{!}}{{{name}}}}}|}}<!--
-->{{#if:{{{mat1|}}}|{{Usedin/datarow|item={{{mat1}}}|amount=Lots|type=Alchemy Bubble|source=Alchemy#Brewing{{!}}{{{name}}}}}|}}<!--

Revision as of 19:40, 1 October 2021

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