Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/mediawiki/skins/Cosmos/includes/CosmosTemplate.php on line 1323
×
Create a new article
Write your page title here:
We currently have 22 articles on Fruit Juice Tycoon: Refreshed. Type your article name above or click on one of the titles below and start writing!



Fruit Juice Tycoon: Refreshed

Template:Infobox currency: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox currency-infobox" style="width:260px; text-align:center;"
{| class="infobox currency-infobox" style="width:260px; text-align:center;"
|-
! colspan="2" |
{{{type|Currency}}}{{#if:{{{rarity|}}}| {{{rarity}}}|}}
|-
|-
! colspan="2" style="font-size:1.25em;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="font-size:1.25em;" | {{{name|{{PAGENAME}}}}}
{{#if:{{{image|}}}|
|-
|-
{{#if: {{{image|}}}
| colspan="2" | [[File:{{{image}}}|{{{image_size|64px}}}]]
| colspan="2" | [[File:{{{image}}}|{{{image_size|64px}}}]]
|}}
{{#if:{{{max_held|}}}|
|-
|-
}}
{{#if: {{{type|}}}
! Type
| {{{type}}}
|-
}}
{{#if: {{{rarity|}}}
! Rarity
| {{{rarity}}}
|-
}}
{{#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>
}}
|}}
|}
|}
</includeonly>
</includeonly>


<noinclude>
<noinclude>
== Template Usage ==
== Usage ==
<pre>
<pre>
{{Infobox currency
{{Infobox currency
Line 42: Line 39:
}}
}}
</pre>
</pre>
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 15:23, 19 December 2025


Usage

{{Infobox currency
| name =
| image =
| image_size =
| type =
| rarity =
| max_held =
| description =
}}