Template:Databank

From Subnautica Wiki
{{{name}}}
<poem>{{{description}}}</poem>
Source: {{{source}}}

This template allows the creation of a Databank entry table. It requires three parameters, but takes up to four: name, description, source, and optionally image. Names and sources can be supplemented with links if need be. Descriptions must be void or other text-interrupting features. Image is defined via file name including MIME type.

Example

HTML

{{Databank
| name=[[Mobile Vehicle Bay]]
| image=MVBEncy.png
| description=
The mobile vehicle bay is a deployable station equipped with fabrication drones, designed to construct small research and exploration vehicles from raw materials. It is a common tool in almost all industrial, scientific and colonization operations.
| source=Unlocked by default
}}

Output

Mobile Vehicle Bay
MVBEncy.PNG
<poem>The mobile vehicle bay is a deployable station equipped with fabrication drones, designed to construct small research and exploration vehicles from raw materials. It is a common tool in almost all industrial, scientific and colonization operations.</poem>
Source: Unlocked by default