Template:P2 enemy property: Difference between revisions
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...") |
m (Text replacement - "[[Wikipedia:" to "[[wikipedia:") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| {{{4}}}<noinclude> | | {{{4}}}<noinclude> | ||
To be used in conjunction with {{tem|P2 enemy technical}}. | ==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. | |||
[[Category:Templates]] | ==Parameters== | ||
</noinclude> | {| 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]]. | |||
|} | |||
==Skeleton== | |||
<pre> | |||
{{p2 enemy property|<id>|<japanese comment>|<name>|<value>}} | |||
</pre> | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 14:07, October 22, 2021
| 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. |
Skeleton
{{p2 enemy property|<id>|<japanese comment>|<name>|<value>}}