Template:Buildings infobox: Difference between revisions
From Sandustry Official Wiki
Created page with "<includeonly>{{#invoke:Infobox|main |kind=Buildings |sep=, |image={{#if:{{{image|}}}{{{image}}}{{!}}}} |sections=General Info, Permeability |General Info=Description, Interactions |Permeability=Blocks Liquid, Blocks Gas, Blocks Player }}</includeonly> <noinclude> <syntaxhighlight lang="wikitext" style="overflow: auto;"> {{Buildings infobox |title= |image= |Description= |Interactions= |Blocks Liquid= |Blocks Gas= |Blocks Player= }} </syntaxhighlight><noinclude>Catego..." |
m Added Buildings category tag |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{ | <includeonly><templatestyles src="infobox/styles.css" /><div class="buildings-infobox infobox"> | ||
| | {| class="wikitable" style="width:100%;" | ||
| | |+ 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;" | General Info | ||
}}</ | |- | ||
! Description | |||
<noinclude> | | {{{Description|}}} | ||
<syntaxhighlight lang="wikitext | |- | ||
! Interactions | |||
| {{{Interactions|}}} | |||
|- | |||
! colspan="2" style="text-align:center;" | Permeability | |||
|- | |||
! Blocks Liquid | |||
| {{{Blocks Liquid|}}} | |||
|- | |||
! Blocks Gas | |||
| {{{Blocks Gas|}}} | |||
|- | |||
! Blocks Player | |||
| {{{Blocks Player|}}} | |||
|} | |||
</div> | |||
[[Category:Buildings]] | |||
</includeonly><noinclude> | |||
<syntaxhighlight lang="wikitext"> | |||
{{Buildings infobox | {{Buildings infobox | ||
|title= | |title= | ||
|image= | |image=[[File:Example.png|150px|class=pixelart]] | ||
|Description= | |Description= | ||
| Line 21: | Line 39: | ||
|Blocks Player= | |Blocks Player= | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Template documentation]] | |||
</noinclude> | |||
Latest revision as of 15:34, 17 August 2026
{{Buildings infobox
|title=
|image=[[File:Example.png|150px|class=pixelart]]
|Description=
|Interactions=
|Blocks Liquid=
|Blocks Gas=
|Blocks Player=
}}

