Template:RMRow: Difference between revisions
m (Fix.) |
(Moved the debugspawn parameter to under the items image/name.) |
||
Line 1: | Line 1: | ||
<includeonly>|- style="text-align:center; font-size:12px" |
<includeonly>|- style="text-align:center; font-size:12px" |
||
| {{Icon|{{{item}}}|width=70|height={{{height|70}}}}}[[{{{item}}}]] |
| {{Icon|{{{item}}}|width=70|height={{{height|70}}}}}[[{{{item}}}]]{{#if:{{{debugspawn|}}}|<br/><code>{{{debugspawn|}}}</code>|}} |
||
| {{{description|TBA}}} |
| {{{description|TBA}}} |
||
| style="text-align:{{#if:{{{biome|}}}|left|center}};" | |
| style="text-align:{{#if:{{{biome|}}}|left|center}};" | |
||
{{{biome|TBA}}} |
{{{biome|TBA}}} |
||
</includeonly><noinclude>{{Documentation|Template:RMTable/doc}}</noinclude> |
Latest revision as of 08:16, 27 June 2023
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 |
---|---|---|
Copper Orecopper
|
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Items Name | item | The item name requires the in-game debugspawn value as it utilises the Icon template to display the appropriate item image.
| String | suggested |
Items Image Height | height | This changes the height of the items image background, so the background fits the entire item image appropriately.
| String | optional |
Items Description | description | The short in-game description of the item.
| Line | suggested |
Biome Found In | biome | The biome the item is found in, Artic Spires, Glacial Bay etc.
| String | suggested |
DebugSpawn ID | debugspawn | 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.
| String | suggested |