Template:Infobox building: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
(Fixed broken float.)
No edit summary
 
Line 1: Line 1:
{| class="wikitable" style="float: right; box-shadow: 3px 3px 3px #0009; border: 0px solid #000; border-right: 5px solid #869d94; margin-left: 10px; margin-background:#D1B9AB; border-top-left-radius: 50px;"
{| class="wikitable" style="float: right; box-shadow: 3px 3px 3px #0009; border: 0px solid #000; border-right: 5px solid #869d94; margin-left: 10px; margin-top: 2px; background:#D1B9AB; border-top-left-radius: 50px;"
! colspan="2" style="border: 0px solid #000; background:#1E4D39; width:100px; color: #fff; font-size:10pt; border-top-left-radius: 15px;" | {{shadow|{{{title}}}|#00000091}}
! colspan="2" style="border: 0px solid #000; background:#1E4D39; width:100px; color: #fff; font-size:10pt; border-top-left-radius: 15px;" | {{shadow|{{{title}}}|#00000091}}
|-
|-

Latest revision as of 18:33, 24 March 2024

{{{title}}}
{{{image}}}
{{{caption}}}
Building Information
Icon {{{icon}}}
Building cost {{{cost}}}
Category {{{building_type}}}
Sub-category {{{subtype}}}
Produces noise? {{{noise}}}
Components {{{components}}}
Expandable? {{{expandable}}}
Component Requirements {{{comp_req}}}
Production Information
Input {{{input}}}
Output {{{output}}}
Template Documentation

Description

This infobox template is used for - you guessed it - buildings.

Syntax

To use this template, it must be placed before the main text of a page. It must start with {{Infobox and end with two curly brackets, }}. The infobox, by default, will be aligned to the right of the page, with the page's text tightly wrapping around it. This is because the infobox is a wikitable using the float: left CSS property. The infobox must be entered in the page with the proper format, which is shown here:

{{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.
|subtype = Sub category of building.
|noise = Yes/No
|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 = (CURRENTLY UNUSED) 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.

Examples

No example needed. The template can be easily seen on this page.