From Brotato Wiki

(add `rtype`, for specifying the actual type (item/weapon/character/difficulty))
(TemplateData: remove "rtype", add "cat", and other misc fixes)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--
--><div class="ibox <!--
--><div class="ibox <!--
Set color class. Danger is only used on the "Dangers" page, so isn't mentioned in the docs to avoid confusion
Set color class. Danger is only used on the "Dangers" page
-->{{#if:{{{danger|}}}|danger{{{danger|0}}} danger{{{danger|0}}}dark|rarity{{{rarity|0}}} rarity{{{rarity|0}}}dark}}<!--
-->{{#if:{{{danger|}}}|danger{{{danger|0}}} danger{{{danger|0}}}dark|rarity{{{rarity|0}}} rarity{{{rarity|0}}}dark}}<!--
--> rounded" data-ibox-type="{{lc:{{{rtype}}}}}">
--> rounded {{{tags|}}}" data-ibox-type="{{lc:{{{type|item}}}}}">
<div class="ibox__top">
<div class="ibox__top">
<div class="ibox__icon rounded">
<div class="ibox__icon rounded">
Line 10: Line 10:
<div class="ibox__top-right">
<div class="ibox__top-right">
<div class="ibox__name colorrarity{{{rarity|0}}}">{{{name}}}</div>
<div class="ibox__name colorrarity{{{rarity|0}}}">{{{name}}}</div>
<div class="ibox__type">{{Color|cream|{{{type}}}}}</div>
<div class="ibox__type">{{Color|cream|{{{cat}}}}}</div>
</div>
</div>
</div>
</div>
Line 52: Line 52:
In a table, you can match the heights of all StatsCard template items in a row by adding the class <code>itembox-table</code> to the table. See the items on the [[Mod:Isaac_Characters_Mod#Items|Isaac mod|| for an example (eg. how "8 Inch Nails" is taller to match others).
In a table, you can match the heights of all StatsCard template items in a row by adding the class <code>itembox-table</code> to the table. See the items on the [[Mod:Isaac_Characters_Mod#Items|Isaac mod|| for an example (eg. how "8 Inch Nails" is taller to match others).


A special option called <code>danger</code> is available, which is only used on the [[Dangers]] page.
A special option called <code>danger</code> is available. It's only used on the [[Dangers]] page, and replaces the "rarity" option for D4 and D5.


== Examples ==
== Examples ==
Line 64: Line 64:
|-
|-
| ''Empty example''
| ''Empty example''
| <pre>{{StatsCard
| <pre style="display:inline-block; max-width: 400px;">{{StatsCard
| name  =  
| name  =  
| rtype  =
| type  =  
| type  =  
| cat    =
| image  =  
| image  =  
| rarity =  
| rarity =  
Line 75: Line 75:
| stat4  =  
| stat4  =  
}}</pre>
}}</pre>
| ''-''
| <pre style="display:inline-block; max-width: 600px;">{{StatsCard
| name  = Name
| type  = Type. Either: item|weapon|character|difficulty
| cat    = Category, below the name. Eg. Item, Unique, Limited (10), Primitive
| image  = Image filename + extension. Eg. Mod-MyModName-weapon_icon.png
| rarity = Rarity/tier. Either: 1, 2, 3, 4
| stat1  = Custom stat 1
| stat2  = Custom stat 2
| stat3  = Custom stat 3
| stat4  = Custom stat 4
}}</pre>
|-
|-
| {{StatsCard
| {{StatsCard
| name  = Isaac
| name  = Isaac
| rtype  = character
| type  = character
| type  = Character
| cat    = Character
| image  = Mod-Isaac-isaac_icon.png
| image  = Mod-Isaac-isaac_icon.png
| rarity = 0
| rarity = 0
Line 88: Line 98:
| stat4  = Start with {{Color|cream|6 Bomb}}
| stat4  = Start with {{Color|cream|6 Bomb}}
}}
}}
| <pre>
| <pre style="display:inline-block; max-width: 400px;">
{{StatsCard
{{StatsCard
| name  = Isaac
| name  = Isaac
| type  = Character
| type  = character
| cat    = Character
| image  = Mod-Isaac-isaac_icon.png
| image  = Mod-Isaac-isaac_icon.png
| rarity = 0
| rarity = 0
Line 104: Line 115:
| {{StatsCard
| {{StatsCard
| name  = Isaac's Tears
| name  = Isaac's Tears
| rtype  = weapon
| type  = weapon
| type  = Tears
| cat    = Tears
| image  = Mod-Isaac-isaacs_tears_icon.png
| image  = Mod-Isaac-isaacs_tears_icon.png
| rarity = 1
| rarity = 1
Line 114: Line 125:
| stat5  = {{Color|cream|Range:}} 700 (Ranged)
| stat5  = {{Color|cream|Range:}} 700 (Ranged)
}}
}}
| <pre>
| <pre style="display:inline-block; max-width: 400px;">
{{StatsCard
{{StatsCard
| name  = Isaac's Tears
| name  = Isaac's Tears
| rtype  = character
| type  = weapon
| type  = Tears
| cat    = Tears
| image  = Mod-Isaac-isaacs_tears_icon.png
| image  = Mod-Isaac-isaacs_tears_icon.png
| rarity = 1
| rarity = 1
Line 133: Line 144:
| {{StatsCard
| {{StatsCard
| name  = Bomb
| name  = Bomb
| rtype  = item
| type  = item
| type  = Limited (10)
| cat    = Limited (10)
| image  = Mod-Isaac-bomb_icon.png
| image  = Mod-Isaac-bomb_icon.png
| rarity = 1
| rarity = 1
| stat1  = A landmine spawns, dealing {{Color|green|50}} (200% {{StatIcon|Engineering}}) damage in an area
| stat1  = A landmine spawns, dealing {{Color|green|50}} (200% {{StatIcon|Engineering}}) damage in an area
}}
}}
| <pre>
| <pre style="display:inline-block; max-width: 400px;">
{{StatsCard
{{StatsCard
| name  = Bomb
| name  = Bomb
| rtype  = item
| type  = item
| type  = Limited (10)
| cat    = Limited (10)
| image  = Mod-Isaac-bomb_icon.png
| image  = Mod-Isaac-bomb_icon.png
| rarity = 1
| rarity = 1
Line 153: Line 164:
| {{StatsCard
| {{StatsCard
| name  = Lucky Foot
| name  = Lucky Foot
| rtype  = item
| type  = item
| type  = Limited (5)
| cat    = Limited (5)
| image  = Mod-Isaac-lucky_foot_icon.png
| image  = Mod-Isaac-lucky_foot_icon.png
| rarity = 2
| rarity = 2
Line 160: Line 171:
| stat2  = {{Color|red|-5%}} Speed
| stat2  = {{Color|red|-5%}} Speed
}}
}}
| <pre>
| <pre style="display:inline-block; max-width: 400px;">
{{StatsCard
{{StatsCard
| name  = Lucky Foot
| name  = Lucky Foot
| rtype  = item
| type  = item
| type  = Limited (5)
| cat    = Limited (5)
| image  = Mod-Isaac-lucky_foot_icon.png
| image  = Mod-Isaac-lucky_foot_icon.png
| rarity = 2
| rarity = 2
Line 175: Line 186:
| {{StatsCard
| {{StatsCard
| name  = D6
| name  = D6
| rtype  = item
| type  = item
| type  = Unique
| cat    = Unique
| image  = Mod-Isaac-dice6_icon.png
| image  = Mod-Isaac-dice6_icon.png
| rarity = 3
| rarity = 3
Line 183: Line 194:
| stat3  = {{Color|red|+5%}} Items Price
| stat3  = {{Color|red|+5%}} Items Price
}}
}}
| <pre>
| <pre style="display:inline-block; max-width: 400px;">
{{StatsCard
{{StatsCard
| name  = D6
| name  = D6
| rtype  = item
| type  = item
| type  = Unique
| cat    = Unique
| image  = Mod-Isaac-dice6_icon.png
| image  = Mod-Isaac-dice6_icon.png
| rarity = 3
| rarity = 3
Line 199: Line 210:
| {{StatsCard
| {{StatsCard
| name  = Nuh Uh!
| name  = Nuh Uh!
| rtype  = item
| type  = item
| type  = Unique
| cat    = Unique
| image  = Mod-Isaac-nuh_uh_icon.png
| image  = Mod-Isaac-nuh_uh_icon.png
| rarity = 4
| rarity = 4
Line 206: Line 217:
| stat2  = {{Color|red|-250%}} XP Gain
| stat2  = {{Color|red|-250%}} XP Gain
}}
}}
| <pre>
| <pre style="display:inline-block; max-width: 400px;">
{{StatsCard
{{StatsCard
| name  = Nuh Uh!
| name  = Nuh Uh!
| type  = Unique
| type  = item
| cat    = Unique
| image  = Mod-Isaac-nuh_uh_icon.png
| image  = Mod-Isaac-nuh_uh_icon.png
| rarity = 4
| rarity = 4
Line 220: Line 232:
|{{StatsCard
|{{StatsCard
| name  = Danger 5
| name  = Danger 5
| rtype  = difficulty
| type  = difficulty
| type  = Difficulty
| cat    = Difficulty
| image  = 5.png
| image  = 5.png
| danger = 5
| danger = 5
Line 230: Line 242:
| stat5  = Two bosses appear at once
| stat5  = Two bosses appear at once
}}
}}
| <pre>{{StatsCard
| <pre style="display:inline-block; max-width: 400px;">{{StatsCard
| name  = Danger 5
| name  = Danger 5
| rtype  = difficulty
| type  = difficulty
| type  = Difficulty
| cat    = Difficulty
| image  = 5.png
| image  = 5.png
| danger = 5
| danger = 5
Line 396: Line 408:
"suggested": true
"suggested": true
},
},
"rtype": {
"danger": {
"label": "Type",
"label": "Danger Level",
"description": "The actual type. Either: item, weapon, character, difficulty",
"description": "Only used by the items the Danger page",
"type": "number",
"suggested": true
},
"tags": {
"label": "Item Tags",
"description": "List of item tags, separated with a space. Should match the in-game tag ID (eg \"stat_max_hp\")",
"example": "stat_max_hp explosive",
"type": "string",
"suggested": true
},
"cat": {
"label": "Category",
"description": "Either: item, weapon, character, difficulty",
"type": "string",
"type": "string",
"required": true,
"required": true,
Line 406: Line 431:
"paramOrder": [
"paramOrder": [
"name",
"name",
"rtype",
"cat",
"type",
"type",
"image",
"image",
"rarity",
"rarity",
"tags",
"stat1",
"stat1",
"stat2",
"stat2",
Line 429: Line 455:
"stat18",
"stat18",
"stat19",
"stat19",
"stat20"
"stat20",
"danger"
],
],
"format": "block"
"format": "block"
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Latest revision as of 22:50, 5 January 2023

Create an item card, like in the game. Intended for use on mod pages. Can be used with items, weapons or characters.

For weapons, you can also use Template:StatsCardWeapon, which is the same but has all the weapon stats already prepared.

Editing Tips

Templates you can use to display stats and values are:

In a table, you can match the heights of all StatsCard template items in a row by adding the class itembox-table to the table. See the items on the [[Mod:Isaac_Characters_Mod#Items|Isaac mod|| for an example (eg. how "8 Inch Nails" is taller to match others).

A special option called danger is available. It's only used on the Dangers page, and replaces the "rarity" option for D4 and D5.

Examples

Caption text
Preview Code Notes
Empty example
{{StatsCard
| name   = 
| type   = 
| cat    = 
| image  = 
| rarity = 
| stat1  = 
| stat2  = 
| stat3  = 
| stat4  = 
}}
{{StatsCard
| name   = Name
| type   = Type. Either: item|weapon|character|difficulty
| cat    = Category, below the name. Eg. Item, Unique, Limited (10), Primitive
| image  = Image filename + extension. Eg. Mod-MyModName-weapon_icon.png
| rarity = Rarity/tier. Either: 1, 2, 3, 4
| stat1  = Custom stat 1
| stat2  = Custom stat 2
| stat3  = Custom stat 3
| stat4  = Custom stat 4
}}

Mod-Isaac-isaac icon.png

Isaac
Character
  • +20% Attack Speed
  • -30% Damage
  • Start with 1 D6
  • Start with 6 Bomb
{{StatsCard
| name   = Isaac
| type   = character
| cat    = Character
| image  = Mod-Isaac-isaac_icon.png
| rarity = 0
| stat1  = {{Color|green|+20%}} Attack Speed
| stat2  = {{Color|red|-30%}} Damage
| stat3  = Start with {{Color|cream|1 D6}}
| stat4  = Start with {{Color|cream|6 Bomb}}
}}
Character

Mod-Isaac-isaacs tears icon.png

Isaac's Tears
Tears
  • Damage: 7 (Ranged Damage.png)
  • Critical: x2 (3% chance)
  • Cooldown: 0.7s
  • Knockback: 10
  • Range: 700 (Ranged)
{{StatsCard
| name   = Isaac's Tears
| type   = weapon
| cat    = Tears
| image  = Mod-Isaac-isaacs_tears_icon.png
| rarity = 1
| stat1  = {{Color|cream|Damage:}} 7 ({{StatIcon|Ranged Damage}})
| stat2  = {{Color|cream|Critical:}} x2 (3% chance)
| stat3  = {{Color|cream|Cooldown:}} 0.7s
| stat4  = {{Color|cream|Knockback:}} 10
| stat5  = {{Color|cream|Range:}} 700 (Ranged)
}}

Note: It's easier to use StatsCardWeapon for weapons

Weapon

Mod-Isaac-bomb icon.png

Bomb
Limited (10)
  • A landmine spawns, dealing 50 (200% Engineering Stat.png) damage in an area
{{StatsCard
| name   = Bomb
| type   = item
| cat    = Limited (10)
| image  = Mod-Isaac-bomb_icon.png
| rarity = 1
| stat1  = A landmine spawns, dealing {{Color|green|50}} (200% {{StatIcon|Engineering}}) damage in an area
}}
Item

Mod-Isaac-lucky foot icon.png

Lucky Foot
Limited (5)
  • +1% chance to get +1 Luck when picking up a material
  • -5% Speed
{{StatsCard
| name   = Lucky Foot
| type   = item
| cat    = Limited (5)
| image  = Mod-Isaac-lucky_foot_icon.png
| rarity = 2
| stat1  = {{Color|green|+1%}} chance to get {{Color|green|+1}} Luck when picking up a material
| stat2  = {{Color|red|-5%}} Speed
}}
Item

Mod-Isaac-dice6 icon.png

D6
Unique
  • +2 free reroll in the shop
  • -5 Luck
  • +5% Items Price
{{StatsCard
| name   = D6
| type   = item
| cat    = Unique
| image  = Mod-Isaac-dice6_icon.png
| rarity = 3
| stat1  = {{Color|green|+2}} free reroll in the shop
| stat2  = {{Color|red|-5}} Luck
| stat3  = {{Color|red|+5%}} Items Price
}}
Item

Mod-Isaac-nuh uh icon.png

Nuh Uh!
Unique
  • +50% Materials
  • -250% XP Gain
{{StatsCard
| name   = Nuh Uh!
| type   = item
| cat    = Unique
| image  = Mod-Isaac-nuh_uh_icon.png
| rarity = 4
| stat1  = {{Color|green|+50%}} Materials
| stat2  = {{Color|red|-250%}} XP Gain
}}
Item

5.png

Danger 5
Difficulty
  • New Enemies Appear
  • Elites and hordes appear
  • Enemies are stronger
  • More elites and hordes appear
  • Two bosses appear at once
{{StatsCard
| name   = Danger 5
| type   = difficulty
| cat    = Difficulty
| image  = 5.png
| danger = 5
| stat1  = New Enemies Appear
| stat2  = Elites and hordes appear
| stat3  = Enemies are stronger
| stat4  = More elites and hordes appear
| stat5  = Two bosses appear at once
}}
Danger

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

no description

Stringrequired
Categorycat

Either: item, weapon, character, difficulty

Stringrequired
Text Below Nametype

The text that's shown in-game, below the title

Example
"Character", "Unique (8)", "Primitive"
Stringsuggested
Imageimage

no description

Example
My_Image.png
Stringrequired
Rarityrarity

no description

Example
0/1/2/3/4
Auto value
1
Numberrequired
Item Tagstags

List of item tags, separated with a space. Should match the in-game tag ID (eg "stat_max_hp")

Example
stat_max_hp explosive
Stringsuggested
Stat 1stat1

no description

Stringsuggested
Stat 2stat2

no description

Stringsuggested
Stat 3stat3

no description

Stringsuggested
Stat 4stat4

no description

Stringsuggested
Stat 5stat5

no description

Stringsuggested
Stat 6stat6

no description

Stringsuggested
Stat 7stat7

no description

Stringsuggested
Stat 8stat8

no description

Stringsuggested
Stat 9stat9

no description

Stringsuggested
Stat 10stat10

no description

Stringsuggested
Stat 11stat11

no description

Stringsuggested
Stat 12stat12

no description

Stringsuggested
Stat 13stat13

no description

Stringsuggested
Stat 14stat14

no description

Stringsuggested
Stat 15stat15

no description

Stringsuggested
Stat 16stat16

no description

Stringsuggested
Stat 17stat17

no description

Stringsuggested
Stat 18stat18

no description

Stringsuggested
Stat 19stat19

no description

Stringsuggested
Stat 20stat20

no description

Stringsuggested
Danger Leveldanger

Only used by the items the Danger page

Numbersuggested