Template:InfoBox: Difference between revisions

From Aphelium
No edit summary
No edit summary
Line 8: Line 8:
<div class="infobox-separator">Information</div>
<div class="infobox-separator">Information</div>
<table class="infobox-table">
<table class="infobox-table">
<tr>
<th>Icon</th>
<td>[[File: {{{icon|}}}|20px]]
</tr>
<tr>
<tr>
<th>UI per block</th>
<th>UI per block</th>
Line 13: Line 17:
</tr>
</tr>
<tr>
<tr>
<th>Icon</th>
<th>Category</th>
<td>[[File: {{{icon|}}}|20px]]
<td>{{{category}}}
</tr>
<tr>
<th>Eatable</th>
<td>{{{eatable}}}
</tr>
<tr>
<th>Energy restored</th>
<td>{{{energy_restored}}} every {{ui_per_block}} units
</tr>
<tr>
<th>Sellable on [[Equinox]]</th>
<td>{{{sellable}}}
</tr>
<tr>
<th>AA Template</th>
<td>{{{aa_template}}}
</tr>
</tr>
</table>
</table>
Line 37: Line 57:
"suggested": true
"suggested": true
},
},
"ui_per_block": {}
"ui_per_block": {
"label": "Units per block",
"example": "25",
"type": "number",
"required": true
},
"icon": {
"label": "Icon",
"type": "wiki-file-name",
"suggested": true
},
"category": {
"label": "Category",
"example": "Food",
"type": "string",
"suggested": true
},
"eatable": {
"label": "Eatable",
"example": "Yes",
"type": "string",
"suggestedvalues": [
"Yes",
"No"
],
"autovalue": "No",
"required": true
},
"energy_restored": {
"label": "Energy restored per block eaten",
"example": "2",
"type": "number"
},
"sellable": {
"label": "Sellable",
"description": "If it's sellable on Equinox, the open marketplace",
"example": "Yes",
"type": "string",
"suggestedvalues": [
"Yes",
"No"
],
"default": "No",
"autovalue": "No",
"required": true
},
"aa_template": {
"label": "AtomicAsset template ID",
"type": "number",
"suggested": true
}
},
},
"format": "inline"
"format": "inline"

Revision as of 16:02, 21 May 2023

{{{name}}}

[[File: ]]

Information
Icon [[File: |20px]]
UI per block {{{ui_per_block}}}
Category {{{category}}}
Eatable {{{eatable}}}
Energy restored {{{energy_restored}}} every Template:Ui per block units
Sellable on Equinox {{{sellable}}}
AA Template {{{aa_template}}}

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
namename

no description

Stringrequired
Imageimage

no description

Stringsuggested
Ddescription

Description

Contentsuggested
Units per blockui_per_block

no description

Example
25
Numberrequired
Iconicon

no description

Filesuggested
Categorycategory

no description

Example
Food
Stringsuggested
Eatableeatable

no description

Suggested values
Yes No
Example
Yes
Auto value
No
Stringrequired
Energy restored per block eatenenergy_restored

no description

Example
2
Numberoptional
Sellablesellable

If it's sellable on Equinox, the open marketplace

Suggested values
Yes No
Default
No
Example
Yes
Auto value
No
Stringrequired
AtomicAsset template IDaa_template

no description

Numbersuggested