Template:Material infobox: Difference between revisions

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


|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>
</syntaxhighlight>
[[Category:Template documentation]]
[[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
}}