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

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 ==
This template is used to display information for in-game currencies.
<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 =
}}