Template:Tool infobox: Difference between revisions
From Sandustry Official Wiki
Created page with "<includeonly><templatestyles src="infobox/styles.css" /><div class="tool-infobox infobox"> {| class="wikitable" style="width:100%;" {{{title|}}} {{#if: {{{image|}}} | {{!}}- {{!}} colspan="2" style="text-align:center;" {{!}} {{{image}}} }} |- ! colspan="2" style="text-align:center;" | General Info |- ! Description | {{{Description|}}} |- ! Damage Type | {{{Damage|}}} |} </div></includeonly><noinclude> <syntaxhighlight lang="wikitext"> {{Tool infobox |title= |image=File..." |
mNo edit summary |
||
| Line 11: | Line 11: | ||
! Description | ! Description | ||
| {{{Description|}}} | | {{{Description|}}} | ||
|- | {{#if: {{{Damage|}}} | | ||
{{!}}- | |||
! Damage Type | ! Damage Type | ||
{{!}} {{{Damage}}} | |||
}} | |||
|} | |} | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> | ||
Latest revision as of 13:31, 12 August 2026
{{Tool infobox
|title=
|image=[[File:Example.png|150px]]
|Description=
|Damage=
}}

