Template:Infobox building: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
<noinclude>The documentation and help in relation to this infobox can be found [[Template:Infobox/doc|here]].
<noinclude>The documentation and help in relation to this infobox can be found [[Template:Infobox/doc|here]].


The format of this infobox works as shown below:
The format of this infobox works as shown below:<br />
<code>
<pre>{{Infobox_building
 
|title = Name of building.
|image = Image of building.
|caption = Caption (jokingly) explaining the image.
|icon = Small icon of the building when selecting it in-game.
|cost = Cost of creating the building, which goes by resource cost per number of tiles.
|building_type = Category of building.
|components = Individual components needed to complete the building (some may be optional).
|expandable = If the building can be freely expanded or shrunk by the player.
|comp_req = Resources needed to make extra components for said building, which goes by resource cost per component.
}}
</pre>
</noinclude>
</noinclude>
<!-- fun hidden text!! -->

Revision as of 22:12, 12 May 2021

{{{title}}}
{{{image}}}
{{{caption}}}
Building Information
Icon {{{icon}}}
Building cost {{{cost}}}
Building type {{{building_type}}}
Components {{{components}}}
Expandable? {{{expandable}}}
Component requirements {{{comp_req}}}

The documentation and help in relation to this infobox can be found here.

The format of this infobox works as shown below:

{{Infobox_building
|title = Name of building.
|image = Image of building.
|caption = Caption (jokingly) explaining the image.
|icon = Small icon of the building when selecting it in-game.
|cost = Cost of creating the building, which goes by resource cost per number of tiles.
|building_type = Category of building.
|components = Individual components needed to complete the building (some may be optional).
|expandable = If the building can be freely expanded or shrunk by the player.
|comp_req = Resources needed to make extra components for said building, which goes by resource cost per component.
}}