Template:Material infobox: Difference between revisions

From Sandustry Official Wiki
m Reverted edits by 76561198118930108 (talk) to last revision by DCello
Tags: Rollback Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly>{{#invoke:Infobox|main
<includeonly>
|kind=Material
{| class="wikitable" style="width: 300px; border: 2px solid black; background-color: #f9f9f9;"
|sep=,
|+ style="background:#337ab7; color:white; font-size: 120%;" | {{{title|Material}}}
|image={{#if:{{{image|}}}{{{image}}}{{!}}}}
|-
|sections=General Info, Processing, Physics
| colspan="2" style="text-align:center;" | {{{image|}}}
|General Info=Interactions, Density, Matter Type
|-
|Processing=Obtained From, Processed By, Byproducts
! colspan="2" style="background:#cce5ff; text-align:center;" | General Info
|Physics=Burnable, Wettable, Launchable
|-
}}</includeonly>
! Interactions
 
| {{{Interactions|}}}
|-
! Density
| {{{Density|}}}
|-
! Matter Type
| {{{Matter Type|}}}
|-
! colspan="2" style="background:#cce5ff; text-align:center;" | Processing
|-
! Obtained From
| {{{Obtained From|}}}
|-
! Processed By
| {{{Processed By|}}}
|-
! Byproducts
| {{{Byproducts|}}}
|-
! colspan="2" style="background:#cce5ff; text-align:center;" | Physics
|-
! Burnable
| {{{Burnable|}}}
|-
! Wettable
| {{{Wettable|}}}
|-
! Launchable
| {{{Launchable|}}}
|}
</includeonly>
<noinclude>
<noinclude>
<syntaxhighlight lang="wikitext" style="overflow: auto;">
== Usage ==
<pre>
{{Material
{{Material
|title=  
|title=Sand
|image=
|image=[[File:Sand.png|100px]]


|Interactions=
|Interactions=💧
|Density=
|Density=150
|Matter Type=
|Matter Type=Solid


|Obtained From=
|Obtained From=Sandsoil
|Processed By=
|Processed By=[[Water]]
|Byproducts=
|Byproducts=[[Wet Sand]]


|Burnable=
|Burnable=No
|Wettable=
|Wettable=Yes
|Launchable=
|Launchable=Yes
}}
}}
</syntaxhighlight><noinclude>[[Category:Template documentation]]</noinclude>
</pre>
</noinclude>

Revision as of 12:41, 19 June 2025


Usage

{{Material
|title=Sand 
|image=[[File:Sand.png|100px]]

|Interactions=💧
|Density=150
|Matter Type=Solid

|Obtained From=Sandsoil
|Processed By=[[Water]]
|Byproducts=[[Wet Sand]]

|Burnable=No
|Wettable=Yes
|Launchable=Yes
}}