Template:Databank: Difference between revisions

From Subnautica Wiki
No edit summary
mNo edit summary
Tag: 2017 source edit
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="article-table unsortable" style="width: 95%;" cellspacing="1" cellpadding="1" border="0"
{| class="article-table unsortable" id="{{#replace:{{#replace:{{{name}}}|[|}}|]|}}" style="width: 95%;" cellspacing="1" cellpadding="1" border="0"
|-
|-
| style="text-align: left;"|'''{{{name}}}'''
| style="text-align: left;" | '''{{{name}}}'''
{{#if:{{{image|}}} | {{{!}}}-
{{#if:{{{image|}}} | {{!}}-
! class="unsortable" style="width: 100%; text-align: left;" {{{!}}}[[File:{{{image}}}{{{!}}}center{{{!}}}650px]] | }}
! class="unsortable" style="width: 100%; text-align: left;" {{!}}[[File:{{{image}}}{{!}}center{{!}}650px]] | }}
|-
|-
| style="text-align: left;"|<poem>{{{description}}}</poem>
| style="text-align: left;" | <poem>{{{description}}}</poem>
|-
|-
| style="text-align: left;"|Source: {{{source}}}
| style="text-align: left;" | Source: {{{source}}}
|}<noinclude>
|}<noinclude>{{Documentation}}</noinclude>

Usage:
<nowiki>{{Databank
|name=Brinewing
|source=Scan a Brinewing
|image=Brinewing Ency.png
|description=
EncyDesc_Brinewing
}}</nowiki>

</noinclude>

Latest revision as of 18:25, 9 July 2024

{{{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