Difference between revisions of "Template:LSLFunction"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>
<includeonly>
<div id="box">
== {{{r= }}}{{{1}}}(
{{#if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|{{LSLG|p1t}}
{{#if: {{{p2|}}} && {{{p2t|}}} && {{{p2d|}}}|, {{LSLG|p2t}}
{{#if: {{{p3|}}} && {{{p3t|}}} && {{{p3d|}}}|, {{LSLG|p3t}}
{{#if: {{{p4|}}} && {{{p4t|}}} && {{{p4d|}}}|, {{LSLG|p4t}}
{{#if: {{{p5|}}} && {{{p5t|}}} && {{{p5d|}}}|, {{LSLG|p5t}}
{{#if: {{{p6|}}} && {{{p6t|}}} && {{{p6d|}}}|, {{LSLG|p6t}}
{{#if: {{{p7|}}} && {{{p7t|}}} && {{{p7d|}}}|, {{LSLG|p7t}}
{{#if: {{{p8|}}} && {{{p8t|}}} && {{{p8d|}}}|, {{LSLG|p8t}}
{{#if: {{{p9|}}} && {{{p9t|}}} && {{{p9d|}}}|, {{LSLG|p9t}}
{{#if: {{{p10|}}} && {{{p10t|}}} && {{{p10d|}}}|, {{LSLG|p10t}}
{{#if: {{{p11|}}} && {{{p11t|}}} && {{{p11d|}}}|, {{LSLG|p11t}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
); ==
<div style="padding: 0.5em">
<div id="box" style="float:right;">
<div id="box" style="float:right;">
{|  
{|  
|-  
|-  
| {{{1}}}
| {{{2}}}
| [[LSL_Function_ID|Function ID]]
| [[LSL_Function_ID|Function ID]]
|-  
|-  
| {{{2}}}
| {{{3}}}
| [[LSL_Sleep|Sleep]]
| [[LSL_Sleep|Sleep]]
|-  
|-  
| {{{3}}}
| {{{4}}}
| [[LSL_Energy|Energy]]
| [[LSL_Energy|Energy]]
|}
|}
</div>
</div>
{{{4}}}
{{#if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|* {{LSLG|p1d}}
{{#if: {{{p2|}}} && {{{p2t|}}} && {{{p2d|}}}|* {{LSLG|p2d}}
{{#if: {{{p3|}}} && {{{p3t|}}} && {{{p3d|}}}|* {{LSLG|p3d}}
{{#if: {{{p4|}}} && {{{p4t|}}} && {{{p4d|}}}|* {{LSLG|p4d}}
{{#if: {{{p5|}}} && {{{p5t|}}} && {{{p5d|}}}|* {{LSLG|p5d}}
{{#if: {{{p6|}}} && {{{p6t|}}} && {{{p6d|}}}|* {{LSLG|p6d}}
{{#if: {{{p7|}}} && {{{p7t|}}} && {{{p7d|}}}|* {{LSLG|p7d}}
{{#if: {{{p8|}}} && {{{p8t|}}} && {{{p8d|}}}|* {{LSLG|p8d}}
{{#if: {{{p9|}}} && {{{p9t|}}} && {{{p9d|}}}|* {{LSLG|p9d}}
{{#if: {{{p10|}}} && {{{p10t|}}} && {{{p10d|}}}|* {{LSLG|p10d}}
{{#if: {{{p11|}}} && {{{p11t|}}} && {{{p11d|}}}|* {{LSLG|p11d}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
||}}
<div style="clear:right;" ></div>
<div style="clear:right;" ></div>
</div>
</div>
</includeonly><noinclude>
</includeonly><noinclude>
This template is used to inline a table that displays the function specifications.
This template is used to inline a table that displays the function specifications.


{{LslFunctionStats|0|1.0|100.0|*Text Test}}
{{LslFunction|llSin|0|0.0|10.0|r=float|p1=theta|p1t=float|p1d=Angle in radians}}
{{LslFunctionStats|0|1.0|100.0}}
 


== Usage ==
== Usage ==

Revision as of 13:40, 25 January 2007

This template is used to inline a table that displays the function specifications.


== {{{r= }}}llSin( p1t , p2t , p3t , p4t , p5t , p6t , p7t , p8t , p9t , p10t , p11t ); ==


Usage

Example