Template:LLSD Field Table: Difference between revisions
Jump to navigation
Jump to search
Created |
(No difference)
|
Revision as of 22:53, 10 December 2007
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 |