Template:Objects/Sandbox/doc

From Astroneer Wiki
Jump to navigation Jump to search
Documentation

The Objects template places an Infobox at the top right of item pages.

Usage

Item

{{Objects/Sandbox
|name      =
|image     = 
|tier      = 
|group     = 
|type      =
|desc      =
|recipe    =
|crafting  =
|crafting2 =
|unlock    = 
|value     =
|bpm       =
|scrap     =
|prod      =
|drain     =
}}

Resource

{{Objects/Sandbox
|name      =
|image     = 
|tier      = 
|group     = 
|type      =
|value     =
}}

Example (Unlockable Item)

{{Objects/Sandbox
|name      = Small Wind Turbine
|image     = Small Wind Turbine.png
|tier      = 1
|group     = Item
|type      = Power Generation
|desc      = Converts wind into power.
|recipe    = 1x {{ItemLink|Glass}}
|crafting  = Backpack
|unlock    = 500
|prod      = 1.5
}}

Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object, either Small, Medium, Large, or Extra Large
  • group = The group of the object, ex. Item, Module
  • type = The subgroup of the object, ex. Creative, Base Building
  • desc = Description taken from the in-game Research Catalog
  • recipe = (do not include if uncraftable) The recipe used to craft the item
  • crafting = (do not include if uncraftable) The module used to craft the item
  • crafting2 = (do not include if uncraftable or craftable only by one module) The second module used to craft the item

Example (Default Unlocked Item)

{{Objects/Sandbox
|name      = Beacon
|image     = beacon.png
|tier      = 
|group     = Item
|type      = Exploration
|recipe    = 1x {{ItemLink|Quartz}}
|crafting  = Backpack
|unlock    = Unlocked
}}

Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object, either Small, Medium, Large, or Extra Large
  • group = The group of the object, ex. Item, Module
  • type = The subgroup of the object, ex. Creative, Base Building
  • desc = Description taken from the in-game Research Catalog
  • recipe = (do not include if uncraftable) The recipe used to craft the item
  • crafting = (do not include if uncraftable) The module used to craft the item
  • crafting2 = (do not include if uncraftable or craftable only by one module) The second module used to craft the item
  • unlock = An item's cost to unlock the blueprint in the Research Catalog. Use Unlocked if it's a default item at the start of a game, and use Missions if unlocked by completing some missions

Example (Resource)

{{Objects/Sandbox
|name      = Titanium
|image     = Nugget Titanium.png
|tier      = 1
|group     = Resource
|type      = Refined
|recipe    = {{ItemLink|Titanite}}
|crafting  = Smelting Furnace
|value     = 250
|bpm       = 50
}}

Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object, either Small, Medium, Large, or Extra Large.
  • group = The group of the object, ex. Item, Module.
  • type = The subgroup of the object, ex. Creative, Base Building.
  • desc = Description taken from the in-game Research Catalog
  • recipe = The items used to create the item
  • crafting = The crafting module the item is created at
  • value = how much value for said resource if it were to be researched with the Research Chamber

Example (Missing Icon)

{{Objects/Sandbox
|name      = Missing Icon
|image     = Nugget Titanium.png
|tier      = 1
|group     = Resource
|type      = Refined
|recipe    = {{ItemLink|Titanite}}
|crafting  = Smelting Furnace
|value     = 250
|bpm       = 50
}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.