Template:Material infobox: Difference between revisions

From Sandustry Official Wiki
No edit summary
Tag: Reverted
m Reverting TOC stuff; needs to be fixed in styles instead
Tag: Manual revert
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly><templatestyles src="infobox/styles.css" /><div class="material-infobox infobox">
{| class="wikitable" style="width: 300px; border: 2px solid black; background-color: #f9f9f9;"
{| class="wikitable" style="width:100%;"
|+ style="background:#337ab7; color:white; font-size: 120%;" | {{{title|Material}}}
|+ style="font-weight:bold; font-size:1.25em; text-align:center;" | {{{title|}}}
|-
|-
| colspan="2" style="text-align:center;" | {{{image|}}}
| colspan="2" style="text-align:center;" | {{{image|}}}
|-
|-
! colspan="2" style="background:#cce5ff; text-align:center;" | General Info
! colspan="2" style="text-align:center;" | General Info
|-
|-
! Interactions
! Interactions
Line 16: Line 16:
| {{{Matter Type|}}}
| {{{Matter Type|}}}
|-
|-
! colspan="2" style="background:#cce5ff; text-align:center;" | Processing
! colspan="2" style="text-align:center;" | Processing
|-
|-
! Obtained From
! Obtained From
Line 27: Line 27:
| {{{Byproducts|}}}
| {{{Byproducts|}}}
|-
|-
! colspan="2" style="background:#cce5ff; text-align:center;" | Physics
! colspan="2" style="text-align:center;" | Physics
|-
|-
! Burnable
! Burnable
Line 38: Line 38:
| {{{Launchable|}}}
| {{{Launchable|}}}
|}
|}
</includeonly>
</div>
<noinclude>
[[Category:Materials]]
== Usage ==
</includeonly><noinclude>
<pre>
<syntaxhighlight lang="wikitext">
{{Material
{{Material
|title=Sand  
|title=Sand
|image=[[File:Sand.png|100px]]
|image=[[File:Sand.png|150px|class=pixelart]]


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


|Obtained From=Sandsoil
|Obtained From=[[Sandsoil]]
|Processed By=[[Water]]
|Processed By=[[Water]]
|Byproducts=[[Wet Sand]]
|Byproducts=[[Wet Sand]]
Line 58: Line 58:
|Launchable=Yes
|Launchable=Yes
}}
}}
</pre>
</syntaxhighlight>
[[Category:Template documentation]]
</noinclude>
</noinclude>

Latest revision as of 15:08, 11 August 2026

{{Material
|title=Sand
|image=[[File:Sand.png|150px|class=pixelart]]

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

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

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