Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SC/Infobox commodity/doc

Template page
Revision as of 00:01, 5 May 2023 by imported>Alistair3149 (Add UEX)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation (for the above template, sometimes hidden or invisible) [create]
This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
This template currently doesn't have any documentation; you can create it if you know how the template is used. (What is this?)
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/Infobox commodity/doc/doc. (View all subpages of this page.)

{{Infobox commodity}} is an infobox template for use in articles on the individual commodity pages.

TemplateData

<templatedata> { "params": { "image": { "label": "Image", "description": "File name of the image of the commodity", "example": "Pitambu.png", "type": "wiki-file-name", "suggested": true }, "name": { "label": "Name", "description": "Name of the commodity", "example": "Pitambu", "type": "string", "required": true }, "type": { "label": "Type", "description": "Type of the commodity", "example": "Natural", "type": "string", "suggested": true }, "occupancy": { "label": "Occupancy", "description": "SCU per unit for the commodity (please include the unit)", "example": "730 μSCU", "type": "string", "suggested": true }, "baseprice": { "label": "Base price", "description": "Base price per unit of the commodity", "example": "15", "type": "number", "suggested": true }, "manufacturer": { "label": "Manufacturer", "description": "Manufacturer of the commodity (prefer code)", "example": "AEGS", "type": "string" }, "productionstate": { "label": "Production state", "description": "Production state of the commodity", "example": "Implemented", "type": "string", "suggested": true }, "container": { "label": "Consumable container", "description": "Container of the consumable", "example": "Fruit", "type": "string", "suggested": true }, "ndr": { "label": "NDR", "description": "NDR of the consumable", "example": "25", "type": "number", "suggested": true }, "hei": { "label": "HEI", "description": "HEI of the consumable", "example": "10", "type": "number", "suggested": true }, "uses": { "label": "Uses", "description": "Times that can you use the consumable", "example": "1", "type": "number", "suggested": true }, "buff1name": { "label": "Buff 1 name", "description": "Name of buff 1", "example": "Hydrating", "type": "string", "suggested": true }, "buff1duration": { "label": "Buff 1 duration", "description": "How long does buff 1 lasts in seconds", "example": "1800", "type": "number", "suggested": true }, "debuff1name": { "label": "Debuff 1 name", "description": "Name of debuff 1", "example": "Dehydrating", "type": "string", "suggested": true }, "debuff1duration": { "label": "Debuff 1 duration", "description": "How long does debuff 1 lasts in seconds", "example": "1800", "type": "number", "suggested": true }, "harvestfrom": { "label": "Harvested from", "description": "What object does the harvestable harvest from", "example": "Pitambu plant", "type": "string", "suggested": true }, "respawntime": { "label": "Harvestable respawn time", "description": "Respawn time of the harvestable in seconds", "example": "3600", "type": "number", "suggested": true }, "harvestlocation": { "label": "Harvestable location", "description": "General location of where the harvestable can be found", "example": "Savannah biome", "suggested": true }, "galactapediaurl": { "label": "Galactapedia URL", "description": "URL of the commodity on Galactapedia", "example": "https://robertsspaceindustries.com/galactapedia/article/0rqMrrLpnB-leylands-tortoise", "type": "url", "suggested": true }, "icon": { "label": "Icon", "description": "Icon of the commodity in game", "type": "wiki-file-name", "suggested": true }, "invertedicon": { "label": "Inverted icon", "description": "Yes if the icon needed to be inverted in color, empty if not needed", "example": "yes", "type": "string" }, "mineinstability": { "label": "Instability", "description": "Instability of the mineable commodity", "example": "1.2", "type": "number", "suggested": true }, "mineresistance": { "label": "Resistance", "description": "Resistance of the mineable commodity", "example": "0.25", "type": "number", "suggested": true }, "uexurl": { "label": "UEX URL", "description": "URL of the commodity on uexcorp.space", "example": "https://uexcorp.space/commodities:AGRI", "type": "url" } }, "description": "This template is an infobox template for use in articles on the individual commodity pages.", "format": "Template:\n\n", "paramOrder": [ "name", "image", "icon", "invertedicon", "type", "occupancy", "baseprice", "manufacturer", "productionstate", "harvestfrom", "respawntime", "harvestlocation", "container", "ndr", "hei", "uses", "buff1name", "buff1duration", "debuff1name", "debuff1duration", "mineinstability", "mineresistance", "galactapediaurl", "uexurl" ] } </templatedata>