Template:Tool Infobox: Difference between revisions
From Sandustry Official Wiki
Created page with "<includeonly>{{#invoke:Infobox|main |kind=Material |sep=, |image={{#if:{{{image|}}}{{{image}}}{{!}}}} |sections=General Info, Damages, Upgrades |General Info=Description |Damages=Damage, Damage Type |Upgrades=Upgradeable, Level 1, Level 2, Level 3, Level 4, Level 5 }}</includeonly> <noinclude> <syntaxhighlight lang="wikitext" style="overflow: auto;"> {{Tool Infobox |title= |image= |Description= |Damage= |Damage Type= |Upgradeable= |Level 1= |Level 2= |Level 3= |Leve..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
| | <div style="float:right; clear:right; margin:1em; width:300px;"> | ||
{| class="wikitable" style="width:100%;" | |||
| | |+ style="font-weight:bold; font-size:1.25em; text-align:center;" | {{{title|}}} | ||
| | |- | ||
| | | colspan="2" style="text-align:center;" | [[File:{{{image|}}}|200px]] | ||
| | |- | ||
|Upgrades | ! colspan="2" style="text-align:center;" | General Info | ||
}}</includeonly> | |- | ||
! Description | |||
| {{{Description|}}} | |||
|- | |||
! colspan="2" style="text-align:center;" | Damages | |||
|- | |||
! Damage | |||
| {{{Damage|}}} | |||
|- | |||
! Damage Type | |||
| {{{Damage Type|}}} | |||
|- | |||
! colspan="2" style="text-align:center;" | Upgrades | |||
|- | |||
! Upgradeable | |||
| {{{Upgradeable|}}} | |||
|- | |||
! Level 1 | |||
| {{{Level 1|}}} | |||
|- | |||
! Level 2 | |||
| {{{Level 2|}}} | |||
|- | |||
! Level 3 | |||
| {{{Level 3|}}} | |||
|- | |||
! Level 4 | |||
| {{{Level 4|}}} | |||
|- | |||
! Level 5 | |||
| {{{Level 5|}}} | |||
|} | |||
</div> | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<syntaxhighlight lang="wikitext | <syntaxhighlight lang="wikitext"> | ||
{{Tool Infobox | {{Tool Infobox | ||
|title= | |title= | ||
| Line 27: | Line 60: | ||
|Level 5= | |Level 5= | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Template documentation]] | |||
</noinclude> | |||
Revision as of 12:55, 19 June 2025
{{Tool Infobox
|title=
|image=
|Description=
|Damage=
|Damage Type=
|Upgradeable=
|Level 1=
|Level 2=
|Level 3=
|Level 4=
|Level 5=
}}

