Template:Per-game field

Info

This template can be used to make the creation of infoboxes with different data between games a lot easier. Suppose there's an attribute of an enemy that, for some enemies, is different between all games. Instead of writing a confusing chain of ifs and parameters left and right inside the infobox, just use this template. It will automatically manage different value cases, equal value cases, and more.

Pass to it the values that would be normally passed into the infobox. If the article that calls the infobox does not provide a value for any of the possible parameters, this template will return nothing. Otherwise, it will return a table row with the information.

Parameters

Parameter Mandatory Default Purpose Detailed description
v No Global value Value passed to the infobox, in the case of it being the same for all games. Omit if this cannot happen (example: enemy health).
v1 No Pikmin value If the value is different in all games, this is the value passed to the infobox, for Pikmin.
v2 No Pikmin 2 value Same as above, but Pikmin 2.
v3 No Pikmin 3 value Same as above, but Pikmin 3.
v4 No Pikmin 4 value Same as above, but Pikmin 4.
vh No Hey! Pikmin value Same as above, but Hey! Pikmin.
vb No Pikmin Bloom value Same as above, but Pikmin Bloom.
dv No Default value If none are provided, use this as the default value. If omitted, the template just returns nothing, instead.
thparams No Header parameters Parameters to pass to the table header element, i.e. the cell that contains the name of the attribute.
n No Name of the attribute Name of the attribute, with links, if needed.
c No Custom global display If you want the global value to be displayed in a special way (e.g. with a tooltip that explains something about the value), write it here. Example: c = {{{seeds}}} {{tt|seeds|Per item.}}
c1 No Custom Pikmin display Same as above, but the Pikmin value.
c2 No Custom Pikmin 2 display Same as above, but the Pikmin 2 value.
c3 No Custom Pikmin 3 display Same as above, but the Pikmin 3 value.
c4 No Custom Pikmin 4 display Same as above, but the Pikmin 4 value.
ch No Custom Hey! Pikmin display Same as above, but the Hey! Pikmin value.
cb No Custom Pikmin Bloom display Same as above, but the Pikmin Bloom value.

Skeleton

{{per-game field | v = | v1 = | v2 = | v3 = | v4 = | vh = | vb = | dv = | thparams = | n = | c = | c1 = | c2 = | c3 = | c4 = | ch = | cb = }}