Template:Infobox building: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
| style="font-size:9pt; background:#426C3F;" | {{tooltip|'''Input'''|Resource(s) used for production of another.}} || style="font-size:9pt; background-color: #587B56;" | {{#if:{{{input}}}||<span style="color: #ffffff8a;">None</span>}}
| style="font-size:9pt; background:#426C3F;" | {{tooltip|'''Input'''|Resource(s) used for production of another.}} || style="font-size:9pt; background-color: #587B56;" | {{#if:{{{input}}}||<span style="color: #ffffff8a;">None</span>}}
|-
|-
| style="font-size:9pt; background:#426C3F;" | {{tooltip|'''Output'''|The resource(s) this building is meant to create.}} || style="font-size:9pt; background-color: #587B56;" | {{#if:{{{output}}}||<span style="color: #ffffff8a;">None</span>}}
| style="font-size:9pt; background:#426C3F;" | {{tooltip|'''Output'''|The resource(s) this building is meant to create. Some buildings don't require any input, as resource output is based on the amount of employees working and/or building size.}} || style="font-size:9pt; background-color: #587B56;" | {{#if:{{{output}}}||<span style="color: #ffffff8a;">None</span>}}
|-
|-
| style="font-size:9pt; background:#426C3F;" | {{tooltip|'''Percent'''|The percentage of each resource needed to create a single unit of another resource. For example, 50% would mean it takes 2 of something to create 1 resource. 200% means it takes 2 resources to create 1, etc.}} || style="font-size:9pt; background-color: #587B56;" | {{#if:{{{percent}}}||<span style="color: #ffffff8a;">None</span>}}
| style="font-size:9pt; background:#426C3F;" | {{tooltip|'''Percent'''|The percentage of each resource needed to create a single unit of another resource. For example, 50% would mean it takes 2 of something to create 1 resource. 200% means it takes 2 resources to create 1, etc.}} || style="font-size:9pt; background-color: #587B56;" | {{#if:{{{percent}}}||<span style="color: #ffffff8a;">None</span>}}

Revision as of 02:22, 6 June 2021

{{{title}}}
{{{image}}}
{{{caption}}}
Building Information
Icon {{{icon}}}
Building cost {{{cost}}}
Building type {{{building_type}}}
Components {{{components}}}
Expandable? {{{expandable}}}
Component Requirements {{{comp_req}}}
Production Information
Input
Output
Percent

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.
|input = Which resources are used in production for this building.
|output = Which resources are created from this building.
|percent = The percentage of input resources compared to the output resources. For example, 50% would mean 2 resources would be needed to make 1 unit of another resource.
}}

Note: When placing this infobox, make sure ALL parameters are there, even if you're leaving them blank. The parameters above "input" are required, meaning if they are not assigned something, they will output something like {{{something}}} if left empty.
That looks messy and unattractive for this wiki. We don't want that.