Template:Invslot: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<templatestyles src="Template:Invslot/styles.css" /><includeonly> | <templatestyles src="Template:Invslot/styles.css" /><includeonly>{{#tag:div| | ||
[[File:{{{bg|MinecraftSlot.png}}}|link=|class=invslot-bg|alt=]] | |||
[[File:{{{item|Diamond_Sword.png}}}|32px|link={{{link|}}}|class=image|title={{{title|}}}]] | |||
{{#if:{{{count|}}}|{{#tag:span|{{{count}}}|class=invcount|style={{{numstyle|}}}}}|}} | |||
{{#if:{{{title|}}}|{{#tag:span| | |||
{{{title}}}{{#if:{{{l1|}}}|<br />{{{l1}}}|}}{{#if:{{{l2|}}}|<br />{{{l2}}}|}}{{#if:{{{l3|}}}|<br />{{{l3}}}|}}{{#if:{{{l4|}}}|<br />{{{l4}}}|}} | |||
|class=mctt}}|} | |||
|class=invslot {{#if:{{{class|}}}|{{{class}}}|}}|style={{{style|}}}}}</includeonly><noinclude> | |||
Usage: | |||
<pre>{{Invslot | |||
|item=Diamond_Sword.png | |||
|count=1 | |||
|title=Diamond Sword | |||
|l1=Damage: +7 | |||
|l2=Unbreaking III | |||
|l3=Legendary | |||
|link=Diamond Sword | |||
|class=invslot-rare | |||
|style=border:1px solid #55ff55; | |||
|numstyle=color:#55ff55; | |||
}}</pre> | |||
</noinclude> | |||
Revision as of 17:07, 2 November 2025
Usage:
{{Invslot
|item=Diamond_Sword.png
|count=1
|title=Diamond Sword
|l1=Damage: +7
|l2=Unbreaking III
|l3=Legendary
|link=Diamond Sword
|class=invslot-rare
|style=border:1px solid #55ff55;
|numstyle=color:#55ff55;
}}