Template:LLSD Field Table
Template for use with LLSD field tables, like on Internal Animation Format.
Usage:
{|{{LLSD Field Table}}
| foo || real || F32 || fooness of the bar
|}
Yields:
| field name | LLSD type | C++ type | Note |
|---|---|---|---|
| foo | real | F32 | fooness of the bar |