Template:LLSD Field Table: Difference between revisions
Jump to navigation
Jump to search
m Trying to get it to work. |
Added a Note column |
||
| Line 3: | Line 3: | ||
!width="100"|LLSD type | !width="100"|LLSD type | ||
!width="100"|C++ type | !width="100"|C++ type | ||
!width="250"|Note | |||
|- | |- | ||
</includeonly> | </includeonly> | ||
| Line 11: | Line 12: | ||
Usage: | Usage: | ||
<nowiki> {|{{LLSD Field Table}} | <nowiki> {|{{LLSD Field Table}} | ||
| foo || real || F32 | | foo || real || F32 || fooness of the bar | ||
|}</nowiki> | |}</nowiki> | ||
Yields: | Yields: | ||
{|{{LLSD Field Table}} | {|{{LLSD Field Table}} | ||
| foo || real || F32 | | foo || real || F32 || fooness of the bar | ||
|} | |} | ||
[[Category:Style and Navigation|{{PAGENAME}}]] | [[Category:Style and Navigation|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
Revision as of 23:37, 10 December 2007
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 |