Created page with "<includeonly> {| class="infobox currency-infobox" style="width:260px; text-align:center;" |- ! colspan="2" style="font-size:1.25em;" | {{{name|{{PAGENAME}}}}} |- {{#if: {{{image|}}} | colspan="2" | [[File:{{{image}}}|{{{image_size|64px}}}]] }} |- {{#if: {{{type|}}} ! Type | {{{type}}} }} {{#if: {{{rarity|}}} |- ! Rarity | {{{rarity}}} }} {{#if: {{{max_held|}}} |- ! Max Held | {{{max_held}}} }} {{#if: {{{description|}}} |- ! colspan="2" | <small>{{{description}}}</small>..." |
No edit summary |
||
| Line 6: | Line 6: | ||
{{#if: {{{image|}}} | {{#if: {{{image|}}} | ||
| colspan="2" | [[File:{{{image}}}|{{{image_size|64px}}}]] | | colspan="2" | [[File:{{{image}}}|{{{image_size|64px}}}]] | ||
|- | |||
}} | }} | ||
{{#if: {{{type|}}} | {{#if: {{{type|}}} | ||
! Type | ! Type | ||
| {{{type}}} | | {{{type}}} | ||
|- | |||
}} | }} | ||
{{#if: {{{rarity|}}} | {{#if: {{{rarity|}}} | ||
! Rarity | ! Rarity | ||
| {{{rarity}}} | | {{{rarity}}} | ||
|- | |||
}} | }} | ||
{{#if: {{{max_held|}}} | {{#if: {{{max_held|}}} | ||
! Max Held | ! Max Held | ||
| {{{max_held}}} | | {{{max_held}}} | ||
|- | |||
}} | }} | ||
{{#if: {{{description|}}} | {{#if: {{{description|}}} | ||
! colspan="2" | <small>{{{description}}}</small> | ! colspan="2" | <small>{{{description}}}</small> | ||
}} | }} | ||
| Line 31: | Line 31: | ||
<noinclude> | <noinclude> | ||
== Template Usage == | == Template Usage == | ||
<pre> | <pre> | ||
{{Infobox currency | {{Infobox currency | ||
Revision as of 15:21, 19 December 2025
Template Usage
{{Infobox currency
| name =
| image =
| image_size =
| type =
| rarity =
| max_held =
| description =
}}