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 |
||
| (11 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: | {| class="wikitable" style="width:100%;" | ||
|+ style=" | |+ 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=" | ! colspan="2" style="text-align:center;" | General Info | ||
|- | |- | ||
! Interactions | ! Interactions | ||
| Line 16: | Line 16: | ||
| {{{Matter Type|}}} | | {{{Matter Type|}}} | ||
|- | |- | ||
! colspan="2" style=" | ! colspan="2" style="text-align:center;" | Processing | ||
|- | |- | ||
! Obtained From | ! Obtained From | ||
| Line 27: | Line 27: | ||
| {{{Byproducts|}}} | | {{{Byproducts|}}} | ||
|- | |- | ||
! colspan="2" style=" | ! colspan="2" style="text-align:center;" | Physics | ||
|- | |- | ||
! Burnable | ! Burnable | ||
| Line 38: | Line 38: | ||
| {{{Launchable|}}} | | {{{Launchable|}}} | ||
|} | |} | ||
</includeonly> | </div> | ||
<noinclude> | [[Category:Materials]] | ||
</includeonly><noinclude> | |||
<syntaxhighlight lang="wikitext"> | |||
{{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 | |||
}} | |||
</syntaxhighlight> | |||
[[Category:Template documentation]] | |||
</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
}}

