Template:CargoDamage: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
(what)
No edit summary
Line 8: Line 8:
! Structure Damage
! Structure Damage
! Explosion Range|n}}{{#cargo_query:
! Explosion Range|n}}{{#cargo_query:
tables = Items{{#ifeq: {{{tabletype|}}}|sub|,Ammunition
tables = Items{{#ifeq: {{{tabletype|}}}|sub|,Ammunition|,}}
{{!}} join on = Items.name = Ammunition.name|,}}
| join on = Items.name = Ammunition.name
| fields = Items.name, Items.icon, Items.afflictions, Items.attackspeed, Items.penetration, Items.bluntforcetrauma, Items.lacerations, Items.gunshotwound, Items.deeptissueinjury, Items.organdamage, Items.burn, Items.bleeding, Items.oxygenlow, Items.huskinfection, Items.morbusinepoisoning, Items.sufforinpoisoning, Items.deliriuminepoisoning, Items.cyanidepoisoning, Items.radiationsickness, Items.paralysis, Items.progressivestun, Items.stun{{#ifeq: {{{tabletype|}}}|sub|, Ammunition.magazine, Ammunition.penetration, Ammunition.structuredamage, Ammunition.explosionrange|,}}
| fields = Items.name, Items.icon, Items.afflictions, Items.attackspeed, Items.penetration, Items.bluntforcetrauma, Items.lacerations, Items.gunshotwound, Items.deeptissueinjury, Items.organdamage, Items.burn, Items.bleeding, Items.oxygenlow, Items.huskinfection, Items.morbusinepoisoning, Items.sufforinpoisoning, Items.deliriuminepoisoning, Items.cyanidepoisoning, Items.radiationsickness, Items.paralysis, Items.progressivestun, Items.stun{{#ifeq: {{{tabletype|}}}|sub|, Ammunition.magazine, Ammunition.penetration, Ammunition.structuredamage, Ammunition.explosionrange|,}}
| where = Items.name = "{{{1}}}" OR Items.name = "{{{2}}}" OR Items.name = "{{{3}}}" OR Items.name = "{{{4}}}" OR Items.name = "{{{5}}}" OR Items.name = "{{{6}}}"
| where = Items.name = "{{{1}}}" OR Items.name = "{{{2}}}" OR Items.name = "{{{3}}}" OR Items.name = "{{{4}}}" OR Items.name = "{{{5}}}" OR Items.name = "{{{6}}}"

Revision as of 13:33, 15 November 2021

Documentation

This template is used to display a damage table that reads data from the Items cargo table. Items called this way must have their data set in their respective infoboxes, on their respective pages, for the data to be stored in the cargo table.

Sub Templates

Syntax

{{CargoDamage|tabletype=<melee> or <sub>|item 1|item 2|item 3|item 4|item 5|item 6|width = <custom width, default 50>}}

Important note: unlike most templates, parameters cannot have spaces and/or newlines between them and the separator pipes. So the following won't work, for example: {{CargoDamage| item 1 | item 2 }}

Example

{{CargoDamage|tabletype=melee|Diving Knife|Hardened Diving Knife|Dementonite Diving Knife|Europan Handshake}}

Gives:

Item Afflictions Attack Speed Armor Penetration
Error: table "Ammunition" is not in list of table names or aliases.