Template:RollRow: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (historical) (testing something) |
imported>Aggelakis (historical) m (→Examples) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{!}}- | |||
{{#if: {{{lcol|}}} |{{!}} colspan={{{lcol}}} {{!}} {{!}}}}{{!}} colspan={{#if:{{{mcol|}}}|{{{mcol}}}|{{#expr: 8 - {{{lcol|0}}} - {{{rcol|0}}}}}}} style="background:#{{{bg}}};" {{!}} [[File:IO {{{name}}}.png|20px]] [[{{{name}}}]] {{{enh}}} {{#if: {{{rcol|}}}|{{!}}{{!}} colspan={{{rcol}}} {{!}} }} | |||
<noinclude> | |||
==Usage== | ==Usage== | ||
To be used on the random recipe roll pages: [[Random Rare Recipe Roll]], [[Silver Class Recipe Roll]], [[Bronze Class Recipe Roll]] | To be used on the random recipe roll pages: [[Random Rare Recipe Roll]], [[Silver Class Recipe Roll]], [[Bronze Class Recipe Roll]] | ||
==Parameters== | ==Parameters== | ||
:<nowiki>{{</nowiki>RollRow|lcol=|mcol=|bg=|name=|enh=|rcol=}} | |||
* '''lcol''' = how many columns the space to the left is (row starts at far left (level 10) if left out) | * '''lcol''' = how many columns the space to the left is (row starts at far left (level 10) if left out) | ||
* '''mcol''' = how many columns the colored middle space is | * '''mcol''' = how many columns the colored middle space is (optional if lcol and rcol are both defined; defaults to 8 if no cols are defined) | ||
* ''' | * '''bg''' = color of the middle background (use <span style="background:#D9E4FF;">D9E4FF</span> for a "default") | ||
* ''' | * '''name''' = name of the IO set | ||
* '''enh''' = enhancement within the set (abbreviate) | |||
* '''rcol''' = how many columns the space to the right is (row extends to far right (level 50) if left out) | * '''rcol''' = how many columns the space to the right is (row extends to far right (level 50) if left out) | ||
== | ==Examples== | ||
:<nowiki>{{</nowiki>RollRow|lcol=2|bg=D9E4FF|name=Kinetic Combat|enh=Dam/End|rcol=2}} --- '''Define left and right columns''' (starts and ends at set points) | |||
:<nowiki>{{</nowiki>RollRow|lcol=2|mcol=4|bg=D9E4FF|name=Kinetic Combat|enh=Dam/End|rcol=2}} --- '''Define all columns''' (starts and ends at set points) | |||
:<nowiki>{{</nowiki>RollRow|mcol=3|bg=EEEE22|name=Annoyance|enh=Taunt|rcol=5}} --- '''Define middle and right columns''' (starts at 10, ends at set point) | |||
:<nowiki>{{</nowiki>RollRow|lcol=5|mcol=4|bg=EE6622|name=Sting of the Manticore|enh=Dam/End/Rech}} --- '''Define left and middle columns''' (starts at set point, extends to 50) | |||
:<nowiki>{{</nowiki>RollRow|mcol=9|bg=2E8B57|name=Blessing of the Zephyr|enh=Run Speed, Jump, Flight Speed, Range}} --- '''Define only middle column''' (starts at 10, extends to 50) | |||
:<nowiki>{{</nowiki>RollRow|bg=2E8B57|name=Blessing of the Zephyr|enh=Run Speed, Jump, Flight Speed, Range}} --- '''Define no columns''' (starts at 10, extends to 50) | |||
{| align="center" class="wikitable" width="80%" | {| align="center" class="wikitable" width="80%" | ||
! width="13%" | 10-14 <br /> | ! width="13%" | 10-14 <br />3 Recipes !! width="12%" | 15-19 <br />3 Recipes !! width="12%" | 20-24 <br />5 Recipes !! width="12%" | 25-29 <br />4 Recipes !! width="12%" | 30-34 <br />4 Recipes !! width="13%" | 35-39 <br />5 Recipes !! width="13%" | 40-45 <br />3 Recipes !! width="13%" | 46-50 <br />3 Recipes | ||
{{RollRow|lcol=2|mcol=4| | {{RollRow|lcol=2|bg=D9E4FF|name=Kinetic Combat|enh=Dam/End|rcol=2}} | ||
{{RollRow|lcol=2|mcol=4|bg=D9E4FF|name=Kinetic Combat|enh=Dam/End|rcol=2}} | |||
{{RollRow|mcol=3|bg=EEEE22|name=Annoyance|enh=Taunt|rcol=5}} | |||
{{RollRow|lcol=5|mcol=3|bg=EE6622|name=Sting of the Manticore|enh=Dam/End/Rech}} | |||
{{RollRow|mcol=8|bg=2E8B57|name=Blessing of the Zephyr|enh=Run Speed, Jump, Flight Speed, Range}} | |||
{{RollRow|bg=2E8B57|name=Blessing of the Zephyr|enh=Run Speed, Jump, Flight Speed, Range}} | |||
|} | |} | ||
*'''NOTE:''' Colors used here are examples and are not an indication of rarity or drop pool. | |||
[[Category:Invention System Templates]] | [[Category:Invention System Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 19:49, 30 June 2009
|- | colspan=8 style="background:#{{{bg}}};" | [[File:IO {{{name}}}.png|20px]] [[{{{name}}}]] {{{enh}}}
Usage
To be used on the random recipe roll pages: Random Rare Recipe Roll, Silver Class Recipe Roll, Bronze Class Recipe Roll
Parameters
- {{RollRow|lcol=|mcol=|bg=|name=|enh=|rcol=}}
- lcol = how many columns the space to the left is (row starts at far left (level 10) if left out)
- mcol = how many columns the colored middle space is (optional if lcol and rcol are both defined; defaults to 8 if no cols are defined)
- bg = color of the middle background (use D9E4FF for a "default")
- name = name of the IO set
- enh = enhancement within the set (abbreviate)
- rcol = how many columns the space to the right is (row extends to far right (level 50) if left out)
Examples
- {{RollRow|lcol=2|bg=D9E4FF|name=Kinetic Combat|enh=Dam/End|rcol=2}} --- Define left and right columns (starts and ends at set points)
- {{RollRow|lcol=2|mcol=4|bg=D9E4FF|name=Kinetic Combat|enh=Dam/End|rcol=2}} --- Define all columns (starts and ends at set points)
- {{RollRow|mcol=3|bg=EEEE22|name=Annoyance|enh=Taunt|rcol=5}} --- Define middle and right columns (starts at 10, ends at set point)
- {{RollRow|lcol=5|mcol=4|bg=EE6622|name=Sting of the Manticore|enh=Dam/End/Rech}} --- Define left and middle columns (starts at set point, extends to 50)
- {{RollRow|mcol=9|bg=2E8B57|name=Blessing of the Zephyr|enh=Run Speed, Jump, Flight Speed, Range}} --- Define only middle column (starts at 10, extends to 50)
- {{RollRow|bg=2E8B57|name=Blessing of the Zephyr|enh=Run Speed, Jump, Flight Speed, Range}} --- Define no columns (starts at 10, extends to 50)
10-14 3 Recipes |
15-19 3 Recipes |
20-24 5 Recipes |
25-29 4 Recipes |
30-34 4 Recipes |
35-39 5 Recipes |
40-45 3 Recipes |
46-50 3 Recipes |
---|---|---|---|---|---|---|---|
Kinetic Combat Dam/End | |||||||
Kinetic Combat Dam/End | |||||||
Annoyance Taunt | |||||||
Sting of the Manticore Dam/End/Rech | |||||||
Blessing of the Zephyr Run Speed, Jump, Flight Speed, Range | |||||||
Blessing of the Zephyr Run Speed, Jump, Flight Speed, Range |
- NOTE: Colors used here are examples and are not an indication of rarity or drop pool.