Difference between revisions of "Template:LLSD Field Table"

From Second Life Wiki
Jump to navigation Jump to search
(Added a Note column)
(Added description column, updated.)
Line 1: Line 1:
<includeonly> {{Prettytable}}
<includeonly> {{Prettytable}}
!width="150"|field name
!width="100"|field name
!width="200"|description
!width="100"|LLSD type
!width="100"|LLSD type
!width="100"|C++ type
!width="100"|C++ type
!width="250"|Note
!width="250"|Note
|-
</includeonly>
</includeonly>


<noinclude>
<noinclude>
Template for use with LLSD field tables, like on [[Internal Animation Format]].
Template for use with LLSD field tables, like on [[Internal Animation Format]]. See also [[Template:LLSD Field Entry]].


Usage:
Usage:
  <nowiki> {|{{LLSD Field Table}}
  <nowiki> {|{{LLSD Field Table}}
  | foo || real || F32 || fooness of the bar
  {{LLSD Field Entry|name=version|desc=Animation format major version number|llsd=integer|cpp=U16|note=The current version is 1.}}
  |}</nowiki>
  |}</nowiki>


Yields:
Yields:
{|{{LLSD Field Table}}
{|{{LLSD Field Table}}
| foo || real || F32 || fooness of the bar
{{LLSD Field Entry|name=version|desc=Animation format major version number|llsd=integer|cpp=U16|note=The current version is 1.}}
|}
|}


[[Category:Style and Navigation|{{PAGENAME}}]]
[[Category:Style and Navigation|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 00:16, 11 December 2007


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.