Template:Sparklium: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Added a field to allow the icon to be a Sparklium Seed.)
(Reworked template to work for P4 as well.)
Line 1: Line 1:
{{#if:{{{2|}}}|{{icon|Sparklium Seed||x12px}}|{{icon|Sparklium||x12px}}}}{{#if:{{{1|}}}|&nbsp;&times;&nbsp;{{{1}}}}}<noinclude>
{{#switch:{{{1|}}}|p4={{icon|Sparklium||x12px|v=p4}}|hp={{icon|Sparklium||x12px|v=hp}}|hps={{icon|Sparklium Seed||x12px}}}}{{#if:{{{2|}}}|&nbsp;&times;&nbsp;{{{2}}}}}<noinclude>


==Info==
==Info==
Use this template when referring to an amount of [[Sparklium]]. This displays an icon, followed by the specified amount.
Use this template when referring to an amount of [[Sparklium]]. This displays an icon, optionally followed by the specified amount.


==Parameters==
==Parameters==
Line 9: Line 9:
|-
|-
! 1
! 1
| No ||  || Amount || Write the amount of Sparklium to show here. If you don't, the icon appears alone.
| '''Yes''' ||  || Version || Version of the icon to use. <code>p4</code> for ''Pikmin 4'', <code>hp</code> for ''Hey! Pikmin'', or <code>hps</code> for a ''Hey! Pikmin'' [[Sparklium Seed]].
|-
|-
! 2
! 2
| No ||  || Use Sparklium Seed || If this has a value, like <code>y</code>, the icon will instead be that of a Sparklium Seed.
| No ||  || Amount || Write the amount of Sparklium to show here. If you don't, the icon appears alone.
|}
|}


==Skeleton==
==Skeleton==
<pre>
<pre>
{{sparklium|<amount>|<use sparklium seed>}}
{{sparklium|<version>|<amount>}}
</pre>
</pre>


Line 24: Line 24:
! Code || Result
! Code || Result
|-
|-
| <pre>{{sparklium|100}}</pre>
| <pre>{{sparklium|p4|100}}</pre>
| {{sparklium|100}}
| {{sparklium|p4|100}}
|}
|}



Revision as of 09:30, July 1, 2023


Info

Use this template when referring to an amount of Sparklium. This displays an icon, optionally followed by the specified amount.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Version Version of the icon to use. p4 for Pikmin 4, hp for Hey! Pikmin, or hps for a Hey! Pikmin Sparklium Seed.
2 No Amount Write the amount of Sparklium to show here. If you don't, the icon appears alone.

Skeleton

{{sparklium|<version>|<amount>}}

Examples

Code Result
{{sparklium|p4|100}}
Sparklium × 100

See also