Template:Infobox arc: Difference between revisions
Template page
More actions
Content deleted Content added
initial commit -WIP |
m Removed alpha values from the colors |
||
| (15 intermediate revisions by 4 users not shown) | |||
| Line 4: | Line 4: | ||
|image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|348px]]|}} |
|image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|348px]]|}} |
||
|imagerowclass1 = infobox-image |
|imagerowclass1 = infobox-image clip-path |
||
|header2 = {{{name|{{PAGENAME}}}}} |
|header2 = {{{name|{{PAGENAME}}}}} |
||
|rowclass2 = infobox-title |
|rowclass2 = infobox-title |
||
|rowstyle2 = justify-content: center; |
|||
|data3 = {{{description|}}} |
|data3 = {{{description|}}} |
||
|rowclass3 = data-description infobox-quote infobox-col1 |
|rowclass3 = data-description infobox-quote infobox-col1 |
||
| Line 13: | Line 14: | ||
|label5 = Threat Level |
|label5 = Threat Level |
||
|data5 = {{{threatLevel|}}} |
|data5 = {{{threatLevel|}}} |
||
|rowstyle5 = color:{{#switch: {{{threatLevel|}}} |
|||
|#default = inherit |
|||
|Moderate = #41eb6a |
|||
|High = #1ecbfc |
|||
|Critical = #d8299b |
|||
|Extreme = #fbc700 |
|||
}} |
|||
|rowclass5 = data-threatLevel infobox-data infobox-col1 |
|rowclass5 = data-threatLevel infobox-data infobox-col1 |
||
| |
|label6 = Armor Plate |
||
|data6 = {{{armorPlate|}}} |
|||
|Low = data-tag-common |
|||
|rowstyle6 = color:{{#switch: {{{armorPlate|}}} |
|||
|Moderate = data-tag-uncommon |
|||
|#default = inherit |
|||
|High = data-tag-rare |
|||
|Semi Plated = lightskyblue |
|||
|Critical = data-tag-epic |
|||
|Full Plated = dodgerblue |
|||
|Extreme = data-tag-legendary |
|||
}} |
|||
|}} |
|||
| ⚫ | |||
|label6 = Health |
|||
| |
|label7 = Primary Attack |
||
|data7 = {{{pAttack|}}} |
|||
|rowclass6 = data-health infobox-data infobox-col1 |
|||
| ⚫ | |||
|label7 = Armor Plate |
|||
| |
|label8 = Special Abilities |
||
|data8 = {{{ability|}}} |
|||
| ⚫ | |||
| ⚫ | |||
|label8 = Primary Attack |
|||
| |
|label9 = Weakness |
||
|data9 = {{{weakness|}}} |
|||
| ⚫ | |||
|rowclass9 = data-weakness infobox-data infobox-col1 |
|||
|label10 = Special Abilities |
|||
| |
|header10 = Stats |
||
|rowclass10 = |
|rowclass10 = infobox-header |
||
|label11 = |
|label11 = Health |
||
|data11 = {{{ |
|data11 = {{{health|}}} |
||
|rowclass11 = data- |
|rowclass11 = data-health infobox-data infobox-col1 |
||
|image12 = {{#if:{{{icon|}}}|[[File:{{{icon}}}|48px|link=]]|}} |
|||
| ⚫ | |||
|imagerowclass12 = infobox-icon |
|||
| ⚫ | |||
{{Infobox_arc |
|||
|image=ARC_Rocketeer.png |
|||
|name=ARC Name |
|||
|description=Description |
|||
|warning=warning description |
|||
|threatLevel=Moderate/High/Critical/Extreme |
|||
|armorPlate=No/Semi/Full Plated |
|||
|pAttack=primary attack |
|||
|ability=abilities |
|||
|weakness=weaknesses |
|||
|health=Unknown |
|||
|icon=IconARC Rocketeer.png |
|||
}}[[Category:Infobox templates]]</noinclude> |
|||