Template:AlchemyBubble/row: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
imported>Grzib No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><tr style="{{# | <includeonly> | ||
{{#if: {{{head|}}}|<tr style="{{#switch: {{{head}}} | |||
|orange=background-color: #ff9933; | |||
|green=background-color: #34cb34; | |||
<th style="{{#if: {{{end|}}}|border-radius:0 0 0 0.6em;|}}">[[File:{{{icon}}}.png| | |purple=background-color: #e066ff; | ||
|yellow=background-color: #e6e600;}}"> | |||
<th style="border-radius:0.6em 0 0 0; padding:15px 0 15px 0;">Icon</th> | |||
<th>Name</th> | |||
<th style="width:100%;">Description</th> | |||
<th style="border-radius:0 0.6em 0 0;">Materials</th> | |||
</tr> | |||
|<tr style="{{#switch: {{{big}}} | |||
|orange=background-color: #ff993370; | |||
|green=background-color: #34cb3470; | |||
|purple=background-color: #e066ff70; | |||
|yellow=background-color: #e6e60070;}}"> | |||
<th style="{{#if: {{{end|}}}|border-radius:0 0 0 0.6em;|}}">[[File:{{{icon}}}.png|{{#if: {{{big|}}}|64px|48px}}]]</th> | |||
<th class="name">{{{name}}}</th> | <th class="name">{{{name}}}</th> | ||
<td>{{{description}}}</td> | <td>{{{description}}}</td> | ||
<td style="{{#if: {{{end|}}}|border-radius:0 0 0.6em 0;|}}">{{{materials}}}</td> | <td style="{{#if: {{{end|}}}|border-radius:0 0 0.6em 0;|}}">{{{materials}}}</td> | ||
</tr></includeonly><noinclude> | </tr> | ||
<pre> | }} | ||
</includeonly> | |||
<noinclude> | |||
<pre> | |||
How to use | |||
Example: | Example: | ||
{{AlchemyBubble | |||
| | {{AlchemyBubble | ||
| | |icon=OrangeBubble1 <--- or GreenBubble7 / PurpleBubble4 / YellowBubble10... ---> | ||
|name=example name | |||
|description=example | |description=example description | ||
| | |materials=example materials <--- 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 ---> | |||
</pre> | </pre> | ||
[[Category:Table templates]] | [[Category:Table templates]] | ||
</noinclude> | </noinclude> |
Revision as of 20:29, 13 December 2020
How to use Example: {{AlchemyBubble |icon=OrangeBubble1 <--- or GreenBubble7 / PurpleBubble4 / YellowBubble10... ---> |name=example name |description=example description |materials=example materials <--- 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 --->