Template:LLSD Field Table
Template for use with LLSD field tables, like on Internal Animation Format.
Usage:
{| {{LLSD Field Table}}
| foo || real || F32
|}
Yields:
border="2" cellspacing="0" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#F9F9F9; font-size:90%; empty-cells:show; "| field name | LLSD type | C++ type |
|---|---|---|
| foo | real | F32 |