Template:P2 enemy property: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with "| style="font-size: 90%" | {{{1}}} | style="font-size: 90%" | {{{2}}} | {{{3}}} | {{{4}}}<noinclude> To be used in conjunction with {{tem|P2 enemy technical}}. The first argu...")
 
(New documentation style.)
Line 4: Line 4:
| {{{4}}}<noinclude>
| {{{4}}}<noinclude>


To be used in conjunction with {{tem|P2 enemy technical}}. The first argument is the property's id, sans the <code>{{</code> and <code>}}</code>, the second is the Japanese comment, third is the friendly name, and fourth is the value.
==Info==
To be used in conjunction with {{tem|P2 enemy technical}}. This is used to add a specific enemy property to the technical info box.
 
==Parameters==
{| class = "wikitable"
! Parameter || Mandatory || Default || Purpose || Detailed description
|-
! 1
| '''Yes''' ||  || Property ID || The property ID, sans the <code>{{</code> and <code>}}</code>.
|-
! 2
| '''Yes''' ||  || Japanese comment || The comment, in Japanese, just as it's found on the file, without the <code># </code>.
|-
! 3
| '''Yes''' ||  || Friendly name || A name for the property, so that English readers can understand what the property is in control of.
|-
! 4
| '''Yes''' ||  || Value || The property's value. Omit any [[Wikipedia:Trailing zero|trailing zeros]].
|}
 
==Template==
<pre>
{{p2 enemy property|<id>|<japanese comment>|<name>|<value>}}
</pre>


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 11:51, October 28, 2014

| style="font-size: 90%" | {{{1}}} | style="font-size: 90%" | {{{2}}} | {{{3}}} | {{{4}}}

Info

To be used in conjunction with {{P2 enemy technical}}. This is used to add a specific enemy property to the technical info box.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Property ID The property ID, sans the {{ and }}.
2 Yes Japanese comment The comment, in Japanese, just as it's found on the file, without the # .
3 Yes Friendly name A name for the property, so that English readers can understand what the property is in control of.
4 Yes Value The property's value. Omit any trailing zeros.

Template

{{p2 enemy property|<id>|<japanese comment>|<name>|<value>}}