Difference between revisions of "Template:Enemy Infobox"
m (Editing some margins.) |
m |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {| class="infobox" style="float: right; width:{{{width|23em}}}; border: 5px solid; border-radius: 5px; padding: 3px; margin-left: | + | {| class="infobox" style="float: right; width:{{{width|23em}}}; border: 5px solid; border-radius: 5px; padding: 3px; margin-left: 20px; margin-right: 10px; border-image-source: linear-gradient(45deg, #380835 0%, #18022E 100%); border-image-slice: 1; box-shadow:0 0 0.50em #9E6649;" |
|- | |- | ||
| − | ! colspan="2" style="background: linear-gradient(to bottom, #18022E 0%, #380835 100%); color: #cb9022; font-size:150%; font-family: Oswald; letter-spacing: .5px; padding:0.3em; text-shadow: | + | ! colspan="2" style="background: linear-gradient(to bottom, #18022E 0%, #380835 100%); color: #cb9022; font-size:150%; font-family: Oswald; letter-spacing: .5px; padding:0.3em; text-shadow: -1px -1px 0 #9b1112, 1px -1px 0 #9b1112, -1px 1px 0 #9B1112, 1px 1px 0 #9b1112;" |<!--- |
---><div><!--- | ---><div><!--- | ||
--->{{{name|{{PAGENAME}}}}} | --->{{{name|{{PAGENAME}}}}} | ||
| Line 23: | Line 23: | ||
}} | }} | ||
|- | |- | ||
| − | ! colspan="2" style="background: linear-gradient(to bottom, #18022E 0%, #380835 100%); color: #cb9022; font-size:130%; font-family: Oswald; letter-spacing: .4px; text-shadow: | + | ! colspan="2" style="background: linear-gradient(to bottom, #18022E 0%, #380835 100%); color: #cb9022; font-size:130%; font-family: Oswald; letter-spacing: .4px; text-shadow: -1px -1px 0 #9b1112, 1px -1px 0 #9b1112, -1px 1px 0 #9B1112, 1px 1px 0 #9b1112;" | Information |
|- | |- | ||
| style="width:35%" | <!--Sets the width for the 1st column--> | | style="width:35%" | <!--Sets the width for the 1st column--> | ||
Latest revision as of 14:09, 19 September 2025
Enemy Infobox
| |
|---|---|
| |
| Information | |
| Enemy Types | ? |
| Lane Type | ? |
| Appearances | ? |
| Schedule Icon | |
Subname and caption do not appear if they are not set. Setting the tier_image parameters produces a tabber that can show 3 variants of an enemy.
Parameters
| Parameter | Description |
|---|---|
| name | The name of the enemy. |
| subname | The subname of the enemy, if needed. Shows up underneath the name in smaller text inside parenthesis. |
| image | The image for the enemy. Do not use this parameter if you use the tier_image parameters. |
| tier1_image | The image for the tier 1 version of the enemy. Do not use this parameter if you use the image parameter. |
| tier2_image | The image for the tier 2 version of the enemy. Do not use this parameter if you use the image parameter. |
| tier3_image | The image for the tier 3 version of the enemy. Do not use this parameter if you use the image parameter. |
| caption | A caption for the image, if needed. Shows up underneath the image. |
| enemy_types | The enemy's typing (such as Melee, Chaos, etc). |
| lane_type | The type of lane the enemy appears in (Ground or Air). |
| appearances | The game modes the enemy appears in. |
| schedule_icon | The enemy's icon on the Schedule Board. |
| width | A custom width for the info box. Default value is 23em.
|
Example
| Wiki Text | Result |
|---|---|
{{Enemy Infobox
| name = Goblin
| subname = Bob
| image = File:Goblin - Tier 3.png
| caption = a goblin with a sinister smile
| enemy_types = Melee, Goblin
| lane_type = Ground
| appearances = All game modes
| schedule_icon = File:Goblin Icon.png
}}
|

