Template:Infobox: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 12: | Line 12: | ||
| style="font-size:9pt; background:#1c215e;" | <span class="basic-tooltip" style="text-decoration:underline; text-decoration-style:dotted" title="This refers to the general, unfixed cost in trading.">'''Cost'''</span> || style="font-size:9pt; background-color: #474c8a;" | {{{cost}}} | | style="font-size:9pt; background:#1c215e;" | <span class="basic-tooltip" style="text-decoration:underline; text-decoration-style:dotted" title="This refers to the general, unfixed cost in trading.">'''Cost'''</span> || style="font-size:9pt; background-color: #474c8a;" | {{{cost}}} | ||
|- | |- | ||
| style="font-size:9pt; background:#1c215e;" | {{tooltip|'''Uses'''|If this building uses up any resources to function.}} || style="font-size:9pt; background-color: #474c8a;" | {{if:{{{uses}}}|no}} | | style="font-size:9pt; background:#1c215e;" | {{tooltip|'''Uses'''|If this building uses up any resources to function.}} || style="font-size:9pt; background-color: #474c8a;" | {{if:{{{uses}}}|yes|no}} | ||
|- | |- | ||
| colspan="2" style="background:#12153e; color: #fff; text-align:center;font-size:10pt" | <small>'''Extra Information'''</small> | | colspan="2" style="background:#12153e; color: #fff; text-align:center;font-size:10pt" | <small>'''Extra Information'''</small> |
Revision as of 23:00, 5 June 2021
{{{title}}} | |
---|---|
{{{image}}} | |
{{{caption}}} | |
Resource Information | |
Icon | {{{icon}}} |
Cost | {{{cost}}} |
Uses | {{if:{{{uses}}}|yes|no}} |
Extra Information | |
Used in building? | {{{is_for_building}}} |
Renewable? | {{{is_renewable}}} |
This template is essentially a table that contains information about an element of the game. More specifically, it's about the template on the page Template:Infobox. This infobox is commonly used for resources and some elements found in the game's word, such as trees.
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 = Low/Medium/High/etc. |is_for_building = Yes/No |spoil = #% }}
No example required, as the template's output is already seen.