Template:Struct bottom/doc

From SlyMods
Jump to navigation Jump to search

This is one of three helper templates for displaying struct fields on a data structure article. They are:

They must always be used together to build a full table.

Usage

{{Struct top}}
{{Struct field|offset|size|type|name|description}}
{{Struct field|offset|size|type|name|description}}
...
{{Struct bottom}}

Example

{{Struct top}}
{{Struct field|offset=0x1c|size=0x4|type=DifficultyLevel *|name=''Difficulty level''|description=Pointer to the current difficulty level}}
{{Struct bottom}}
Offset Size Type Name Description
0x1c 0x4
DifficultyLevel *
Difficulty level Pointer to the current difficulty level

Template data

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Struct bottom

Used to mark the end of a set of struct fields in an article.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
No parameters specified

See also