Template:Descriptions/Store
This template defines the table "Descriptions". View table.
Purpose
Stores official descriptions of a subject, for use by description templates.
This template is invoked automatically via {{Data Table/Descriptions}} and {{Descriptions Table}}.
Usage
{{Descriptions/Store
|game=
|descriptionSource=
|subject=
|section=
|context=
|image=
|subjectDisplayName=
|description=
}}
| Parameter | Required? | Description |
|---|---|---|
game | Required | A game code. |
descriptionSource | Required | The source of the description, e.g. Inventory. |
subject | Required | A wiki article name referring to the subject being described. |
section | Optional | When a subject has multiple sets of descriptions that are to be displayed in different sections of a page (e.g. Ghirahim), this value determines which section the description belongs to. Corresponds to the |
context | Optional | If the given subject has multiple descriptions of the same type in game, use this field to describe when the given description appears. |
image | Optional | A wiki file name referring to the image that accompanies the description, if any. |
subjectDisplayName | Optional | The name of the subject as displayed alongside the description. Defaults to |
description | Required | The description of the subject. |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| game | game | A [[:Category:Game codes|game code]]. | Content | optional |
| descriptionSource | descriptionSource | The source of the description, e.g. <code>Inventory</code>. | Content | optional |
| subject | subject | A wiki article name referring to the subject being described. | Content | optional |
| section | section | <p>When a subject has multiple sets of descriptions that are to be displayed in different sections of a page (e.g. [[Ghirahim]]), this value determines which section the description belongs to.</p> <p>Corresponds to the <code>section</code> parameter of [[Template:Descriptions]].</p> | Content | optional |
| context | context | If the given subject has multiple descriptions of the same <code>type</code> in <code>game</code>, use this field to describe when the given description appears. | Content | optional |
| image | image | A wiki file name referring to the image that accompanies the description, if any. | Content | optional |
| subjectDisplayName | subjectDisplayName | <p>The name of the subject as displayed alongside the description.</p><p>Defaults to <code>subject.</code></p> | Content | optional |
| description | description | The description of the subject. | Content | optional |