Template:Item Stats: Difference between revisions
Jump to navigation
Jump to search
ThatOneDude (talk | contribs) mNo edit summary |
ThatOneDude (talk | contribs) No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#if: {{{1|}}} | Quantity Per Chest: {{{1}}}< | {{#if: {{{1|}}} | <p>Quantity Per Chest: {{{1}}}</p> | ||
| }}{{#if: {{{2|}}} | Price Per Item: {{{2}}}g< | | }}{{#if: {{{2|}}} | <p>Price Per Item: {{{2}}}g</p> | ||
| }}{{#if: {{{2|}}} | Price Per Chest: {{#expr: {{{1}}} * {{{2}}} }}g< | | }}{{#if: {{{2|}}} | <p>Price Per Chest: {{#expr: {{{1}}} * {{{2}}} }}g</p> | ||
| }}{{#if: {{{3|}}} | Combat Power: {{{3}}}< | | }}{{#if: {{{3|}}} | <p>Combat Power: {{{3}}}</p> | ||
| }}{{#if: {{{4|}}} | Attack: {{{4}}}< | | }}{{#if: {{{4|}}} | <p>Attack: {{{4}}}</p> | ||
| }}{{#if: {{{5|}}} | Defense: {{{5}}}< | | }}{{#if: {{{5|}}} | <p>Defense: {{{5}}}</p> | ||
| }}{{#if: {{{6|}}} | Speed: {{{6}}}< | | }}{{#if: {{{6|}}} | <p>Speed: {{{6}}}</p> | ||
| }}{{#if: {{{7|}}} | Display: [[{{{7}}}]]< | | }}{{#if: {{{7|}}} | <p>Display: [[{{{7}}}]] [[File:{{{7}}}.png|25px|frameless|link=]]</p> | ||
| }} | | }} | ||
<noinclude>To use this template, use the following format: | |||
<nowiki>{{Item Stats|1|2|3|4|5|6|7}}</nowiki> | |||
Where: | |||
1: Quantity per Chest | |||
2: Price per Item (Leave off g, as the template adds it) | |||
3: Combat Power | |||
4: Attack | |||
5: Defense | |||
6: Speed | |||
7: Shop display for this item. (This should match the page name for the display in question. | |||
It will display as follows (example:Long Rifle): | |||
{{Item Stats|8|11|19|9|1|0|Gun Rack}} | |||
Any section left blank will not be displayed. For example, books and stones do not have combat info, but use the same template. Items that can only be obtained from adventuring prizes will not have price info.</noinclude> | |||
Latest revision as of 20:59, 15 August 2026
To use this template, use the following format:
{{Item Stats|1|2|3|4|5|6|7}}
Where:
1: Quantity per Chest
2: Price per Item (Leave off g, as the template adds it)
3: Combat Power
4: Attack
5: Defense
6: Speed
7: Shop display for this item. (This should match the page name for the display in question.
It will display as follows (example:Long Rifle):
Quantity Per Chest: 8
Price Per Item: 11g
Price Per Chest: 88g
Combat Power: 19
Attack: 9
Defense: 1
Speed: 0
Display: Gun Rack ![]()
Any section left blank will not be displayed. For example, books and stones do not have combat info, but use the same template. Items that can only be obtained from adventuring prizes will not have price info.