Template:Infobox/doc

From Songs of Syx Wiki
Revision as of 04:54, 12 May 2021 by Zippy (talk | contribs) (Created page with "This template is essentially a table that contains information about an element of the game. ==Use== To use this template, it must be placed ''before'' the main text of a pag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template is essentially a table that contains information about an element of the game.

Use

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
|title = Resource
|caption = Caption
|image = [[File:image.jpg]]
|icon = [[File:image.jpg]]
|cost = 15
|health = 100
|armor = 100
|weapons = N/A
}}

Note that the above text is just an example, as this wiki will have different infoboxes and templates, will contain different values than what was shown. This can be seen by viewing the template under the "Edit source" or "View source" functions.