You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
functions:template [2014-01-01 12:52 SLT] sei |
functions:template [2015-02-04 18:46 SLT] (current) sei style |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | $nav | ||
===== Function: @PAGE@ ===== | ===== Function: @PAGE@ ===== | ||
Line 7: | Line 8: | ||
===== Parameters ===== | ===== Parameters ===== | ||
- | > **''name''** | + | === name === |
- | > Does such-and-such. | + | Does such-and-such. |
- | > **''name2''** | + | === name2 === |
- | > Does the other thing. | + | Does the other thing. |
- | ===== Result ===== | + | ===== Return value ===== |
- | The result value. | + | The value it returns. |
===== Notes ===== | ===== Notes ===== | ||
Line 21: | Line 22: | ||
* Beware of this and that. | * Beware of this and that. | ||
- | ===== Examples ===== | + | ===== Short examples ===== |
+ | |||
+ | <code lsl2> | ||
+ | @PAGE@(1, 2); // will do xxx | ||
+ | </code> | ||
+ | |||
+ | ===== Complete examples ===== | ||
- | This example illustrates the use of @PAGE@: | ||
<file lsl2 @PAGE@-example.lsl> | <file lsl2 @PAGE@-example.lsl> | ||
default | default | ||
Line 36: | Line 42: | ||
===== See also ===== | ===== See also ===== | ||
- | * [[llFunction]] | + | * $lfn[llFunction] does such and such |