Template:LLSD Field Table
Jump to navigation
Jump to search
Template for use with LLSD field tables, like on Internal Animation Format. See also Template:LLSD Field Entry.
Usage:
{|{{LLSD Field Table}}
{{LLSD Field Entry|name=version|desc=Animation format major version number|llsd=integer|cpp=U16|note=The current version is 1.}}
|}
Yields:
| field name | description | LLSD type | C++ type | Note |
|---|---|---|---|---|
| version | Animation format major version number | integer | U16 | The current version is 1. |