Template:P1 enemy technical: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Changed the CSS rules for the minimum width from inline CSS to a class. This fixes a problem with large tables on mobile.)
m (Text replacement - "" style="min-width: 380px;"" to """)
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
|-
|-
! Internal name
! Internal name
| {{{name}}}
| <code>{{{name}}}</code>
|-
|-
! [[HP]]
! [[HP]]
Line 31: Line 31:
</pre>
</pre>


[[Category:Information tables]]
[[Category:Information tables]]</noinclude>
</noinclude>

Latest revision as of 17:45, January 27, 2022

Pikmin technical information (?)
Internal name {{{name}}}
HP {{{hp}}}

Info

Used to describe the technical aspects of an enemy's data, in Pikmin.

Parameters

Parameter Mandatory Default Detailed description
name Yes The enemy's internal name.
hp Yes The enemy's HP.

Skeleton

{{p1 enemy technical
|name = 
|hp   = 
}}