Template:Sandbox: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
No edit summary
Line 1: Line 1:
<noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>
<noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>


 
{| class="responsive-table" style="width:70%;"
 
! Item
! Afflictions{{#if:{{{explosionrange|}}}|
! Explosion Range|}}
! Structure Damage
! [[Fabricator]] Materials
{{#cargo_query:
tables = Ammunition,Items
| join on = Ammunition.name = Items.name
| fields = Ammunition.name, Items.icon, Ammunition.afflictions, Ammunition.penetration, Ammunition.explosionrange, Ammunition.structuredamage, Ammunition.fabricatormaterials
| where = Ammunition.usedby = "{{hl|{{PAGENAME}}}}" OR Ammunition.usedby2 = "{{hl|{{PAGENAME}}}}"
| format = template
| template = Sandbox/row
| named args = yes
}}
|}
</includeonly>
</includeonly>

Revision as of 13:00, 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.