Template:Sandbox: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
(doubt this works but there's only one way to know)
(oops)
Line 12: Line 12:
| fields = Ammunition.name, Items.icon, Ammunition.afflictions, {{#if: {{{showpenetration|}}}|Ammunition.penetration,}} {{#if: {{{showexplosionrange|}}}|Ammunition.explosionrange,}} Ammunition.structuredamage, Items.fabricatormaterials
| fields = Ammunition.name, Items.icon, Ammunition.afflictions, {{#if: {{{showpenetration|}}}|Ammunition.penetration,}} {{#if: {{{showexplosionrange|}}}|Ammunition.explosionrange,}} Ammunition.structuredamage, Items.fabricatormaterials
| where = Ammunition.usedby = "{{PAGENAME}}" OR Ammunition.usedby2 = "{{PAGENAME}}" OR Ammunition.usedby3 = "{{PAGENAME}}"
| where = Ammunition.usedby = "{{PAGENAME}}" OR Ammunition.usedby2 = "{{PAGENAME}}" OR Ammunition.usedby3 = "{{PAGENAME}}"
| having = {{#if: {{{showpenetration|}}}|penetration(*) > 0|}}, {{#if: {{{showexplosionrange|}}}|explosionrange(*) > 0|}}
| having = {{#if: {{{showpenetration|}}}|penetration > 0|}}, {{#if: {{{showexplosionrange|}}}|explosionrange > 0|}}
| format = template
| format = template
| template = Sandbox/row
| template = Sandbox/row

Revision as of 15:51, 11 November 2021

Documentation

This template can be used to test templates. This is useful when making significant changes to a broadly used template, so as to not impact the wiki during tests. User pages cannot be used for that purpose.