Template:Infobox: Difference between revisions

From RexKraft
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Item Info Box Template -->
<includeonly>
<div class="item-info-box">
| title = {{{1}}}
    <h2>{{{title|Item Title}}}</h2>
| image = {{{2}}}
    <img src="{{{image|Image URL}}}" alt="{{{title|Item Title}}}">
| category = {{{3}}}
    <p><strong>Rarity:</strong> {{{rarity|Common}}}</p>
| rarity = {{{4}}}
    <p><strong>Sell Price:</strong> {{{sell_price|0}}}</p>
| sell_price = {{{5}}}
    <p><strong>Other Stats:</strong> {{{stats|N/A}}}</p>
| stats = {{{6}}}
</div>
| internal_id = {{{7}}}
| attributes = {{{8}}}
}}</includeonly>

Latest revision as of 07:05, 13 April 2024