Difference between revisions of "Template:LLSD Field Table"

From Second Life Wiki
Jump to navigation Jump to search
(Created)
 
m (Trying to get it to work.)
Line 1: Line 1:
<includeonly> {{Prettytable}}
!width="150"|field name
!width="100"|LLSD type
!width="100"|C++ type
|-
</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]].


Usage:
Usage:
  <nowiki> {| {{LLSD Field Table}}
  <nowiki> {|{{LLSD Field Table}}
  | foo || real || F32
  | foo || real || F32
  |}</nowiki>
  |}</nowiki>


Yields:
Yields:
{| {{LLSD Field Table}}
{|{{LLSD Field Table}}
| foo || real || F32
| foo || real || F32
|}
|}
[[Category:Style and Navigation|{{PAGENAME}}]]
</noinclude>
</noinclude>
<includeonly>{{Prettytable}}
!width="200"|field name
!width="100"|LLSD type
!width="100"|C++ type
|-
</includeonly>
<noinclude>[[Category:Style and Navigation|{{PAGENAME}}]]</noinclude>

Revision as of 23:21, 10 December 2007


Template for use with LLSD field tables, like on Internal Animation Format.

Usage:

 {|{{LLSD Field Table}}
 | foo || real || F32
 |}

Yields:

field name LLSD type C++ type
foo real F32