Template:RMRow

From Subnautica Wiki

Overview

{{RMTable}} is a simple template that in conjunction with the {{RMRow}} (Shortcut: {{Rm}}) template creates a standard table to be used on the Raw Materials page for Subnautica: Below Zero.

Example

Item Description Location
1x1 default bg.png
Copper Ore Icon.png
Copper Ore
copper
Cu. Essential wiring component.


{{RMTable
<!-- Copper Ore -->
{{Rm|item=Copper Ore|description=Cu. Essential wiring component.|biome=
* [[Arctic Kelp Caves]]
* [[Arctic Kelp Forest]]
* [[Arctic Spires]]
* [[Crystal Caves]]
** [[Crystal Caves|Main Crystal Caves]]
* [[Deep Lilypads Cave]]
* [[Delta Island]]
* [[Arctic|East Arctic]]
* [[Fabricator Caverns]]
* [[Glacial Basin]]
* [[Glacial Bay]]
* [[Glacial Connection]]
* [[Lilypad Islands]]
** [[Lilypad Islands|Main Lilypad Islands]]
* [[Lilypads Crevice]]
* [[Koppa Mining Site]]
* [[Shallow Twisty Bridges]]
* [[Sparse Arctic]]
* [[Thermal Spires]]
* [[Twisty Bridges]]
* [[Arctic#West20%Arctic|West Arctic]]|debugspawn=copper}}
}}

TemplateData

RMTable is a simple template that in conjunction with the RMRow template creates a standard table to be used on the Raw Materials page for Subnautica: Below Zero.

Template parameters

ParameterDescriptionTypeStatus
Items Nameitem

The item name requires the in-game debugspawn value as it utilises the Icon template to display the appropriate item image.

Example
Fevered Pepper
Stringsuggested
Items Image Heightheight

This changes the height of the items image background, so the background fits the entire item image appropriately.

Example
140
Stringoptional
Items Descriptiondescription

The short in-game description of the item.

Example
Spicy edible pepper
Linesuggested
Biome Found Inbiome

The biome the item is found in, Artic Spires, Glacial Bay etc.

Example
* [[Arctic Spires]]
Stringsuggested
DebugSpawn IDdebugspawn

The items debugspawn id is what the game actually references when the item is created/made/spawned in as the game doesn't go off the items name.

Example
heatfruit
Stringsuggested